summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-05-17 06:12:02 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-05-17 06:12:02 (GMT)
commit664782e1c855db7f78f961fb993461709a330277 (patch)
treecf526156c3ab8987f0fceeee89fcd6fc085680ea /Misc
parentce956842e2f2953bc8eeeb209415121760a3b337 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f11293d..954f2b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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