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 ZackerySpytz
Recipients ZackerySpytz
Date 2019-03-28.04:33:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553747599.58.0.374930801661.issue36459@roundup.psfhosted.org>
In-reply-to
Content
Commit cb90c89de14aab636739b3e810cf949e47b54a0c added a PyMem_FREE(tok->buf) call in tok_nextc() if a PyMem_REALLOC() call fails. This will cause a double free when PyTokenizer_Free() is called on the tokenizer state.
History
Date User Action Args
2019-03-28 04:33:19ZackerySpytzsetrecipients: + ZackerySpytz
2019-03-28 04:33:19ZackerySpytzsetmessageid: <1553747599.58.0.374930801661.issue36459@roundup.psfhosted.org>
2019-03-28 04:33:19ZackerySpytzlinkissue36459 messages
2019-03-28 04:33:19ZackerySpytzcreate