Commit 2e23904a authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

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.
parent 5e0251f8
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment