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 eryksun
Recipients eryksun, mangrisano, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2019-05-28.14:31:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559053910.86.0.525422314791.issue37074@roundup.psfhosted.org>
In-reply-to
Content
> GetFullPathNameW(path, sizeof(fullPath),

That should be sizeof(fullPath) / sizeof(WCHAR), or use Py_ARRAY_LENGTH, or just hard code 8. That's probably not the only mistake. But this is just an example to discuss the details and alternatives.
History
Date User Action Args
2019-05-28 14:31:50eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, mangrisano
2019-05-28 14:31:50eryksunsetmessageid: <1559053910.86.0.525422314791.issue37074@roundup.psfhosted.org>
2019-05-28 14:31:50eryksunlinkissue37074 messages
2019-05-28 14:31:50eryksuncreate