mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
7fb7869e13
The checks can issue reads below and above the temporary buffer. A read
itself doesn't seem dangerous, but the condition result can be
arbitrary. Such reads have to be avoided. Likely this patch should be
backported.
(cherry picked from commit b053beee7e)