diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-04-04 14:18:13 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-04-04 14:18:13 (GMT) |
commit | edb5e1e09ecf92a4911c154217c9c979d827caeb (patch) | |
tree | a631a110772c6597d07f4c2366b3a7769ae99549 /Misc/NEWS | |
parent | 29b36308a40d6479f29b093f9decfa6f58fe31a1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |