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-18 13:14:15 +03:00
2022-07-25 12:04:46 +03:00
2021-05-05 16:53:43 +02:00
2020-06-09 18:37:37 +02:00
2020-09-30 10:10:27 +02:00
2020-09-30 10:10:27 +02:00
2021-03-05 16:44:08 +01:00
2019-02-05 10:33:28 +03:00
2019-03-11 10:19:35 +01:00
2021-07-04 23:13:50 +02:00
2022-07-25 16:30:19 +02:00
2019-02-05 10:33:28 +03:00
2019-11-26 09:29:27 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2020-11-02 12:25:21 +01:00
2019-02-05 10:33:28 +03:00
2021-09-14 12:00:44 +02:00
2019-10-14 16:50:23 +02:00
2021-08-18 12:38:27 +02:00
2019-02-05 10:33:28 +03:00
2020-11-04 14:51:44 +01:00
2020-11-04 14:51:44 +01:00
2020-07-17 17:00:42 +02:00
2019-06-28 09:19:49 +02:00
2019-04-01 10:27:11 +03:00
2022-02-17 19:16:15 +03:00
2021-12-15 15:37:23 +01:00