diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-02-28 12:13:07 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-02-28 12:13:07 (GMT) |
commit | b0e10c760c8b7907aee3253054f5ac65fe1b1d12 (patch) | |
tree | a9b6629c7ad72d3451ef577508d08be69c3515cc /Misc | |
parent | f2dc885780278246d1a4572c822c4387142a84df (diff) | |
download | cpython-b0e10c760c8b7907aee3253054f5ac65fe1b1d12.zip cpython-b0e10c760c8b7907aee3253054f5ac65fe1b1d12.tar.gz cpython-b0e10c760c8b7907aee3253054f5ac65fe1b1d12.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,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. |