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