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 xiang.zhang
Recipients serhiy.storchaka, xiang.zhang
Date 2018-07-10.11:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531222621.9.0.56676864532.issue34084@psf.upfronthosting.co.za>
In-reply-to
Content
While reviewing PR8222, I found `err_ret->text` is assigned a not malloced string, but it will finally get freed in `err_input`.
History
Date User Action Args
2018-07-10 11:37:01xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2018-07-10 11:37:01xiang.zhangsetmessageid: <1531222621.9.0.56676864532.issue34084@psf.upfronthosting.co.za>
2018-07-10 11:37:01xiang.zhanglinkissue34084 messages
2018-07-10 11:37:01xiang.zhangcreate