Date: Fri, 6 Jul 2007 16:34:56 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c Message-ID: <200707061634.l66GYuwj028364@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-07-06 16:34:56 UTC FreeBSD src repository Modified files: usr.bin/sed compile.c Log: 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) Revision Changes Path 1.30 +4 -4 src/usr.bin/sed/compile.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707061634.l66GYuwj028364>