about summary refs log tree commit diff
path: root/src/string/memmem.c
Commit message (Expand)AuthorAgeFilesLines
* fix undefined behavior from signed overflow in strstr and memmemRich Felker2020-04-301-4/+4
* optimize two-way strstr and memmem bad character shiftRich Felker2018-11-081-1/+1
* fix spuriously slow check in twoway strstr/memmem coresRich Felker2018-11-021-1/+1
* fix OOB reads in Xbyte_memmemAlexander Monakov2017-09-041-9/+9
* fix read past end of haystack buffer for short needles in memmemRich Felker2016-04-011-0/+1
* fix incorrect comparison loop condition in memmemRich Felker2014-06-191-2/+2
* fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker2014-04-181-1/+1
* fix search past the end of haystack in memmemTimo Teräs2014-04-091-0/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+148