1 Nov
2022
1 Nov
'22
2:42 p.m.
Nikolay Sivov (@nsivov) commented about dlls/xmllite/writer.c:
}
This->textnode = 1; - write_escaped_string(This, string); + write_escaped_string(This, string, lstrlenW(string));
I think we talked about this at some point. There is no need to get a string length that you don't have to. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1199#note_12652