History log of /PHP-7.4/ext/pdo_firebird/tests/bug_76448.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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`.