components/zip/patches/01_zipnote.patch
author pkidd <patrick.kidd@oracle.com>
Thu, 10 Mar 2016 08:38:19 -0800
branchs11u3-sru
changeset 5573 56564f280aba
parent 653 759bda8e4900
permissions -rw-r--r--
Added tag 0.175.3.7.0.1.0, S11.3SRU7.1 for changeset 9eae79cfd382

--- zip30/zipnote.c.old	Tue Jan 10 15:06:10 2012
+++ zip30/zipnote.c	Tue Jan 10 15:08:59 2012
@@ -661,7 +661,7 @@
     if ((r = zipcopy(z)) != ZE_OK)
       ziperr(r, "was copying an entry");
   }
-  fclose(x);
+  fclose(in_file);
 
   /* Write central directory and end of central directory with new comments */
   if ((c = zftello(y)) == (zoff_t)-1)    /* get start of central */