CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2020/04/16 06:39:28
Modified files: lib/libc/string: memmem.c Log message: Replace the simple memmem() implementation with a version that is O(n) based on code from musl and now similar to our strstr(). OK tb@ millert@