History log of /php-src/ext/mysqli/tests/gh15432.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# a1ab8462 20-Aug-2024 Kamil Tekiela

MySQL 9: Add support for VECTOR type (#15431)


# b1211c1e 16-Aug-2024 Christoph M. Becker

Fix GH-15432: Heap corruption when querying a vector

Since the mysqlnd result set is arena allocated, we must not simply
free it, but rather call the appropriate `free_result` method.

Fix GH-15432: Heap corruption when querying a vector

Since the mysqlnd result set is arena allocated, we must not simply
free it, but rather call the appropriate `free_result` method.

Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>

show more ...