This is a simple typo bug. In freeEntries() of zip.c, the author forget to increment the loop variable in the for loop. It caused C runtime exception
during the build with fast monitor turned on.
during the build with fast monitor turned on.