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 christian.heimes
Recipients christian.heimes, eric.snow
Date 2013-07-20.23:12:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374361962.56.0.58788928889.issue15905@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for 3.3 and tip that replaces wcscpy() with wcsncpy() and adds a proper NUL terminator at MAXPATHLEN.
History
Date User Action Args
2013-07-20 23:12:42christian.heimessetrecipients: + christian.heimes, eric.snow
2013-07-20 23:12:42christian.heimessetmessageid: <1374361962.56.0.58788928889.issue15905@psf.upfronthosting.co.za>
2013-07-20 23:12:42christian.heimeslinkissue15905 messages
2013-07-20 23:12:42christian.heimescreate