msxml3: Move tid_NULL out of possible enum values.

This was reported as a out of bounds access (Coverity), which is possible
if the tid_NULL was ever passed in.
This commit is contained in:
Alistair Leslie-Hughes 2023-10-11 17:55:04 +11:00 committed by Alexandre Julliard
parent 5e0251f80d
commit 2e23904abc

View file

@ -82,7 +82,7 @@ static lib_id_t lib_ids[] = {
};
static tid_id_t tid_ids[] = {
{ &IID_NULL, LibXml_Last },
{ &IID_NULL, LibXml2 },
{ &IID_IXMLDOMAttribute, LibXml2 },
{ &IID_IXMLDOMCDATASection, LibXml2 },
{ &IID_IXMLDOMComment, LibXml2 },