mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Win32 build fix
This commit is contained in:
parent
068a78014f
commit
e0c1332537
@ -989,8 +989,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 == '[') {
|
||||
|
Loading…
Reference in New Issue
Block a user