History log of /PHP-8.1/ext/pdo_firebird/tests/bug_76452.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# a528571c 02-Jun-2022 Christoph M. Becker

Fix test to require PDO_Firebird


# 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`.