[Bug 283487] mail/opendkim: Patch for fixing improper use of strlcpy() when using SubDomains

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Dec 2024 09:47:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283487

            Bug ID: 283487
           Summary: mail/opendkim: Patch for fixing improper use of
                    strlcpy() when using SubDomains
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mail@fbsd2.e4m.org
                CC: freebsd-ports@dan.me.uk
                CC: freebsd-ports@dan.me.uk
             Flags: maintainer-feedback?(freebsd-ports@dan.me.uk)

Created attachment 256038
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256038&action=edit
patch fixing improper use of strlcpy()

strlcpy() fails if src and dst overlap. This results in improper signing of
mails sent from subdomains. This patch fixes it.

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