1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

- merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664

This commit is contained in:
Pierre Joye
2012-03-21 06:58:55 +01:00
parent cb4e82a1cc
commit 95dcd799fb

View File

@@ -1015,6 +1015,10 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
}
tmp++;
}
/* Brackets should always be closed */
if(c != 0) {
skip_upload = 1;
}
}
total_bytes = cancel_upload = 0;