]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- patch from http://trac.lighttpd.net/trac/changeset/11
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Feb 2005 17:13:56 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_auth-crash.patch -> 1.1

lighttpd-mod_auth-crash.patch [new file with mode: 0644]

diff --git a/lighttpd-mod_auth-crash.patch b/lighttpd-mod_auth-crash.patch
new file mode 100644 (file)
index 0000000..3fa0620
--- /dev/null
@@ -0,0 +1,23 @@
+--- src/mod_auth.c     (revision 10)
++++ src/mod_auth.c     (revision 11)
+@@ -404,17 +404,17 @@
+                       }
+                                       
+                       if (method == NULL) {
+-                              log_error_write(srv, __FILE__, __LINE__, "sssbs", "missing entry for key: ", "auth.require", "[", "method", "](string)");
++                              log_error_write(srv, __FILE__, __LINE__, "sssss", "missing entry for key: ", "auth.require", "[", "method", "](string)");
+                               return HANDLER_ERROR;
+                       }
+                       
+                       if (realm == NULL) {
+-                              log_error_write(srv, __FILE__, __LINE__, "sssbs", "missing entry for key: ", "auth.require", "[", "realm", "](string)");
++                              log_error_write(srv, __FILE__, __LINE__, "sssss", "missing entry for key: ", "auth.require", "[", "realm", "](string)");
+                               return HANDLER_ERROR;
+                       }
+                       
+                       if (require == NULL) {
+-                              log_error_write(srv, __FILE__, __LINE__, "sssbs", "missing entry for key: ", "auth.require", "[", "require", "](string)");
++                              log_error_write(srv, __FILE__, __LINE__, "sssss", "missing entry for key: ", "auth.require", "[", "require", "](string)");
+                               return HANDLER_ERROR;
+                       }
+                       
This page took 0.337286 seconds and 4 git commands to generate.