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

Contents 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.2 - (show annotations) (download)
Fri Jun 29 14:54:00 2012 UTC (11 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: php-5_3_3-15_el5_sme, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-13_el5_sme_1, php-5_3_3-13_el5_sme_2, php-5_3_3-17_el5_sme, php-5_3_3-13_el5_sme, HEAD
Changes since 1.1: +18 -0 lines
* Fri Jun 29 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme
- Obsolete php-domxml and php-dom [SME: 6733]
- Update Obsoletes and Conflicts [SME: 6436]

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