commit | 8905fcc85a6fc3ac394bc89b0bbf40897e9497a6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 11 08:38:03 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Dec 11 08:38:03 2018 +0200 |
tree | 5b7afcdceab6dae37e3db90f952c5c76fe46b5cf | |
parent | bb86bf4c4eaa30b1f5192dab9f389ce0bb61114d [diff] |
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) * bpo-35454: Fix miscellaneous minor issues in error handling. * Fix a null pointer dereference.