components/lighttpd/patches/CVE-2011-4362.patch
branchs11u1-sru
changeset 2934 ed4c692fa932
parent 2933 0b4ea6b320b4
child 2935 cd48674f5a76
--- a/components/lighttpd/patches/CVE-2011-4362.patch	Fri Jan 17 17:43:13 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-http://redmine.lighttpd.net/issues/2370
-
---- src/http_auth.c	Thu Jun 11 03:05:06 2009
-+++ src/http_auth.c	Mon Mar  5 08:26:05 2012
-@@ -93,7 +93,7 @@
- 	ch = in[0];
- 	/* run through the whole string, converting as we go */
- 	for (i = 0; i < in_len; i++) {
--		ch = in[i];
-+		ch = (unsigned char) in[i];
- 
- 		if (ch == '\0') break;
-