History log of /PHP-7.4/ext/pdo_firebird/tests/bug_76452.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 286162e9 05-May-2021 Christoph M. Becker

Fix #76452: Crash while parsing blob data in firebird_fetch_blob

We need to prevent integer overflow when calling `erealloc()` with
`len+1`.