]> granicus.if.org Git - python/commit
Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 05:44:18 +0000 (05:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 05:44:18 +0000 (05:44 +0000)
commitb4fcf8d787783201dce026e734a7362ef96a2605
tree10728475e7da230871b055c848a37f08e1787c51
parent7f54740c4ddacf99eba5bb18abe904a6a4960165
Fix Coverity # 146.  newDBSequenceObject would deref dbobj, so it can't be NULL.

We know it's not NULL from the ParseTuple and DbObject_Check will verify
it's not NULL.
Modules/_bsddb.c