History log of /PHP-7.4/ext/pdo_odbc/tests/bug67465.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 6acfb792 28-Sep-2020 Christoph M. Becker

Fix #67465: NULL Pointer dereference in odbc_handle_preparer

We have to initialize `stmt->driver_data` before we use it.

Closes GH-6225.