]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),
authorJoe Orton <jorton@apache.org>
Wed, 11 Aug 2004 14:25:30 +0000 (14:25 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 11 Aug 2004 14:25:30 +0000 (14:25 +0000)
* server/log.c (ap_log_pid),
* server/mpm/prefork/prefork.c (accept_mutex_on, accept_mutex_off),
* support/htdbm.c (htdbm_list):
Fix some non-literal format strings (warnings from gcc -Wformat-security).

PR: 30585
Submitted by: Ulf Harnhammar (SITIC), Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@104548 13f79535-47bb-0310-9956-ffa450edef68

ssl_engine_kernel.c

index 6022ef92626ee830b01ba15ebcd5af60ea826e18..a71d829e663f28c868ada959821ca7b7d8bf2989 100644 (file)
@@ -1401,7 +1401,7 @@ int ssl_callback_SSLVerify_CRL(int ok, X509_STORE_CTX *ctx, conn_rec *c)
 
             BIO_free(bio);
 
-            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, buff);
+            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "%s", buff);
         }
 
         /*