freebsd-dev/lib/libc/regex
Daniel C. Sobral 8e2f75b833 The algorithm that computes the tables used in the BM search algorithm sometimes
access an array beyond it's length. This only happens in the last iteration of
a loop, and the value fetched is not used then, so the bug is a relatively
innocent one. Fix this by not fetching any value on the last iteration of said
loop.

Submitted by:	MKI <mki@mozone.net>
MFC after:	1 week
2001-11-09 10:17:44 +00:00
..
grot
cclass.h
cname.h
COPYRIGHT
engine.c
Makefile.inc
re_format.7 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
regcomp.c The algorithm that computes the tables used in the BM search algorithm sometimes 2001-11-09 10:17:44 +00:00
regerror.c
regex2.h
regex.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
regexec.c
regfree.c
utils.h
WHATSNEW