History log of /PHP-8.2/Zend/tests/oct_whitespace.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 0067c3ce 05-Jan-2021 Nikita Popov

Fix lexing of zero octal followed by whitespace

We'd call strtol starting at the whitespace, and strtol strips
whitespace...

Fixes oss-fuzz #29272.