SOURCES: php-bug-40073.patch (NEW) - from cvs

glen glen at pld-linux.org
Tue Jan 9 18:07:32 CET 2007


Author: glen                         Date: Tue Jan  9 17:07:32 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from cvs

---- Files affected:
SOURCES:
   php-bug-40073.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-bug-40073.patch
diff -u /dev/null SOURCES/php-bug-40073.patch:1.1
--- /dev/null	Tue Jan  9 18:07:32 2007
+++ SOURCES/php-bug-40073.patch	Tue Jan  9 18:07:27 2007
@@ -0,0 +1,28 @@
+--- php-5.2/ext/exif.c	2007/01/01 09:36:00	1.173.2.5.2.8
++++ php-5.2/ext/exif.c	2007/01/09 11:37:17	1.173.2.5.2.9
+@@ -17,7 +17,7 @@
+    +----------------------------------------------------------------------+
+  */
+ 
+-/* $Id$ */
++/* $Id$ */
+ 
+ /*  ToDos
+  *
+@@ -139,7 +139,7 @@
+ };
+ /* }}} */
+ 
+-#define EXIF_VERSION "1.4 $Id$"
++#define EXIF_VERSION "1.4 $Id$"
+ 
+ /* {{{ PHP_MINFO_FUNCTION
+  */
+@@ -1599,6 +1599,7 @@
+ 	image_info->info_list[section_index].list = list;
+ 
+ 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
++	memset(info_data, 0, sizeof(image_info_data));
+ 	info_data->tag    = tag;
+ 	info_data->format = format;
+ 	info_data->length = length;
================================================================


More information about the pld-cvs-commit mailing list