tarkit icon indicating copy to clipboard operation
tarkit copied to clipboard

decompress a tarball with wrong data

Open jinzhubaofu opened this issue 9 years ago • 1 comments

I got two problem here.

  1. decompress a tar.gz file without valid gzip format content, and there should get a NO as return value and an error. But I get YES as return value;

    image

    Adding the part of code may fix it.

  2. decompres a tar file without valid tar format data, then the app will crash.

    image

jinzhubaofu avatar Feb 02 '16 03:02 jinzhubaofu

Interesting, I haven't seen that before. I will take a look when time permits.

daltoniam avatar Feb 11 '16 20:02 daltoniam