Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2017-09-04 | fix OOB reads in Xbyte_memmem | Alexander Monakov | -9/+9 |
2016-04-01 | fix read past end of haystack buffer for short needles in memmem | Rich Felker | -0/+1 |
2014-06-19 | fix incorrect comparison loop condition in memmem | Rich Felker | -2/+2 |
2014-04-18 | fix false negatives with periodic needles in strstr, wcsstr, and memmem | Rich Felker | -1/+1 |
2014-04-09 | fix search past the end of haystack in memmem | Timo Teräs | -0/+1 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -1/+0 |
2012-10-15 | add memmem function (gnu extension) | Rich Felker | -0/+148 |