More robust recovery method, seek to next local header and seek backward for data descriptor. #431

This commit is contained in:
Nathan Moinvaziri 2019-10-21 15:32:18 -07:00
parent 28d87dd8b8
commit 545d729594
2 changed files with 75 additions and 33 deletions

View file

@ -758,7 +758,6 @@ int main(int argc, const char *argv[])
err = minizip_add(path, password, &options, argc - (path_arg + 1), &argv[path_arg + 1]);
}
return err;
}
#endif