freebsd-dev/lib/libc/regex
Pedro F. Giffuni e9fe9edde7 libc/regex: fix two buffer underruns.
Fix some rather complex regex issues found on OpenBSD as part of some
ongoing work to fix a sed(1) bug.

Curiously the OpenBSD tests don't trigger segfaults on FreeBSD but the
bugs were confirmed by running a port of FreeBSD's regex under OpenBSD's
malloc. Huge thanks to Ingo for confirming the behavior.

Taken from:	Ingo Schwarze (through openbsd-tech 2016-05-15)
MFC after:	1 week
2016-05-21 19:54:10 +00:00
..
grot Add -static to CFLAGS to unbreak the tests by using a libc.a with 2015-12-13 06:33:52 +00:00
cname.h
COPYRIGHT
engine.c libc/regex: fix two buffer underruns. 2016-05-21 19:54:10 +00:00
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
re_format.7 mdoc: rendering fixes 2015-04-26 10:55:39 +00:00
regcomp.c libc: spelling fixes. 2016-04-30 01:24:24 +00:00
regerror.c
regex2.h
regex.3 mdoc: rendering fixes 2015-04-26 10:55:39 +00:00
regexec.c
regfree.c
Symbol.map
utils.h
WHATSNEW