]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1874577 from trunk:
authorYann Ylavic <ylavic@apache.org>
Mon, 23 Mar 2020 17:54:33 +0000 (17:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 23 Mar 2020 17:54:33 +0000 (17:54 +0000)
commit4c5e8b08a0a34c1e63be2d3769e9f37b69b633f0
tree22166c62be7c8f4dd4222a3d827437a0dd9b0c13
parent53135f5f81a802748b7a959a5abe16af374fe871
Merge r1874577 from trunk:

mod_ssl: Fix memory leak of OCSP stapling response.

The OCSP_RESPONSE is either ignored or serialized (i2d_OCSP_RESPONSE) in the
TLS response/handshake extension, so it must be freed.

Submitted by: ylavic
Reviewed by: gbechis, rpluem, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875552 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_util_stapling.c