summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-08-01 15:44:11 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-08-01 15:44:11 (GMT)
commit686ee4fd3db413b24c49e5a6331d3ba5fb5d9b05 (patch)
tree3c14ba08916241449d101431e058972839ced33c /Misc
parentfc070313ddc6868b3679ee8d8e59e2e6bfb12406 (diff)
downloadcpython-686ee4fd3db413b24c49e5a6331d3ba5fb5d9b05.zip
cpython-686ee4fd3db413b24c49e5a6331d3ba5fb5d9b05.tar.gz
cpython-686ee4fd3db413b24c49e5a6331d3ba5fb5d9b05.tar.bz2
Merged revisions 83407 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83407 | brian.curtin | 2010-08-01 10:26:26 -0500 (Sun, 01 Aug 2010) | 3 lines Fix #8105. Add validation to mmap.mmap so invalid file descriptors don't cause a crash on Windows. ........
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 96abd0d..7cf087b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -332,6 +332,8 @@ Library
Extension Modules
-----------------
+- Issue #8105: Validate file descriptor passed to mmap.mmap on Windows.
+
- Issue #9422: Fix memory leak when re-initializing a struct.Struct object.
- Issue #7900: The getgroups(2) system call on MacOSX behaves rather oddly