zlib
zlib copied to clipboard
Remove unnecessary stack memory usage
@madler Hi, Would you please see this PR?
struct zip64_internal is a big struct. If it is allocated in the stack, some low memory devices may be overflow. It's unnecessary to because this alloc is useless in this function.