NVHTarGzip
NVHTarGzip copied to clipboard
Fix buffer overrun when individual path length exceeds USTAR_uname_size
The value of strlen(nameChar) would be either bogus, or exceed the value of USTAR_uname_size, leading to overrun.
Fixes #21