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 2022/02/23 07:43:54 UTC

[Bug 65912] New: Memory leak in ssl_util_ocsp.c

https://bz.apache.org/bugzilla/show_bug.cgi?id=65912

            Bug ID: 65912
           Summary: Memory leak in ssl_util_ocsp.c
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: bugs@httpd.apache.org
          Reporter: xkernel.wang@foxmail.com
  Target Milestone: ---

There is lacking proper memory release of `bio` and `x509` on an error path in
https://github.com/apache/httpd/blob/112acd9e2a21c2929ad1799721ab927959745427/modules/ssl/ssl_util_ocsp.c#L376

This bug is at least from 2.4.51 in
httpd-2.4.51/modules/ssl/ssl_util_ocsp.c:361:16

-- 
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


[Bug 65912] Memory leak in ssl_util_ocsp.c

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

Xiaoke Wang <xk...@foxmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

-- 
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


[Bug 65912] Memory leak in ssl_util_ocsp.c

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

--- Comment #1 from Giovanni Bechis <gi...@paclan.it> ---
Committed in r1898366.
 Thanks

-- 
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