/[smeserver]/rpms/php/sme8/php-5.3.2-CVE-2010-4645.patch
ViewVC logotype

Annotation of /rpms/php/sme8/php-5.3.2-CVE-2010-4645.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Jun 20 19:27:01 2011 UTC (12 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: php-5_3_3-15_el5_sme, php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-1_el5_sme_1_0, php-5_3_3-13_el5_sme_2, php-5_3_3-1_el5_sme_1_1, php-5_3_3-17_el5_sme, php-5_3_3-1_el5_7_6, php-5_3_3-13_el5_sme, php-5_3_3-13_el6, php-5_3_3-1_el5_sme_1, HEAD
Branch point for: redhat-upstream
Import upstream sources

1 slords 1.1 --- php-5.3.2/Zend/zend_strtod.c.cve4645
2     +++ php-5.3.2/Zend/zend_strtod.c
3     @@ -2035,7 +2035,7 @@ ZEND_API double zend_strtod (CONST char
4     int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign,
5     e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
6     CONST char *s, *s0, *s1;
7     - double aadj, aadj1, adj;
8     + volatile double aadj, aadj1, adj;
9     volatile _double rv, rv0;
10     Long L;
11     ULong y, z;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed