1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00
Files
archived-php-src/ext/opcache
Christoph M. Becker 35fd97c3c9 Fix GH-9033: Loading blacklist file can fail due to negative length
If the blacklist file contains a line with a single double-quote, we
called `zend_strndup(pbuf, -1)` what causes an unnecessary bail out;
instead we just ignore that line.

If the blacklist file contains an empty line, we may have caused an OOB
read; instead we just ignore that line.

Closes GH-9036.
2022-07-25 16:30:19 +02:00
..
2022-07-25 12:04:46 +03:00
2022-07-25 12:04:46 +03:00
2021-05-05 16:53:43 +02:00
2019-02-05 10:33:28 +03:00
2021-07-04 23:13:50 +02:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00