mirror of
https://github.com/php/php-src.git
synced 2026-04-08 08:33:06 +02:00
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.