You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2022/11/07 17:36:55 UTC

[ant] branch master updated: record tar fix of #194

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new ab96bfdd1 record tar fix of #194
ab96bfdd1 is described below

commit ab96bfdd1ea2984f34a22c19a430dc49f042a1d8
Author: Stefan Bodewig <st...@innoq.com>
AuthorDate: Mon Nov 7 18:36:23 2022 +0100

    record tar fix of #194
---
 WHATSNEW | 5 +++++
 1 file changed, 5 insertions(+)

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:
 --------------