[Bug 230198] [exp-run]: Small compliance change to sed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 7 14:47:56 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230198

--- Comment #2 from commit-hook at 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list