History log of /PHP-7.4/ext/odbc/tests/bug80147.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a49555a9 25-Sep-2020 Christoph M. Becker

Fix #80147: BINARY strings may not be properly zero-terminated

We have to manually ensure that all strings fetched from a data source
are zero-terminated.

Closes GH-6213.