]> granicus.if.org Git - apache/commitdiff
Merge r1534890 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 21 Jan 2014 16:45:27 +0000 (16:45 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 21 Jan 2014 16:45:27 +0000 (16:45 +0000)
axe attempt to close a previously-closed apr socket
(clang scan-build says "uninitialized", but it doesn't know
how apr_sockaddr_info_get() reports errors)

Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1560084 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/ssl/ssl_util_ocsp.c

diff --git a/STATUS b/STATUS
index 5b260c5be1f20772afebb75ec8c71b01f6d44e42..fd9b4a2d1a28955b454178f4319051e14e9eb7e9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,11 +98,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  * ssl_util_ocsp scan-build warning in old code
-    (the code is clearly wrong but completely harmless AFAICT)
-    trunk patch: https://svn.apache.org/r1534890
-    2.4.x patch: trunk patch works
-    +1: trawick, covener, jim
   
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
index 757df05f4095447379a32504dac2b8f7cab6cb72..901604052866b23bc3fb93310ec8b28c516e6a98 100644 (file)
@@ -96,7 +96,6 @@ static apr_socket_t *send_request(BIO *request, const apr_uri_t *uri,
         ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c, APLOGNO(01974)
                       "could not connect to OCSP responder '%s'",
                       uri->hostinfo);
-        apr_socket_close(sd);
         return NULL;
     }