Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-30 | fix undefined behavior from signed overflow in strstr and memmem | Rich Felker | 1 | -4/+4 |
2018-11-08 | optimize two-way strstr and memmem bad character shift | Rich Felker | 1 | -1/+1 |
2018-11-02 | fix spuriously slow check in twoway strstr/memmem cores | Rich Felker | 1 | -1/+1 |
2017-09-04 | fix OOB reads in Xbyte_memmem | Alexander Monakov | 1 | -9/+9 |
2016-04-01 | fix read past end of haystack buffer for short needles in memmem | Rich Felker | 1 | -0/+1 |
2014-06-19 | fix incorrect comparison loop condition in memmem | Rich Felker | 1 | -2/+2 |
2014-04-18 | fix false negatives with periodic needles in strstr, wcsstr, and memmem | Rich Felker | 1 | -1/+1 |
2014-04-09 | fix search past the end of haystack in memmem | Timo Teräs | 1 | -0/+1 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -1/+0 |
2012-10-15 | add memmem function (gnu extension) | Rich Felker | 1 | -0/+148 |