[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-httpd-dev
Subject:    [Fwd: Possible security flaw! (Format BUG)]
From:       Ranier Vilela <ranier () cultura ! com ! br>
Date:       2003-08-31 9:30:22
[Download RAW message or body]

Sorry, the mpm_common.c.diff was empty.

["mpm_common.c.diff" (text/plain)]

--- mpm_common.c	2003-08-31 06:06:25.000000000 -0300
+++ mpm_common_old.c	2003-08-31 05:57:14.000000000 -0300
@@ -808,7 +808,7 @@
 
     if (!strcmp(dash_k_arg, "restart")) {
         if (!running) {
-            printf("%s\n", "httpd not running, trying to start");
+            printf("httpd not running, trying to start\n");
         }
         else {
             *exit_status = send_signal(otherpid, SIGHUP);
@@ -818,7 +818,7 @@
 
     if (!strcmp(dash_k_arg, "graceful")) {
         if (!running) {
-            printf("%s\n", "httpd not running, trying to start");
+            printf("httpd not running, trying to start\n");
         }
         else {
             *exit_status = send_signal(otherpid, SIGUSR1);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic