From 097704a09f7de93447c5401af1b50d8cf82c4c84 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Wed, 26 Feb 2003 14:25:42 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create branch 'RA-branch'. Sprout from master 2002-05-26 15:30:20 UTC kloczek '- release 5: use new %doc.' Cherrypick from master 2003-02-26 14:25:42 UTC Jakub Bogusz '- fix for possible format string problem': apache-mod_dav-format.patch -> 1.1 apache1-mod_dav-format.patch -> 1.1 --- apache-mod_dav-format.patch | 11 +++++++++++ apache1-mod_dav-format.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 apache-mod_dav-format.patch create mode 100644 apache1-mod_dav-format.patch diff --git a/apache-mod_dav-format.patch b/apache-mod_dav-format.patch new file mode 100644 index 0000000..890eb8f --- /dev/null +++ b/apache-mod_dav-format.patch @@ -0,0 +1,11 @@ +--- mod_dav-1.0.3-1.3.6/mod_dav.c.orig Sun Sep 23 00:22:39 2001 ++++ mod_dav-1.0.3-1.3.6/mod_dav.c Wed Feb 26 15:07:31 2003 +@@ -2298,7 +2298,7 @@ + if (lookup.err.status == HTTP_BAD_REQUEST) { + /* This supplies additional information for the default message. */ + ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, r, +- lookup.err.desc); ++ "%s", lookup.err.desc); + return HTTP_BAD_REQUEST; + } + diff --git a/apache1-mod_dav-format.patch b/apache1-mod_dav-format.patch new file mode 100644 index 0000000..890eb8f --- /dev/null +++ b/apache1-mod_dav-format.patch @@ -0,0 +1,11 @@ +--- mod_dav-1.0.3-1.3.6/mod_dav.c.orig Sun Sep 23 00:22:39 2001 ++++ mod_dav-1.0.3-1.3.6/mod_dav.c Wed Feb 26 15:07:31 2003 +@@ -2298,7 +2298,7 @@ + if (lookup.err.status == HTTP_BAD_REQUEST) { + /* This supplies additional information for the default message. */ + ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, r, +- lookup.err.desc); ++ "%s", lookup.err.desc); + return HTTP_BAD_REQUEST; + } + -- 2.44.0