commit | 32522050773c257a5c3c0c8929ba5c64123b53ed | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Sat Jul 21 02:27:44 2018 -0600 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Jul 21 11:27:44 2018 +0300 |
tree | 06a2ac5cf99f2cd7e9b862425a7ece47532259ac | |
parent | c5bc6e477e659e95ab8837cea85c1e52ae916e02 [diff] |
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.