From 839e049a86f49af194535db52bd281e68392384f Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Sun, 14 Sep 2008 14:55:28 +0000 Subject: [PATCH] Fix invalid read in freed area --- main/rfc1867.c | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.50.1