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 methane, serhiy.storchaka
Date 2019-10-21.06:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571638830.02.0.0342300206761.issue38540@roundup.psfhosted.org>
In-reply-to
Content
There are possible leaks in PyArg_Parse and similar functions for format units "es#" and "et#". Macros STORE_SIZE and (since 3.8) FETCH_SIZE can leave the function despite there is an own reference to an encoded string (s). The leak is only possible when PY_SSIZE_T_CLEAN is not defined.
History
Date User Action Args
2019-10-21 06:20:30serhiy.storchakasetrecipients: + serhiy.storchaka, methane
2019-10-21 06:20:30serhiy.storchakasetmessageid: <1571638830.02.0.0342300206761.issue38540@roundup.psfhosted.org>
2019-10-21 06:20:29serhiy.storchakalinkissue38540 messages
2019-10-21 06:20:29serhiy.storchakacreate