This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 100th character truncation in 2.4 tarfile.py
Type: behavior Stage:
Components: Library (Lib) Versions: Python 2.4, Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: lars.gustaebel, neville.bagnall
Priority: normal Keywords: patch

Created on 2009-04-28 18:53 by neville.bagnall, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tarfile.patch neville.bagnall, 2009-04-28 18:53
Messages (2)
msg86759 - (view) Author: Neville Bagnall (neville.bagnall) Date: 2009-04-28 18:53
When tarinfo.name is exactly 100 characters long, the last character is
truncated in the tarfile

Attached patch contains the extremely simple fix.
msg86760 - (view) Author: Neville Bagnall (neville.bagnall) Date: 2009-04-28 19:20
Lars, for information. I'm closing as 2.4 isn't being maintained I
presume, and while I believe it also affects 2.5, I don't think its a
security issue, just data loss
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50119
2009-04-28 19:20:10neville.bagnallsetstatus: open -> closed
versions: + Python 2.5
nosy: + lars.gustaebel

messages: + msg86760
2009-04-28 18:53:39neville.bagnallcreate