• James Hatheway's avatar
    - Avoid null-pointer exceptions by testing listnodes validity before doing · 044d2519
    James Hatheway authored
      any work with those.
    - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
      the TLB constructor which initializes TLBContext::length to that
      value.
    - For non-standard pointed types, td[3] is always 0. I observed that
      the type is stored at td[2]/8 and not td[3]/8.
    - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
      type with no inherited interfaces. If the implemented types linked list
      is empty, set pRefType as 0 and return S_OK.
    044d2519
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
connpt.c Loading commit data...
connpt.h Loading commit data...
ole2disp.c Loading commit data...
ole2disp.spec Loading commit data...
oleaut.c Loading commit data...
oleaut32.spec Loading commit data...
olefont.c Loading commit data...
olepicture.c Loading commit data...
parsedt.c Loading commit data...
parsedt.h Loading commit data...
safearray.c Loading commit data...
stubs.c Loading commit data...
typelib.c Loading commit data...
typelib.h Loading commit data...
typelib.spec Loading commit data...
variant.c Loading commit data...