Sweden-Number/dlls/msxml3/tests
Damjan Jovanovic 06cd8d3d2e msxml3: Return S_FALSE from IXMLDOMNamedNodeMap::nextNode() when there are no attributes.
Currently Wine return S_FALSE when IXMLDOMNamedNodeMap::nextNode()
has run out of attributes to return, but when an XML node has no
attributes at all, it returns S_OK despite setting the nextNode
output parameter to NULL, causing the caller to crash when it
accesses this pointer. Return S_FALSE in this case instead.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50603
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-22 17:57:47 +02:00
..
Makefile.in
domdoc.c msxml3: Return S_FALSE from IXMLDOMNamedNodeMap::nextNode() when there are no attributes. 2021-06-22 17:57:47 +02:00
httpreq.c
rsrc.rc
saxreader.c msxml3: IVBSAXContentHandler::startElement() should also check *namespaceURI for NULL. 2021-05-21 18:11:06 +02:00
schema.c msxml3/tests: Add some regex tests. 2021-06-04 10:19:42 +02:00
xmldoc.c
xmlparser.c
xmlparser.idl
xmlview.c
xmlview.xml
xmlview.xsl