summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <stefan.bodewig@innoq.com>2022-11-07 18:36:23 +0100
committerStefan Bodewig <stefan.bodewig@innoq.com>2022-11-07 18:36:23 +0100
commitab96bfdd1ea2984f34a22c19a430dc49f042a1d8 (patch)
tree76526172bcbb477ac0005044a44542df03fa58a2
parent837eab258e16543cdaee6453538f28063f7afb36 (diff)
downloadant-ab96bfdd1ea2984f34a22c19a430dc49f042a1d8.tar.gz
record tar fix of #194
-rw-r--r--WHATSNEW5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 9872c70c4..52282736b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -39,6 +39,11 @@ Fixed bugs:
will be left untouched.
Bugzilla Report 66164
+ * parsing tar entries with multiple NUL bytes in their name would
+ include garbage bytes as the name included all bytes up to the last
+ NUL rather than the first.
+ Github Pull Request #194
+
Other changes:
--------------