diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-05-17 06:12:02 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-05-17 06:12:02 (GMT) |
commit | 664782e1c855db7f78f961fb993461709a330277 (patch) | |
tree | cf526156c3ab8987f0fceeee89fcd6fc085680ea /Misc | |
parent | ce956842e2f2953bc8eeeb209415121760a3b337 (diff) | |
download | cpython-664782e1c855db7f78f961fb993461709a330277.zip cpython-664782e1c855db7f78f961fb993461709a330277.tar.gz cpython-664782e1c855db7f78f961fb993461709a330277.tar.bz2 |
issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
and other bsddb.db object constructors raised an exception.
Debugging & patch by Neal Norowitz.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ Extension Modules - bsddb module updated to version 4.6.4. +- issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get + and other bsddb.db object constructors raised an exception. + - Fixed #2870: cmathmodule.c compile error Library |