mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
a1d4595d65
As is, for requested size which are already aligned, we over-allocate, so we fix this. We also fix the allocation for chunk size 1. This issue has been reported by @kkmuffme. Thanks to @iluuu1994 for improving the fix! Closes GH-16161.