summaryrefslogtreecommitdiff
path: root/tests/data/test1163
Commit message (Collapse)AuthorAgeFilesLines
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-271-0/+52
The code would previous read beyond the end of the pattern string if the match pattern ends with an open bracket when the default pattern matching function is used. Detected by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4161 CVE-2017-8817 Bug: https://curl.haxx.se/docs/adv_2017-ae72.html