diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-11 08:54:45 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-11 08:54:45 (GMT) |
commit | 3b4fff8079834433ba75ee0873c538410cd082c9 (patch) | |
tree | 7301da8a2959b7ca9d28db9beb5f9af55eef3f4e /Misc/NEWS | |
parent | ae1df4112710fdfc7ffb6248b6a61b6b3cadd880 (diff) | |
download | cpython-3b4fff8079834433ba75ee0873c538410cd082c9.zip cpython-3b4fff8079834433ba75ee0873c538410cd082c9.tar.gz cpython-3b4fff8079834433ba75ee0873c538410cd082c9.tar.bz2 |
Fix SF bug #1402308, segfault when using mmap(-1, ...)
This didn't crash on Linux, but valgrind complained.
I'm not sure if this test is valid on Windows.
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -216,6 +216,8 @@ Core and builtins Extension Modules ----------------- +- Bug #1402308, (possible) segfault when using mmap.mmap(-1, ...) + - Bug #1400822, _curses over{lay,write} doesn't work when passing 6 ints. Also fix ungetmouse() which did not accept arguments properly. The code now conforms to the documented signature. |