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 ocean-city
Recipients amaury.forgeotdarc, ocean-city
Date 2008-09-09.13:25:35
SpamBayes Score 0.021998245
Marked as misclassified No
Message-id <1220966797.75.0.427662406188.issue3813@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I misunderstood the reason...
readlink() can return non-null-terminated string, so mbstowcs may
convert illegual memory area. I've attached py3k_getpath_v3.patch.
History
Date User Action Args
2008-09-09 13:26:37ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc
2008-09-09 13:26:37ocean-citysetmessageid: <1220966797.75.0.427662406188.issue3813@psf.upfronthosting.co.za>
2008-09-09 13:25:36ocean-citylinkissue3813 messages
2008-09-09 13:25:36ocean-citycreate