Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 17:16:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240308] security/fsh: remove redundant escapes of ordinary characters
Message-ID:  <bug-240308-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240308

            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@FreeBSD.org
          Reporter: kevans@freebsd.org

Created attachment 207152
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207152&action=
=3Dedit
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 w=
ay
to functionally test.

--=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-240308-7788>