Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2016 15:43:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 209352] usr.bin/sed: Bug involving "\<".
Message-ID:  <bug-209352-8-sH3bujcLvD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209352-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209352-8@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=3D209352

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pfg
Date: Wed May 25 15:42:39 UTC 2016
New revision: 300684
URL: https://svnweb.freebsd.org/changeset/base/300684

Log:
  sed: convert sed to use REG_STARTEND more explicitly.

  Summarizing the findings in the OpenBSD list:

  This solves a reproduceable issue with very recent Mesa where REG_NOTBOL
  combined with a match at the begin of the string causes our regex library
  to treat the word as not begin of word.

  Thanks to Martijn van Duren and Ingo Schwarze for taking the time to
  solve this in the least invasive way.

  PR:           209352, 209387
  Taken from:     openbsd-tech (Martijn van Duren)
  MFC after:    1 month

Changes:
  head/usr.bin/sed/process.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209352-8-sH3bujcLvD>