[2/2] msxml3: Validate node content in xmlnode_put_dataType() (resend)

Jacek Caban jacek at codeweavers.com
Wed Nov 17 15:50:45 CST 2010


Hi Adam,

On 11/17/10 9:18 PM, Adam Martinson wrote:
> ---
>  dlls/msxml3/msxml_private.h |    1 +
>  dlls/msxml3/node.c          |  113 
> ++++++++++++++++++++++++++-----------------
>  dlls/msxml3/schema.c        |   94 +++++++++++++++++++++++++++++++++--
>  3 files changed, 158 insertions(+), 50 deletions(-)

+    if (This->node->type != XML_ELEMENT_NODE)
+        return E_FAIL;


The implementation should go to element.c then.


Jacek



More information about the wine-patches mailing list