mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
Fixed variable re-declaration
This commit is contained in:
+1
-1
@@ -989,7 +989,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
|
||||
|
||||
/* New Rule: never repair potential malicious user input */
|
||||
if (!skip_upload) {
|
||||
char *tmp = param;
|
||||
tmp = param;
|
||||
long c = 0;
|
||||
|
||||
while (*tmp) {
|
||||
|
||||
Reference in New Issue
Block a user