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 pablogsal
Recipients christian.heimes, lys.nikolaou, pablogsal
Date 2020-06-12.18:50:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591987814.83.0.61605812516.issue40958@roundup.psfhosted.org>
In-reply-to
Content
> This line is wrong though, since PyUnicode_GET_LENGTH returns the length in code points

Whoops! Thanks for pointing that out. In any case, the patch still shows that the ASAN error goes away by limiting the access to the string so I suppose that we could transform it into a proper patch.
History
Date User Action Args
2020-06-12 18:50:14pablogsalsetrecipients: + pablogsal, christian.heimes, lys.nikolaou
2020-06-12 18:50:14pablogsalsetmessageid: <1591987814.83.0.61605812516.issue40958@roundup.psfhosted.org>
2020-06-12 18:50:14pablogsallinkissue40958 messages
2020-06-12 18:50:14pablogsalcreate