/[smeserver]/rpms/php/sme8/php-5.3.3-CVE-2012-1172.patch
ViewVC logotype

Annotation of /rpms/php/sme8/php-5.3.3-CVE-2012-1172.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.2.1 - (hide annotations) (download)
Fri Jun 29 14:45:08 2012 UTC (11 years, 11 months ago) by slords
Branch: redhat-upstream
CVS Tags: php-5_3_3-13_el5_9_1, php-5_3_3-13_el6
Changes since 1.1: +18 -0 lines
Upstream import

1 slords 1.1.2.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 RSS 2.0 feed