summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-04 14:18:13 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-04 14:18:13 (GMT)
commitedb5e1e09ecf92a4911c154217c9c979d827caeb (patch)
treea631a110772c6597d07f4c2366b3a7769ae99549 /Misc/NEWS
parent29b36308a40d6479f29b093f9decfa6f58fe31a1 (diff)
downloadcpython-edb5e1e09ecf92a4911c154217c9c979d827caeb.zip
cpython-edb5e1e09ecf92a4911c154217c9c979d827caeb.tar.gz
cpython-edb5e1e09ecf92a4911c154217c9c979d827caeb.tar.bz2
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
short file names.
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 1a7aaa6..db86b51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -204,6 +204,9 @@ Core and Builtins
- The re.sub(), re.subn() and re.split() functions now accept a flags parameter.
+- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
+ short file names.
+
Library
-------