]> granicus.if.org Git - python/commit
issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 17 May 2008 06:12:02 +0000 (06:12 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 17 May 2008 06:12:02 +0000 (06:12 +0000)
commit664782e1c855db7f78f961fb993461709a330277
treecf526156c3ab8987f0fceeee89fcd6fc085680ea
parentce956842e2f2953bc8eeeb209415121760a3b337
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.
Lib/bsddb/test/test_lock.py
Misc/NEWS
Modules/_bsddb.c