[Bug 233418] databases/freetds: fix escaping of $

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 22 23:39:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233418

            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 at freebsd.org
          Reporter: kevans at freebsd.org
          Assignee: bofh at freebsd.org
             Flags: maintainer-feedback?(bofh at freebsd.org)

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

An escaped '$' in this context is '$$'. It currently comes out as '\ith' going
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list