Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
rebuilds
>
php4
> php-4.3.9-CVE-2005-3353.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-4.3.9-CVE-2005-3353.patch of Package php4
http://viewcvs.php.net/viewcvs.cgi/php-src/ext/exif/exif.c.diff?r1=1.118.2.37.2.3&r2=1.118.2.37.2.1&only_with_tag=PHP_4_4 --- php-4.3.9/ext/exif/exif.c.cve3353 +++ php-4.3.9/ext/exif/exif.c @@ -3008,6 +3008,12 @@ } } /* + * Ignore IFD2 if it purportedly exists + */ + if (section_index == SECTION_THUMBNAIL) { + return TRUE; + } + /* * Hack to make it process IDF1 I hope * There are 2 IDFs, the second one holds the keys (0x0201 and 0x0202) to the thumbnail */