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 serhiy.storchaka
Recipients Dennis Sweeney, miss-islington, rhettinger, serhiy.storchaka, tim.peters
Date 2022-02-13.10:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644748881.79.0.943839367549.issue46615@roundup.psfhosted.org>
In-reply-to
Content
Thanks Dennis for your report and PRs.

Do you mind to analyze also uses of _PySet_NextEntry(), PyDict_Next() and _PyDict_Next()? Many of them look safe, but _pickle.c seems vulnerable.
History
Date User Action Args
2022-02-13 10:41:21serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, miss-islington, Dennis Sweeney
2022-02-13 10:41:21serhiy.storchakasetmessageid: <1644748881.79.0.943839367549.issue46615@roundup.psfhosted.org>
2022-02-13 10:41:21serhiy.storchakalinkissue46615 messages
2022-02-13 10:41:21serhiy.storchakacreate