mirror of https://git.musl-libc.org/git/musl
Browse Source
the intent here is just to scan at least l bytes forward for the end of the haystack and at least some decent minimum to avoid doing it over and over if the needle is short, with no need to be precise. the comment erroneously stated this as an estimate for MIN when it's actually an estimate for MAX.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue