From ab96bfdd1ea2984f34a22c19a430dc49f042a1d8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 7 Nov 2022 18:36:23 +0100 Subject: [PATCH] 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: --------------