lbarnaud Sun Sep 14 14:55:29 2008 UTC
Modified files:
/php-src/main rfc1867.c
Log:
Fix invalid read in freed area
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.200&r2=1.201&diff_format=u
Index: php-src/main/rfc1867.c
diff -u php-src/main/rfc1867.c:1.200 php-src/main/rfc1867.c:1.201
--- php-src/main/rfc1867.c:1.200 Mon Sep 8 09:20:33 2008
+++ php-src/main/rfc1867.c Sun Sep 14 14:55:28 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: rfc1867.c,v 1.200 2008/09/08 09:20:33 lbarnaud Exp $ */
+/* $Id: rfc1867.c,v 1.201 2008/09/14 14:55:28 lbarnaud Exp $ */
/*
* This product includes software developed by the Apache Group
@@ -1507,11 +1507,6 @@
register_u_http_post_files_variable(lbuf, ucd, ucd_len,
http_post_files, 0 TSRMLS_CC);
efree(ucd);
-
- /* Restore Content-Type Header */
- if (s != NULL) {
- *s = 0x3b /*';'*/;
- }
s = EMPTY_STR;
/* Initialize variables */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php