mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.