https://bugs.winehq.org/show_bug.cgi?id=28766 marc.bessieres(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marc.bessieres(a)gmail.com --- Comment #5 from marc.bessieres(a)gmail.com --- Hello, For the reported: ==10523== Conditional jump or move depends on uninitialised value(s) ==10523== at 0x530FA72: GetDIBits (dib.c:1248) ==10523== by 0x496AFE6: test_dibsections (bitmap.c:542) ==10523== by 0x4990928: func_bitmap (bitmap.c:5629) ==10523== by 0x49EBCE4: run_test (test.h:584) ==10523== by 0x49EC0D3: main (test.h:654) ==10523== Uninitialised value was created by a stack allocation ==10523== at 0x496A45A: test_dibsections (bitmap.c:415) I've just sent the patch: http://source.winehq.org/patches/data/108226 Cheers; Marc PS: the line in GetDIBits has changed, it is now: ==32731== Conditional jump or move depends on uninitialised value(s) ==32731== at 0x55D1E5E: GetDIBits (dib.c:1256) ==32731== by 0x506F202: test_dibsections (bitmap.c:542) ==32731== by 0x5094CF2: func_bitmap (bitmap.c:5643) ==32731== by 0x50F08CE: run_test (test.h:584) ==32731== by 0x50F0CBC: main (test.h:654) ==32731== Uninitialised value was created by a stack allocation ==32731== at 0x506E676: test_dibsections (bitmap.c:415) ==32731== -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.