millert
30940c3f3b
New strstr() implementation from musl libc by Rich Felker. This
version uses the two-way string matching algorithm and is faster than the old implementation. With this change, ports that check for strstr having linear complexity time strstr will no longer replace the libc strstr with a private version. OK deraadt@ espie@ |
7 years ago | |
---|---|---|
src | New strstr() implementation from musl libc by Rich Felker. This | 7 years ago |