[PATCH 1/2] oleaut32: Ignore NULL ppTLib/pIndex in ITypeInfo2_fnGetContainingTypeLib. (try 4)

Tatyana Fokina tatyana at etersoft.ru
Fri May 24 09:23:39 CDT 2013


Null pointers ppTLib and pIndex result in crash of wine.

Nikolay Sivov wrote 20.12.2012 14:59:
> On 12/20/2012 14:50, Tatyana Fokina wrote:
>
> Hi, Tatyana.
>
> Main problem is that your test will crash if run without patch 2/2,
> that's not how it should be done.
> You need to merge these patches together to keep tests working or
> send implementation fix first,
> so next test patch will work.
>
>> +    hr = ITypeInfo2_GetContainingTypeLib(ti2, (ITypeLib **)&tl, 
>> &Index);
>> +    ok(hr == S_OK, " ITypeInfo2_GetContainingTypeLib failed on 
>> Index\n");
>> +    if(tl) ITypeLib_Release(tl);
> You don't need a cast here.
>
>> +    hr = ITypeInfo2_GetContainingTypeLib(ti2, NULL, &Index);
>> +    ok(hr == S_OK, " ITypeInfo2_GetContainingTypeLib failed on 
>> ITypeLib = NULL\n");
> Please test index value here and above to make sure it really returns
> something.

Fixed.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-oleaut32-Ignore-NULL-ppTLib-pIndex-in-ITypeInfo2_fnG.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130524/d33dcc71/attachment-0001.ksh>


More information about the wine-patches mailing list