components/lighttpd/patches/CVE-2015-3200.patch
branchs11u3-sru
changeset 7159 59b406bc4a3a
parent 7158 835af407ebda
child 7163 ee09edbd5876
--- a/components/lighttpd/patches/CVE-2015-3200.patch	Mon Oct 24 05:56:54 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-Patch origin: in-house
-Patch status: submitted to upstream
-
-http://redmine.lighttpd.net/issues/2646
-
---- src/http_auth.c
-+++ src/http_auth.c
-@@ -857,7 +857,7 @@
- 
- 	/* r2 == user:password */
- 	if (NULL == (pw = strchr(username->ptr, ':'))) {
--		log_error_write(srv, __FILE__, __LINE__, "sb", ": is missing in", username);
-+		log_error_write(srv, __FILE__, __LINE__, "s", ": is missing in decoded base64-string");
- 
- 		buffer_free(username);
- 		return 0;