summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-04 14:32:42 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-04 14:32:42 (GMT)
commit042f133d8299d5a2222def66fd125cde16437cd8 (patch)
tree55af530db293933f03c7c012f6bcbae4b4b0dce9 /Misc
parent11446485433ad65111d6a10f716833c2455da5d1 (diff)
downloadcpython-042f133d8299d5a2222def66fd125cde16437cd8.zip
cpython-042f133d8299d5a2222def66fd125cde16437cd8.tar.gz
cpython-042f133d8299d5a2222def66fd125cde16437cd8.tar.bz2
Merged revisions 71152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71152 | matthias.klose | 2009-04-04 16:18:13 +0200 (Sa, 04 Apr 2009) | 3 lines - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with short file names. ........
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 5b4282a..616d43b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
- Issue #5392: when a very low recursion limit was set, the interpreter would
abort with a fatal error after the recursion limit was hit twice.
+- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
+ short file names.
+
Library
-------