diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-02-28 10:31:54 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-02-28 10:31:54 (GMT) |
commit | f2dc885780278246d1a4572c822c4387142a84df (patch) | |
tree | ec5d9d135bb0fcaa050665b98508c26186c0d362 /Misc | |
parent | 7334735ee17951e4ee5555e1183ae4f269fe04af (diff) | |
download | cpython-f2dc885780278246d1a4572c822c4387142a84df.zip cpython-f2dc885780278246d1a4572c822c4387142a84df.tar.gz cpython-f2dc885780278246d1a4572c822c4387142a84df.tar.bz2 |
Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer
overrun.
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 #5386: mmap.write_byte didn't check map size, so it could cause buffer + overrun. + - Issue #1533164: Installed but not listed *.pyo was breaking Distutils bdist_rpm command. |