Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2016 21:17:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207117] Config file is parsed incorrectly: '#' character is removed from values fields, e.g. password
Message-ID:  <bug-207117-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 207117
           Summary: Config file is parsed incorrectly: '#' character is
                    removed from values fields, e.g. password
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: sm@ara-ler.com

Created attachment 166879
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166879&action=
=3Dedit
a patch to the existing patch for ssmtp.c file

The bug appears when a '#' is used in values of variables in the config fil=
e.
For example, using the following password:

AuthPass=3Dmy#password

will cause that everything beyond # to be ignored as a comment.

The patch attached adds a check for '=3D' character: if it appears before '=
#' do
not ignore '#' and the followed characters.

--=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-207117-13>