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.