19 Sep
2023
19 Sep
'23
10:54 a.m.
Nikolay Sivov (@nsivov) commented about dlls/ntdll/actctx.c:
struct actctx_loader *acl, const struct xml_elem *parent ) { struct xml_elem elem; + struct xml_attr attr; + BOOL end = FALSE; + + while (next_xml_attr(xmlbuf, &attr, &end)) + WARN( "unknown attr %s\n", debugstr_xml_attr(&attr) );
Maybe we should skip known namespace attributes here, so it does not get unnecessary attention in the logs. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3888#note_45862