pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44704 CVS commit: pkgsrc/mail/spamass-milter



The following reply was made to PR pkg/44704; it has been noted by GNATS.

From: "Greg Troxel" <gdt%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44704 CVS commit: pkgsrc/mail/spamass-milter
Date: Fri, 18 Mar 2011 15:26:31 +0000

 Module Name:   pkgsrc
 Committed By:  gdt
 Date:          Fri Mar 18 15:26:31 UTC 2011
 
 Modified Files:
        pkgsrc/mail/spamass-milter: Makefile distinfo
        pkgsrc/mail/spamass-milter/patches: patch-aa
 
 Log Message:
 Memory allocation hygiene fix from PR pkg/44704.
 
 spamass-milter forks, allocates memory and then execs, violating
 locking rules.  This commit adds a patch from Juergen Hannken-Illjes
 that moves the allocation above the fork.
 
 TODO: upstream is recently alive again, after 5 years with no
 releases.  Push these fixes upstream.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/spamass-milter/Makefile
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/spamass-milter/distinfo
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/spamass-milter/patches/patch-aa
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index