History log of /PHP-8.1/ext/pdo_firebird/tests/bug_76448.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# fa71a11f 29-Jun-2021 Nikita Popov

Disable lsan on new PDO firebird tests

There is a known leak in the firebird client library.

Also switch these to use EXTENSIONS.


# 67afa325 29-Apr-2021 Christoph M. Becker

Fix #76448: Stack buffer overflow in firebird_info_cb

We ensure not to overflow the stack allocated buffer by using `strlcat`.