Closed teoxoy closed 4 years ago
Any chance you could provide me with an example file that triggers this?
Thank you for that, I managed to reproduce and fix finally.
Thanks for fixing it, works like a charm now. Do you have an ETA for the next release?
just published 0.1.2
I am using this code snippet to extract some files from an archived stream.
I am getting this error
thread 'main' panicked at 'attempt to subtract with overflow'
here: https://github.com/dignifiedquire/async-tar/blob/0739f53aaf805f493d3952adb7d1456b5ac6715e/src/archive.rs#L361Relevant stacktrace snippet:
I can see that some files are being extracted successfully but somewhere around the end of the archive, my program crashes with that error and not all files have been extracted.