]> git.pld-linux.org Git - packages/php.git/blobdiff - php-CVE-2006-1490.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-CVE-2006-1490.patch
index f1b3590cb0c141d06e4478e5a8f745c8b5662fd1..7b3ee84d51ccb673ad0f5b1391c2739f81afb869 100644 (file)
@@ -7,12 +7,12 @@ discloses memory contents.
 
 Patch pulled from cvs.php.net
 
---- php-5.1.2/ext/standard/html.c      2006/01/01 12:50:14     1.111.2.1
-+++ php-5.1.2/ext/standard/html.c      2006/02/25 21:32:11     1.111.2.2
-@@ -884,7 +884,7 @@
+--- php-4.4.2/ext/standard/html.c      2006/01/01 13:46:57     1.63.2.23.2.1
++++ php-4.4.2/ext/standard/html.c      2006/02/25 21:33:06     1.63.2.23.2.2
+@@ -793,7 +793,7 @@
+       enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC);
        unsigned char replacement[15];
-       int replacement_len;
+       
 -      ret = estrdup(old);
 +      ret = estrndup(old, oldlen);
        retlen = oldlen;
This page took 0.042277 seconds and 4 git commands to generate.