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-06-26.19:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561577086.7.0.888910967379.issue37419@roundup.psfhosted.org>
In-reply-to
Content
parse_file_actions() uses an int as it loops over the passed sequence, but it should use a Py_ssize_t. If the sequence is large enough, the int will overflow.
History
Date User Action Args
2019-06-26 19:24:46ZackerySpytzsetrecipients: + ZackerySpytz
2019-06-26 19:24:46ZackerySpytzsetmessageid: <1561577086.7.0.888910967379.issue37419@roundup.psfhosted.org>
2019-06-26 19:24:46ZackerySpytzlinkissue37419 messages
2019-06-26 19:24:46ZackerySpytzcreate