You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/05/09 10:30:52 UTC

[trafficserver] 02/06: Coverity ID 1390803: Fixes unreachable code in OCSP

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 48e2fdd37bc924e211bc7a9a6bd7326c19658a07
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Fri May 4 09:29:08 2018 -0700

    Coverity ID 1390803: Fixes unreachable code in OCSP
    
    (cherry picked from commit df8e3ca301d6bc02c5c4114ef018e648b724cead)
---
 iocore/net/OCSPStapling.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/OCSPStapling.cc b/iocore/net/OCSPStapling.cc
index b5b7e46..3259b24 100644
--- a/iocore/net/OCSPStapling.cc
+++ b/iocore/net/OCSPStapling.cc
@@ -111,8 +111,8 @@ stapling_get_issuer(SSL_CTX *ssl_ctx, X509 *x)
       return issuer;
 #else
       X509_up_ref(issuer);
-#endif
       goto end;
+#endif
     }
   }
 

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.