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

Annotation of /rpms/php/sme8/php-5.3.2-CVE-2010-3709.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/ext/zip/php_zip.c.cve3709
2     +++ php-5.3.2/ext/zip/php_zip.c
3     @@ -1961,6 +1961,9 @@ static ZIPARCHIVE_METHOD(getArchiveComme
4     }
5    
6     comment = zip_get_archive_comment(intern, &comment_len, (int)flags);
7     + if(comment==NULL) {
8     + RETURN_FALSE;
9     + }
10     RETURN_STRINGL((char *)comment, (long)comment_len, 1);
11     }
12     /* }}} */

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