igrr / mkspiffs

Tool to build and unpack SPIFFS images
MIT License
186 stars 91 forks source link

unpackFile large file crash #62

Open volumetrix opened 5 years ago

volumetrix commented 5 years ago
- when dealing with large files >5-10MB we noticed that the function unpackFile would seg fault
- modified unpackFile so that it uses a buffered read approach, which avoids the crash with large files