commit | f2dc885780278246d1a4572c822c4387142a84df | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Feb 28 10:31:54 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Feb 28 10:31:54 2009 +0000 |
tree | ec5d9d135bb0fcaa050665b98508c26186c0d362 | |
parent | 7334735ee17951e4ee5555e1183ae4f269fe04af [diff] [blame] |
Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer overrun.
diff --git a/Misc/NEWS b/Misc/NEWS index 04421f1..0ced972 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -166,6 +166,9 @@ 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.