--- embedaddon/php/ext/zip/lib/zip_source_error.c 2013/07/22 01:32:11 1.1.1.1 +++ embedaddon/php/ext/zip/lib/zip_source_error.c 2014/06/15 20:04:01 1.1.1.2 @@ -40,7 +40,7 @@ ZIP_EXTERN(void) zip_source_error(struct zip_source *src, int *ze, int *se) { - int e[2]; + int e[2] = { 0, 0 }; if (src->src == NULL) { }