]> granicus.if.org Git - python/commit
Fix a weird bug in dbtables: if it chose a random rowid string that contained
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 18 Oct 2007 08:34:20 +0000 (08:34 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 18 Oct 2007 08:34:20 +0000 (08:34 +0000)
commitf8a2a0b5a9edc5769b2da40c36c49eed4c5c1b33
tree93ccc9d0db73bbf7fe09123610195eab615cb153
parentafed3a4552e0df61477c322f60b10d3ae59edf1c
Fix a weird bug in dbtables: if it chose a random rowid string that contained
NULL bytes it would cause the database all sorts of problems in the future
leading to very strange random failures and corrupt dbtables.bsdTableDb dbs.
Lib/bsddb/dbtables.py