unzip: update fix for CVE-2014-8139; add test results
This fixes the following issue:
$ touch foo $ jar cvf foo.jar foo $ unzip -t foo.jar Archive: foo.jar testing: META-INF/ bad extra-field entry: EF block length (0 bytes) invalid (< 4) testing: META-INF/MANIFEST.MF OK testing: foo OK At least one error was detected in foo.jar. $
More details at https://bugzilla.redhat.com/show_bug.cgi?id=1174844#c6 (commit: 39288cc)