Date: Wed, 12 Apr 2017 17:00:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218606] games/fairymax: Improve regex conformance Message-ID: <bug-218606-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218606 Bug ID: 218606 Summary: games/fairymax: 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@FreeBSD.org Reporter: bsdports@kyle-evans.net CC: kalten@gmx.at CC: kalten@gmx.at Flags: maintainer-feedback?(kalten@gmx.at) Created attachment 181733 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181733&action= =3Dedit svn(1) diff of games/fairymax 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 prod= uces 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. =3D) [1] http://pubs.opengroup.org/onlinepubs/009696899/basedefs/xbd_chap09.html#tag= _09_04_03 --=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-218606-13>