mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
7e14d2466a
The fix for bug 63327[1] changed the extra size of mysqlnd allocations from `sizeof(size_t)` to the properly aligned values; however, the allocation in `_mysqlnd_pestrdup()` has apparently been overlooked, which (currently) causes detectable heap corruption when running mysqli_get_client_stats.phpt on 32bit Windows versions. [1] <https://github.com/php/php-src/commit/338a47bb856872f9ab0db94e867333d73279ca85> Closes GH-9724.