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 wjq-security
Date 2019-02-14.06:38:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550126281.35.0.272027846904.issue35993@roundup.psfhosted.org>
In-reply-to
Content
the code is trying to visit a link list in a loop, it tries to visit the next node in line 284 "interp = interp->next" while the current node is freed in line 296 "PyMem_RawFree(interp);"
History
Date User Action Args
2019-02-14 06:38:01wjq-securitysetrecipients: + wjq-security
2019-02-14 06:38:01wjq-securitysetmessageid: <1550126281.35.0.272027846904.issue35993@roundup.psfhosted.org>
2019-02-14 06:38:01wjq-securitylinkissue35993 messages
2019-02-14 06:38:01wjq-securitycreate