Comment 7 for bug 1315742

Revision history for this message
Jose Luis Rivero (j-rivero) wrote :

Thanks Brian, I've wrote a small testing case that should segfault with current libtar 1.2.20-3 but should work with the patch 1.2.20-4

 - Compile: gcc foo.c -ltar -o foo
 - Run ./foo <any_tarfile>

It will uncompress the contents in the /tmp directory.
Let me know if you need anything else.