HardenedBSD/usr.bin/sed
Xin LI 870945d830 Before doing compile_re() which needs a parameter to identify
whether we should ignore case, determine the flag by calling
compile_flags() first.  Also, make sure that we obtain an
initialized cmd->u.s buffer before processing further.  We
may want to refine this solution later, but for now, make
the changes in order to unbreak world build after a sed(1)
with rev. 1.29 of compile.c is installed.

Approved by:	re (hrs)
2007-07-06 16:34:56 +00:00
..
compile.c Before doing compile_re() which needs a parameter to identify 2007-07-06 16:34:56 +00:00
defs.h Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00
extern.h
main.c
Makefile
misc.c
POSIX
process.c
sed.1 Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00