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