]> granicus.if.org Git - php/commitdiff
Win32 build fix
authorIlia Alshanetsky <iliaa@php.net>
Wed, 19 Jan 2011 13:09:05 +0000 (13:09 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 19 Jan 2011 13:09:05 +0000 (13:09 +0000)
main/rfc1867.c

index af28ebb5c40f56c758cabaa647f6cd43fa800748..e77f07c3275406f7fc584b915ff7301abcc13e6a 100644 (file)
@@ -945,8 +945,8 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
 
                        /* New Rule: never repair potential malicious user input */
                        if (!skip_upload) {
-                               tmp = param;
                                long c = 0;
+                               tmp = param;
 
                                while (*tmp) {
                                        if (*tmp == '[') {