mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
The length of "output_handler" is supposed to be passed, but as sizeof is used, the resulting number includes the NUL character, so the length is off-by-one. Subtract one to pass the correct length. Closes GH-10667.