]> granicus.if.org Git - python/commit
Backport 58385 from trunk: fix a double free bug in the _bsddb module
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 07:25:24 +0000 (07:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 07:25:24 +0000 (07:25 +0000)
commit7d9c00ec4f8f8347c91fd60ae4eab032e385234b
tree5b2419948a480b94c376bab819a3db2dff6a8bcc
parent381e1a46cd782bc2090c3f718b34682e06380bbd
Backport 58385 from trunk: fix a double free bug in the _bsddb module
on DBCursor.get (and a friends) when passing in a string key.
Lib/bsddb/test/test_misc.py
Modules/_bsddb.c