[Bug 240308] security/fsh: remove redundant escapes of ordinary characters
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 3 17:16:47 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240308
Bug ID: 240308
Summary: security/fsh: remove redundant escapes of ordinary
characters
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: kevans at freebsd.org
Created attachment 207152
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207152&action=edit
svn(1) diff against the ports tree
Makefile.in has a number of escapes (all following @ in the sed expression)
that serve no legitimate purpose as far as I can tell. Escaping ordinary
characters is considered undefined behavior by POSIX, and bug #229925 aims to
serve out errors for escaping of most ordinary characters to reduce friction
when some of these sequences are given special meaning.
Things seem to come out OK looking with this patch applied, but I have no way
to functionally test.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list