You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/31 22:19:56 UTC

DO NOT REPLY [Bug 53016] New: missing apr_brigade_destroy

https://issues.apache.org/bugzilla/show_bug.cgi?id=53016

             Bug #: 53016
           Summary: missing apr_brigade_destroy
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_ajp
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jlawall@hotmail.com
    Classification: Unclassified


Created attachment 28524
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28524
patch adding missing call to apr_brigade_destroy

Input_brigade is allocated in ap_proxy_ajp_request.  On most error paths it is
freed with apr_brigade_destroy.  This patch adds a call to apr_brigade_destroy
in the remaining case.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 53016] missing apr_brigade_destroy

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53016

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org