gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

fseeko.c: fix possible double free of buffer #66

Closed jamartis closed 5 years ago

jamartis commented 5 years ago

In case of error, the buffer may be freed twice: First time by the line 420, second time in the error2 label.