Marcus Meissner : winedbg: Initialize type.module (Coverity).

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 7 09:01:44 CDT 2015


Module: wine
Branch: master
Commit: aa59e6744dce853678f3fb4f5ee149320ca7765e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aa59e6744dce853678f3fb4f5ee149320ca7765e

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Thu May  7 10:37:10 2015 +0200

winedbg: Initialize type.module (Coverity).

---

 programs/winedbg/types.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/winedbg/types.c b/programs/winedbg/types.c
index de790c7..31e7d38 100644
--- a/programs/winedbg/types.c
+++ b/programs/winedbg/types.c
@@ -697,6 +697,7 @@ BOOL types_print_type(const struct dbg_type* type, BOOL details)
         }
         else
         {
+            subtype.module = 0;
             dbg_printf("<ret_type=self>");
         }
         dbg_printf(" (*%s)(", name);




More information about the wine-cvs mailing list