Re: riched20: Avoid uninitialized field in STGMEDIUM structure (LLVM/Clang).
17 Jul
2012
17 Jul
'12
10:32 a.m.
Nicolas Le Cam <niko.lecam(a)gmail.com> writes:
@@ -1098,6 +1098,8 @@ static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbm BOOL ret = FALSE; DWORD conn;
+ memset(&stgm, 0, sizeof(stgm)); +
Please fix the bugs (if any) instead of silencing the warnings by memsetting everything to 0. -- Alexandre Julliard julliard(a)winehq.org
4902
Age (days ago)
4902
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard