]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the PATH exposure security problem I thought I fixed in 2.0.36.
authorBill Stoddard <stoddard@apache.org>
Tue, 30 Jul 2002 18:14:47 +0000 (18:14 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 30 Jul 2002 18:14:47 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96240 13f79535-47bb-0310-9956-ffa450edef68

include/http_log.h

index f2b0bb9f6da28fafc0b7785a81e9f9503cf15142..669c564a1aff53be3eccd60289bfb2d321b29384 100644 (file)
@@ -119,7 +119,7 @@ extern "C" {
  * Note: Client generated text streams sent back to the client MUST 
  * be escaped to prevent CSS attacks.
  */
-#define APLOG_TOCLIENT          (APLOG_LEVELMASK + 2)
+#define APLOG_TOCLIENT          ((APLOG_LEVELMASK + 1) * 2)
 
 /* normal but significant condition on startup, usually printed to stderr */
 #define APLOG_STARTUP           ((APLOG_LEVELMASK + 1) * 4)