issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
commit0e2ed84bc87441004a2ec3e3df13345e44472b91
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 17 May 2008 06:12:02 +0000 (17 06:12 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 17 May 2008 06:12:02 +0000 (17 06:12 +0000)
treec429c5f894c6a2281f068404d166be7fc02c27f0
parent4e8ea05a38065fb3c8428eb70148155dabd49611
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.

git-svn-id: http://svn.python.org/projects/python/trunk@63403 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/bsddb/test/test_lock.py
Misc/NEWS
Modules/_bsddb.c