commit | 5e3d862392acc3b6862c6393bfbca7450523717d | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Jan 09 06:24:35 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Jan 09 06:24:35 2006 +0000 |
tree | 8db6622c03bd525d1d3c7a9af5cbbebd76537225 | |
parent | e0aec6df5e9549bd9e2c54ea57b6aa65d3c25f29 [diff] [blame] |
Bug #1400115, Fix segfault when calling curses.panel.userptr() without prior setting of the userptr. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 3860fd3..2065ede 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -209,6 +209,9 @@ Extension Modules ----------------- +- Bug #1400115, Fix segfault when calling curses.panel.userptr() + without prior setting of the userptr. + - Fix 64-bit problems in bsddb. - Patch #1365916: fix some unsafe 64-bit mmap methods.