mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
8c292a2f9d
If buf_len is zero, this would leave behind a dangling pointer to an already released header.str. Make sure this can't happen by always overwriting the pointer. Closes GH-7376.