COMPRESS-421 record fix closes #54
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5b3ff035 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5b3ff035 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/5b3ff035 Branch: refs/heads/master Commit: 5b3ff035f452b6a3f061d9c3919485c59e9c9333 Parents: 12d9a80 Author: Stefan Bodewig <[email protected]> Authored: Fri Oct 6 19:11:17 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Fri Oct 6 19:11:17 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/5b3ff035/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2390d3f..b29952d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -118,6 +118,11 @@ wanted to create such files."> minor device numbers unless the entry represents a character or block special file. </action> + <action issue="COMPRESS-421" type="fix" date="2017-10-06" + due-to="Roel Spilker"> + When reading tar headers with name fields containing embedded + NULs, the name will now be terminated at the first NUL byte. + </action> </release> <release version="1.14" date="2017-05-14" description="Release 1.14">
