From: Arnaud Le Blanc Date: Sun, 14 Sep 2008 14:55:28 +0000 (+0000) Subject: Fix invalid read in freed area X-Git-Tag: BEFORE_HEAD_NS_CHANGE~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=839e049a86f49af194535db52bd281e68392384f;p=php Fix invalid read in freed area --- diff --git a/main/rfc1867.c b/main/rfc1867.c index 5d66b00220..a38acb9df0 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -1507,11 +1507,6 @@ var_done: 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 */