summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-05-28 10:09:33 (GMT)
committerNed Deily <nad@acm.org>2011-05-28 10:09:33 (GMT)
commit59a333844a8a864ef4d41524e931a641ec59f00f (patch)
tree3887db28f955098b942d4b0e2268e484645632a1 /Misc
parent61be422bd73784615249d3dfe28c0a8f322b5d65 (diff)
parent32b5cb0a66956785275c62e1d20b6e5ee4241079 (diff)
downloadcpython-59a333844a8a864ef4d41524e931a641ec59f00f.zip
cpython-59a333844a8a864ef4d41524e931a641ec59f00f.tar.gz
cpython-59a333844a8a864ef4d41524e931a641ec59f00f.tar.bz2
Issue #985064: Make plistlib more resilient to faulty input plists.
Patch by Mher Movsisyan.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 68e7eef..350cc3c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -615,6 +615,7 @@ Paul Moore
Derek Morr
James A Morrison
Pablo Mouzo
+Mher Movsisyan
Sjoerd Mullender
Sape Mullender
Michael Muller
diff --git a/Misc/NEWS b/Misc/NEWS
index 3238406..46cf4d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,6 +172,9 @@ Core and Builtins
Library
-------
+- Issue #985064: Make plistlib more resilient to faulty input plists.
+ Patch by Mher Movsisyan.
+
- Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
Initial patch by Nir Aides.