• Robert Shearman's avatar
    ole32: Fix DefaultHandler_EnumAdvises. · 582e2f1f
    Robert Shearman authored
    As per MSDN, if the object has no connections then
    IOleObject::EnumAdvises should return a NULL enumerator and S_OK. This
    is the case when This->oleAdviseHolder is NULL, so do this and avert a
    potential NULL dereference of This->oleAdviseHolder (found by
    Coverity).
    582e2f1f
defaulthandler.c 46.4 KB