This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wjq-security
Recipients mark.dickinson, rhettinger, wjq-security, xtreak
Date 2019-02-14.06:35:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550126132.84.0.590881205827.issue35991@roundup.psfhosted.org>
In-reply-to
Content
line 295 calls PyMem_Free(key),then "key" was freed again in line 317 which causes the bug.
History
Date User Action Args
2019-02-14 06:35:32wjq-securitysetrecipients: + wjq-security, rhettinger, mark.dickinson, xtreak
2019-02-14 06:35:32wjq-securitysetmessageid: <1550126132.84.0.590881205827.issue35991@roundup.psfhosted.org>
2019-02-14 06:35:32wjq-securitylinkissue35991 messages
2019-02-14 06:35:32wjq-securitycreate