cpython/Lib/bsddb
Zackery Spytz 3252205077 bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337)
There was a missing check for integer overflow, several function calls
were not checked for failure, and allocated memory was not freed if an
error occurred.
2018-07-21 11:27:44 +03:00
..
test bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337) 2018-07-21 11:27:44 +03:00
__init__.py - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting 2013-03-19 14:46:29 -07:00
db.py bsddb module updated to version 4.7.2devel9. 2008-07-23 11:38:42 +00:00
dbobj.py - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting 2013-03-19 14:46:29 -07:00
dbrecio.py Fix errors found by pychecker 2006-06-11 08:35:14 +00:00
dbshelve.py Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 18:59:17 +02:00
dbtables.py - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting 2013-03-19 14:46:29 -07:00
dbutils.py Fix py3k warnings in bsddb 2009-10-14 18:01:33 +00:00