NVHTarGzip icon indicating copy to clipboard operation
NVHTarGzip copied to clipboard

Fix buffer overrun when individual path length exceeds USTAR_uname_size

Open gwynjudd opened this issue 6 years ago • 0 comments

The value of strlen(nameChar) would be either bogus, or exceed the value of USTAR_uname_size, leading to overrun.

Fixes #21

gwynjudd avatar Jul 23 '18 03:07 gwynjudd