Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 23:39:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233418] databases/freetds: fix escaping of $
Message-ID:  <bug-233418-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 233418
           Summary: databases/freetds: fix escaping of $
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: kevans@freebsd.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

Created attachment 199462
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199462&action=
=3Dedit
svn(1) diff against databases/freetds

An escaped '$' in this context is '$$'. It currently comes out as '\ith' go=
ing
into sed, which is effectively escaping an ordinary character. This will be=
 a
hard failure in a future version of regex(3).

freetds-devel did not exhibit this particular behavior, so no patch for this
one.

Thanks,

Kyle Evans

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