]> granicus.if.org Git - php/commitdiff
- MFH: Make parameter parsing api check happy
authorMarcus Boerger <helly@php.net>
Sat, 4 Nov 2006 20:46:32 +0000 (20:46 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 4 Nov 2006 20:46:32 +0000 (20:46 +0000)
ext/exif/exif.c

index 237d922a6bdea70316fd13d9a9d6e6fc84f3dc3e..3b7785d28285569c29f20923bcc6b514c6b775fe 100644 (file)
@@ -4005,7 +4005,7 @@ PHP_FUNCTION(exif_read_data)
    Reads the embedded thumbnail */
 PHP_FUNCTION(exif_thumbnail)
 {
-       zval *p_width, *p_height, *p_imagetype;
+       zval *p_width = 0, *p_height = 0, *p_imagetype = 0;
        char *p_name;
        int p_name_len, ret, arg_c = ZEND_NUM_ARGS();
        image_info_type ImageInfo;