CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 07:09:11
Modified files:
lib/libc/string: memmem.c strstr.c
Log message:
Avoid shift overflow in memmem(3) and strstr(3)
Fix from upstream musl:
https://git.musl-libc.org/cgit/musl/commit?id=593caa456309714402ca4cb77c3770f4c24da9da
OK tb@
