Message343783
> 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. |
|
| Date |
User |
Action |
Args |
| 2019-05-28 14:31:50 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, mangrisano |
| 2019-05-28 14:31:50 | eryksun | set | messageid: <[email protected]> |
| 2019-05-28 14:31:50 | eryksun | link | issue37074 messages |
| 2019-05-28 14:31:50 | eryksun | create | |
|