Re: msxml3: Assign the IBindStatusCallback as soon as it created.

2011-02-21 Thread Jacek Caban

On 2/18/11 10:24 AM, Alistair Leslie-Hughes wrote:

Hi,
This stops a crash in httprequest_get_responseText, when running from 
a webpage since This-bsc was NULL.




Tests, please.

Jacek




Re: msxml3: Assign the IBindStatusCallback as soon as it created.

2011-02-18 Thread Nikolay Sivov

On 2/18/2011 12:24, Alistair Leslie-Hughes wrote:

Hi,
This stops a crash in httprequest_get_responseText, when running from 
a webpage since This-bsc was NULL.



Changelog:
msxml3: Assign the IBindStatusCallback as soon as it created.

You mean at this point?
---
hr = GetHGlobalFromStream(This-bsc-stream, hglobal);
---

Could you add a test case for that please?



Best Regards
 Alistair Leslie-Hughes