mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
8fe7930533
The string added had uninitialized memory due to php_read_stream_all_chunks() not moving the buffer position, resulting in the same data always being overwritten instead of new data being added to the end of the buffer. Closes GH-20592.