aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memmem.c
Commit message (Expand)AuthorAgeFilesLines
* libc: fix undefined behavior from signed overflow in strstr and memmemEd Maste2020-11-191-4/+4
* libc: optimize memmem two-way bad character shiftEd Maste2020-11-191-2/+2
* clang-format libc string functions imported from muslEd Maste2020-11-181-58/+89
* Avoid OOB reads in memmem(3).Gleb Smirnoff2018-10-151-9/+9
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: add reference to two-way algorithm and bad shift table in memmem/strstrEd Maste2017-03-181-0/+8
* libc: Use musl's O(n) memmem and strstrEd Maste2017-03-181-47/+155
* memmem(3): empty little string matches the beginning of the big stringEd Maste2015-05-261-3/+3
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-3/+1
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-251-0/+67