summaryrefslogtreecommitdiff
path: root/src/string/memmem.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30fix undefined behavior from signed overflow in strstr and memmemRich Felker1-4/+4
2018-11-08optimize two-way strstr and memmem bad character shiftRich Felker1-1/+1
2018-11-02fix spuriously slow check in twoway strstr/memmem coresRich Felker1-1/+1
2017-09-04fix OOB reads in Xbyte_memmemAlexander Monakov1-9/+9
2016-04-01fix read past end of haystack buffer for short needles in memmemRich Felker1-0/+1
2014-06-19fix incorrect comparison loop condition in memmemRich Felker1-2/+2
2014-04-18fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker1-1/+1
2014-04-09fix search past the end of haystack in memmemTimo Teräs1-0/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2012-10-15add memmem function (gnu extension)Rich Felker1-0/+148