Skip to content

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Jul 18, 2022

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.

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.
@cmb69 cmb69 closed this in 35fd97c Jul 25, 2022
@cmb69 cmb69 deleted the cmb/gh9033 branch July 25, 2022 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loading zend blacklist file can fail due to unexpected negative path length

2 participants