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 christian.heimes, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-11.16:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476202778.52.0.223163614953.issue28417@psf.upfronthosting.co.za>
In-reply-to
Content
vargs2 could be va_end()ed twice in PyUnicode_FromFormatV when format contains non-ascii characters. Once va_end()ed, vargs2 is undefined. So this could lead to undefined behaviour.
History
Date User Action Args
2016-10-11 16:19:38xiang.zhangsetrecipients: + xiang.zhang, vstinner, christian.heimes, serhiy.storchaka
2016-10-11 16:19:38xiang.zhangsetmessageid: <1476202778.52.0.223163614953.issue28417@psf.upfronthosting.co.za>
2016-10-11 16:19:38xiang.zhanglinkissue28417 messages
2016-10-11 16:19:38xiang.zhangcreate