Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
>
php-5.3.29
> php-CVE-2015-0232.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-CVE-2015-0232.patch of Package php-5.3.29
X-Git-Url: http://72.52.91.13:8000/?p=php-src.git;a=blobdiff_plain;f=ext%2Fexif%2Fexif.c;h=7f95ff43ea7cc9a2c41a912863ed70069c0e34c5;hp=637ebf9289b40d157fdf8edcdddeb3d907b28d9b;hb=2fc178cf448d8e1b95d1314e47eeef610729e0df;hpb=f9ad3086693fce680fbe246e4a45aa92edd2ac35 index 637ebf9..7f95ff4 100644 Index: ext/exif/exif.c =================================================================== --- ext/exif/exif.c.orig 2015-01-26 13:47:24.543632173 +0100 +++ ext/exif/exif.c 2015-01-26 13:47:24.594632758 +0100 @@ -2723,6 +2723,7 @@ { xp_field->tag = tag; + xp_field->value = NULL; /* Copy the comment */ #if EXIF_USE_MBSTRING /* What if MS supports big-endian with XP? */