* 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
BIO_free(bio);
- ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, buff);
+ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "%s", buff);
}
/*