commit | e661a86353e11592c7ed6a847e19a83609f49e77 | [log] [download] |
---|---|---|
author | djm@openbsd.org <djm@openbsd.org> | Mon May 04 06:10:48 2015 +0000 |
committer | Damien Miller <djm@mindrot.org> | Sun May 10 11:38:04 2015 +1000 |
tree | 5fe2c206d56dd4296a79e20ca6cfbbb83cb7c40c | |
parent | 0ef1de742be2ee4b10381193fe90730925b7f027 [diff] |
upstream commit Remove pattern length argument from match_pattern_list(), we only ever use it for strlen(pattern). Prompted by hanno AT hboeck.de pointing an out-of-bound read error caused by an incorrect pattern length found using AFL and his own tools. ok markus@