]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix potential use of uninitialized char ** to construct a list if log_archive
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 00:40:31 +0000 (00:40 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 00:40:31 +0000 (00:40 +0000)
commitee6ca70548f6abf1ea337cd358bf1ace2df0af1a
tree2ba43462f96cd7054b7e215375475af0111c235c
parentbf1f7683ab7d1ec9efcf4a1422d2ebc0d6d0130c
fix potential use of uninitialized char ** to construct a list if log_archive
is called with the (unsupported and unexported in this version) flag DB_ARCH_REMOVE.

also fix a log_list memory leak on error return in the event that python can't create
a new list object.
Modules/_bsddb.c