8 Sep
2023
8 Sep
'23
9:49 p.m.
I misread the code here: It's actually _overallocating_ by 1 character. Although `lstrlenW` doesn't count the null terminator, the first string it's called on includes `%s` which is two extra characters. I'll push a new patch that makes more sense. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3766#note_44794