• Dmitry Timoshkov's avatar
    - Stop using a not initialized variable szTemp in · 8feb70aa
    Dmitry Timoshkov authored
      _dbg_ILSimpleGetText, make _dbg_ILSimpleGetText return no value since
      nobody is using it.
    - Stop dereferencing a possible NULL in pdump since
      _dbg_ILGetDataPointer can potentially return NULL (for instance for
      root or desktop pidl).
    - Make shdebugstr_guid use standard wine_dbg_sprintf instead of the
      handmade solution.
    8feb70aa
debughlp.c 8.26 KB