Files
semi-libc/src/string
Rich Felker ae3a8c93a6 fix strcasestr failing to find zero-length needle
the loop condition ending on end-of-haystack ends before a zero-length
needle can be matched, so just explicitly check it before the loop.
2025-05-16 09:11:14 -04:00
..
2011-02-12 00:22:29 -05:00
2013-08-28 03:34:57 -04:00
2018-09-12 14:34:37 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-06 14:28:29 -04:00
2020-12-09 11:34:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2018-09-12 14:34:37 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2018-09-23 02:51:01 -04:00