You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/12/04 20:38:10 UTC

[Bug 5739] New: Possible memory leak in libspamc

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5739

           Summary: Possible memory leak in libspamc
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamc/spamd
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: duncf@apache.org


If you send the same message through message_filter multiple times (for example
to retry from an error), libspamc will re-allocate memory for the output buffer
(m->outbuf) without freeing the existing allocation first.



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

[Bug 5739] [review] Possible memory leak in libspamc

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5739





------- Additional Comments From jm@jmason.org  2007-12-04 12:18 -------
+1



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

[Bug 5739] Possible memory leak in libspamc

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5739





------- Additional Comments From duncf@apache.org  2007-12-04 11:48 -------
Created an attachment (id=4198)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4198&action=view)
patch for 3.2

Committed to trunk r601503. Review for 3.2.



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

[Bug 5739] [review] Possible memory leak in libspamc

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5739


duncf@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Possible memory leak in     |[review] Possible memory
                   |libspamc                    |leak in libspamc






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