[PATCH] oleaut32: Fix some corner cases in VarBstrCmp.

Lei Zhang thestig at google.com
Tue Aug 5 19:39:13 CDT 2008


On Tue, Aug 5, 2008 at 3:15 AM, Alexandre Julliard <julliard at winehq.org> wrote:
> That's ugly, you shouldn't need such special handling here, you should
> simply fall through to the normal comparisons which should give the
> correct results.

Falling through didn't work. CompareStringW does not like NULL inputs.
It still needs a little bit of special handling. Will resubmit patch.



More information about the wine-devel mailing list