Re: [Mingw-w64-public] [PATCH] Fix uninitialized read in mingw-w64-tools/widl/src/typegen.c

2022-04-02 Thread Raphael Isemann
Hi Jacek, thanks, I missed the fact this is actually WINE code. I'll send the patch there, thanks! - Raphael Am Sa., 2. Apr. 2022 um 15:02 Uhr schrieb Jacek Caban : > > Hi Raphael, > > On 4/2/22 13:22, Raphael Isemann wrote: > > The attached patch fixes an uninitiali

[Mingw-w64-public] [PATCH] Fix uninitialized read in mingw-w64-tools/widl/src/typegen.c

2022-04-02 Thread Raphael Isemann
lized memory happens to represent a larger uint than the actual max size of the union, then that value is printed in the result. Thanks! - Raphael Isemann diff --git a/mingw-w64-tools/widl/src/typegen.c b/mingw-w64-tools/widl/src/typegen.c index b2d9ab5d1..eb0fa5e06 100644 --- a/mingw-w64-tool