fix undefined behavior from signed overflow in strstr and memmem
[oweals/musl.git] / src / string / memmem.c
2020-05-01 Rich Felkerfix undefined behavior from signed overflow in strstr...
2018-11-08 Rich Felkeroptimize two-way strstr and memmem bad character shift
2018-11-02 Rich Felkerfix spuriously slow check in twoway strstr/memmem cores
2017-09-04 Alexander Monakovfix OOB reads in Xbyte_memmem
2016-04-01 Rich Felkerfix read past end of haystack buffer for short needles...
2014-06-19 Rich Felkerfix incorrect comparison loop condition in memmem
2014-04-18 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-10 Timo Teräsfix search past the end of haystack in memmem
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2012-10-16 Rich Felkeradd memmem function (gnu extension)