1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
This commit is contained in:
Stefan Esser
2004-09-13 16:00:37 +00:00
parent bb3e125185
commit ce886edc0b
+4
View File
@@ -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;