Date: Tue, 07 Aug 2018 14:47:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230198] [exp-run]: Small compliance change to sed Message-ID: <bug-230198-7788-xzWUFdd1r9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230198-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-230198-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230198 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: pfg Date: Tue Aug 7 14:47:39 UTC 2018 New revision: 337419 URL: https://svnweb.freebsd.org/changeset/base/337419 Log: sed(1): partial fix for the case of the regex delimited with '['. We don't generally support the weird case of regular expresions delimited by an opening square bracket ('[') but POSIX says that inside bracket expressions, escaping is not possible and both '[' and '\' represent themselves. PR: 230198 (exp-run) Obtained from: OpenBSD Changes: head/usr.bin/sed/compile.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230198-7788-xzWUFdd1r9>