summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-05-16 20:05:11 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-05-16 20:05:11 (GMT)
commitb1a9b37aa836f1c0f827b16cebdd23dfe19fcf4c (patch)
treef69f0ae562a44947f5734763f19f6101df6477b6 /Misc/NEWS
parentf1135f30f8c2b6d1d6a875135de37d04c030e071 (diff)
downloadcpython-b1a9b37aa836f1c0f827b16cebdd23dfe19fcf4c.zip
cpython-b1a9b37aa836f1c0f827b16cebdd23dfe19fcf4c.tar.gz
cpython-b1a9b37aa836f1c0f827b16cebdd23dfe19fcf4c.tar.bz2
Fix bug in marshal where bad data would cause a segfault due to
lack of an infinite recursion check. Contributed by Damien Miller at Google.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b3e1d9..eefa181 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,6 +207,9 @@ Core and builtins
Library
-------
+- Fix bug in marshal where bad data would cause a segfault due to
+ lack of an infinite recursion check.
+
- Removed plat-freebsd2 and plat-freebsd3 directories (and IN.py in
the directories).