summaryrefslogtreecommitdiff
path: root/tests/tar/CREDITS
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-08-16 13:39:04 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-08-16 14:01:19 +0200
commite95c0d752a5c14506a3db45de7d01c6462130d28 (patch)
tree4202409438dd4f770c912c07e3b92e80eea90cdc /tests/tar/CREDITS
parent80fe7f8d5b7dd51c97dd66152e255173f9a516dd (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/CREDITS4
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.