tobozo / ESP32-targz

🗜️ An Arduino library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266
Other
117 stars 15 forks source link

Empty file inside .tar archive returns error -34 #48

Closed JamPaul97 closed 2 years ago

JamPaul97 commented 2 years ago

If there is an empty file inside a .tar file when trying to extract it the process exit with code -34. A log file can be provided if needed.

tobozo commented 2 years ago

hey @JamPaul97 thanks for reporting that.

I'll try to reproduce the issue and post my folluwup here.

tobozo commented 2 years ago

update: thanks to your feedback I could reproduce and fix the issue.

I'll produce a new release soon.

tobozo commented 2 years ago

New release available, it will propagate soon to arduino and platformio library registries.

Closing this as solved, thanks again for your feedback :+1: