[Bug 218604] devel/psptoolchain-newlib: Improve regex conformance
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 12 16:56:39 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218604
Bug ID: 218604
Summary: devel/psptoolchain-newlib: Improve regex conformance
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: bsdports at kyle-evans.net
CC: tphilipp at potion-studios.com
Flags: maintainer-feedback?(tphilipp at potion-studios.com)
CC: tphilipp at potion-studios.com
Created attachment 181731
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181731&action=edit
svn(1) diff of devel/psptoolchain-newlib
In EREs, left-brace is not to be interpreted as an ordinary character unless
escaped. Using left-brace not as a part of a valid interval expression produces
undefined results [1].
There is a patch-in-progress to fix our implementation to throw an error if
left-brace is not used in a valid manner, it would be good to go ahead and
address this before-hand. =)
[1]
http://pubs.opengroup.org/onlinepubs/009696899/basedefs/xbd_chap09.html#tag_09_04_03
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list