Re: [3/4] msxml: Implement removeAttribute

2007-11-15 Thread Alistair Leslie-Hughes
Mikołaj Zalewski wrote: > A problem with this patch is that the user may have an IXMLDOMNode * > reference to the attribute node being removed. The xmlFreeProp will free > the xmlnode so accessing the IXMLDOMNode could result in memory > corruption. Under MSXML it's possible to access such nod

Re: [3/4] msxml: Implement removeAttribute

2007-11-15 Thread Mikołaj Zalewski
A problem with this patch is that the user may have an IXMLDOMNode * reference to the attribute node being removed. The xmlFreeProp will free the xmlnode so accessing the IXMLDOMNode could result in memory corruption. Under MSXML it's possible to access such node and even reconnect it e.g. to