diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-08-16 13:39:04 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-08-16 14:01:19 +0200 |
commit | e95c0d752a5c14506a3db45de7d01c6462130d28 (patch) | |
tree | 4202409438dd4f770c912c07e3b92e80eea90cdc /tests/tar/CREDITS | |
parent | 80fe7f8d5b7dd51c97dd66152e255173f9a516dd (diff) |
Add a libtar test case for a completely filled link target field
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/tar/CREDITS')
-rw-r--r-- | tests/tar/CREDITS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tar/CREDITS b/tests/tar/CREDITS index 6d55a59..776d93a 100644 --- a/tests/tar/CREDITS +++ b/tests/tar/CREDITS @@ -28,3 +28,7 @@ The following addtional files have been added: - xattr/xattr-shily-binary.tar Created from xattr/xattr-shily.tar by manually patching in a capability xattr key/value pair. + - tar/format-acceptance/link_filled.tar + Contributed in GitHub issue #64. A tar ball that contains a hard link + where the 100 byte target field is completely filled without containing + a null-terminator. |