bitbank2 / unzipLIB

An embedded-friendly library for decompressing files from zip archives
Apache License 2.0
52 stars 11 forks source link

if ZIP file is not OK or not a ZIP file, it crashed #15

Open MarioPieschel opened 7 months ago

MarioPieschel commented 7 months ago

If ZIP file is not OK or not a ZIP file, it crashed.

If I open a ZIP file, that is not OK, e.g. wrong transmission from server or not a ZIP file, it crashed.

Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled.

Core 1 register dump: PC : 0x00000000 PS : 0x00060330 A0 : 0x800e1e2d A1 : 0x3ffb2150 A2 : 0x00000000 A3 : 0x48004901 A4 : 0x00000000 A5 : 0x3ffc692c A6 : 0x48000101 A7 : 0x00000000 A8 : 0x800e1e0c A9 : 0x3ffb2120 A10 : 0x3ffc692c A11 : 0x3ffb2178 A12 : 0x0000f15c A13 : 0x0000f15c A14 ets Jul 29 2019 12:21:46

Please insert a function to compare the ZIP file, if it is correct.