mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
MFH
This commit is contained in:
@@ -950,6 +950,10 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
|
||||
c++;
|
||||
} else if (*tmp == ']') {
|
||||
c--;
|
||||
if (tmp[1] && tmp[1] != '[') {
|
||||
skip_upload = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (c < 0) {
|
||||
skip_upload = 1;
|
||||
|
||||
Reference in New Issue
Block a user