Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by slords, Fri Jun 29 14:45:08 2012 UTC | Revision 1.2 by slords, Fri Jun 29 14:54:00 2012 UTC | |
---|---|---|
# | Line 0 | Line 1 |
1 | ||
2 | https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-1172 | |
3 | ||
4 | http://git.php.net/?p=php-src.git;a=commitdiff;h=95dcd799fb6fdccbc60d3bba3cd759f6b421ee69 | |
5 | ||
6 | --- php-5.3.3/main/rfc1867.c.cve1172 | |
7 | +++ php-5.3.3/main/rfc1867.c | |
8 | @@ -1008,6 +1008,10 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_ | |
9 | } | |
10 | tmp++; | |
11 | } | |
12 | + /* Brackets should always be closed */ | |
13 | + if(c != 0) { | |
14 | + skip_upload = 1; | |
15 | + } | |
16 | } | |
17 | ||
18 | total_bytes = cancel_upload = 0; |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |