summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-29 13:25:16 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-29 13:25:16 (GMT)
commit8839fd7372a373c0d63d56897c2593fff5738df0 (patch)
treef394fc3e3406bf0eaa0d93cddc04b0492514cb26 /Misc
parentbcff47a6ec43e945a74e202f987bbce9e40fade7 (diff)
downloadcpython-8839fd7372a373c0d63d56897c2593fff5738df0.zip
cpython-8839fd7372a373c0d63d56897c2593fff5738df0.tar.gz
cpython-8839fd7372a373c0d63d56897c2593fff5738df0.tar.bz2
Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
Reviewed by Amaury Forgeot d'Arc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ab68bc..d021fd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
+
- Issue #4856: Remove checks for win NT.
- Issue #2016: Fixed a crash in a corner case where the dictionary of keyword