stcorp / coda

The Common Data Access toolset
http://stcorp.github.io/coda/doc/html/index.html
BSD 3-Clause "New" or "Revised" License
37 stars 17 forks source link

ziparchive.c: Require get_entries() read to get the full filename. #70

Closed schwehr closed 4 years ago

schwehr commented 4 years ago

Fixes #69

svniemeijer commented 4 years ago

A proper solution requires a bit more than this (note that the use of ssize_t is also not very portable).