summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-02-28 12:21:53 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-02-28 12:21:53 (GMT)
commit10c9937b2381f6f5fa6464d95e1612369e8787b8 (patch)
treeab91bc2d2b81f3a6ab05dcd9e68cae090a152487 /Misc
parent39c6dea4a24a1739971b0a68e0bdc49f68356b73 (diff)
downloadcpython-10c9937b2381f6f5fa6464d95e1612369e8787b8.zip
cpython-10c9937b2381f6f5fa6464d95e1612369e8787b8.tar.gz
cpython-10c9937b2381f6f5fa6464d95e1612369e8787b8.tar.bz2
Merged revisions 70056 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70056 | hirokazu.yamamoto | 2009-02-28 21:13:07 +0900 | 2 lines Issue #1733986: Fixed mmap crash in accessing elements of second map object with same tagname but larger size than first map. (Windows) ........
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 ff271b9..7f5a99b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -173,6 +173,9 @@ Core and Builtins
Library
-------
+- Issue #1733986: Fixed mmap crash in accessing elements of second map object
+ with same tagname but larger size than first map. (Windows)
+
- Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer
overrun.