summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2006-12-23 17:57:23 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2006-12-23 17:57:23 (GMT)
commita4b2381b20edfc8be76df63ef06c0f15959ad7a3 (patch)
tree9351a503cff6c6269fa3ee8b5e9c53f9f27aa0a4 /Misc
parent6baa5027699c6238d545a9b18c70567882517eae (diff)
downloadcpython-a4b2381b20edfc8be76df63ef06c0f15959ad7a3.zip
cpython-a4b2381b20edfc8be76df63ef06c0f15959ad7a3.tar.gz
cpython-a4b2381b20edfc8be76df63ef06c0f15959ad7a3.tar.bz2
Patch #1262036: Prevent TarFiles from being added to themselves under
certain conditions. Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae4d0d0..92f81eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Core and builtins
Library
-------
+- Patch #1262036: Prevent TarFiles from being added to themselves under
+ certain conditions.
+
- Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
work correctly together with readline().