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, pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-06.14:26:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633530388.39.0.814879002843.issue45375@roundup.psfhosted.org>
In-reply-to
Content
I left a message on the PR a day ago about a one-off error in the allocation of `buff`. The size should be `MAXPATHLEN + 1`. That's what's used everywhere else in PC/getpathp.c and what gets passed in the PathCchCombineEx(buff, MAXPATHLEN + 1, ...) call.
History
Date User Action Args
2021-10-06 14:26:28eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, pablogsal
2021-10-06 14:26:28eryksunsetmessageid: <1633530388.39.0.814879002843.issue45375@roundup.psfhosted.org>
2021-10-06 14:26:28eryksunlinkissue45375 messages
2021-10-06 14:26:28eryksuncreate