commit | f6bbd0e71d986e0acefb4b3708d9129a9bce4a17 | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Tue Feb 17 10:12:10 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Tue Feb 17 10:12:10 2009 +0000 |
tree | a33dde057c2b37a0472d785136a21749e201a5ac | |
parent | f68b5b804675326fb05e20b3f327bd774fa95d09 [diff] [blame] |
Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
diff --git a/Misc/NEWS b/Misc/NEWS index 004e9f7..3b3f9d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -159,6 +159,8 @@ Library ------- +- Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. + - Issue #2279: distutils.sdist.add_defaults now add files from the package_data and the data_files metadata.