summaryrefslogtreecommitdiff
path: root/lib/memmem.c
Commit message (Expand)AuthorAgeFilesLines
* Protect against integer overflow in malloca() calls.Bruno Haible2007-12-311-4/+1
* * lib/memmem.c (knuth_morris_pratt): Check for size_t overflowPaul Eggert2007-12-291-1/+4
* Use GNU style coding conventions.Bruno Haible2007-12-261-54/+54
* Add more comments about Knuth-Morris-Pratt algorithm.Bruno Haible2007-12-261-5/+38
* Fix memmem to avoid O(n^2) worst-case complexity.Eric Blake2007-12-201-16/+176
* * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.Paul Eggert2007-02-051-1/+5
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Sync with glibc.Simon Josefsson2004-10-041-12/+11
* New module 'memmem', from Simon Josefsson.Bruno Haible2004-10-041-0/+58