]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a double free when positioning a database cursor to a non-existant
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 06:50:43 +0000 (06:50 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 06:50:43 +0000 (06:50 +0000)
commit10bed54ae2cc7751ba944bc8a99b9ca0a690c06a
tree2e30614b07caccae82cc24ed359ce97620b29117
parent392505391e1703fe0df4da8e077793f7e71b1075
Fix a double free when positioning a database cursor to a non-existant
string key (and probably a few other situations with string keys).
This was reported with a patch as pybsddb sourceforge bug 1708868 by
jjjhhhlll at gmail.
Lib/bsddb/test/test_misc.py
Modules/_bsddb.c