]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-format-security.patch
rel 15; builds
[packages/apache1.git] / apache1-format-security.patch
1 --- apache_1.3.42/src/main/http_log.c~  2006-07-12 10:16:05.000000000 +0200
2 +++ apache_1.3.42/src/main/http_log.c   2012-11-12 22:36:48.615990057 +0100
3 @@ -487,7 +487,7 @@
4         *      that may screw up scripts written to do something
5         *      based on the last modification time of the pid file.
6         */
7 -      ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_WARNING, NULL,
8 +      ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_WARNING, NULL, "%s",
9                    ap_psprintf(p,
10                                "pid file %s overwritten -- Unclean shutdown of previous Apache run?",
11                                fname)
This page took 0.035278 seconds and 4 git commands to generate.