[Bug 38445] New: valgrind shows a couple invalid writes in kernel32/tests/fiber.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 20 00:52:15 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38445

            Bug ID: 38445
           Summary: valgrind shows a couple invalid writes in
                    kernel32/tests/fiber.c
           Product: Wine
           Version: 1.7.41
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
      Distribution: ---

==9350== Use of uninitialised value of size 4
==9350==    at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350==    by 0x48AC93A: test_FiberHandling (fiber.c:131)
==9350==    by 0x48AD1A8: func_fiber (fiber.c:225)
==9350==    by 0x49644EC: run_test (test.h:584)
==9350==    by 0x4964926: main (test.h:666)
==9350==  Uninitialised value was created by a stack allocation
==9350==    at 0x425819D: __longjmp (__longjmp.S:55)
==9350== 

==9350== Use of uninitialised value of size 4
==9350==    at 0x7B83ACDD: SwitchToFiber (fiber.c:213)
==9350==    by 0x49727E3: ??? (in
/home/austin/wine-valgrind/dlls/kernel32/tests/kernel32_test.exe.so)
==9350==    by 0x48AD1A8: func_fiber (fiber.c:225)
==9350==    by 0x49644EC: run_test (test.h:584)
==9350==    by 0x4964926: main (test.h:666)
==9350==  Uninitialised value was created by a stack allocation
==9350==    at 0x425819D: __longjmp (__longjmp.S:55)
==9350== 

==9350== Use of uninitialised value of size 4
==9350==    at 0x402A7E7: rindex (vg_replace_strmem.c:190)
==9350==    by 0x496392C: winetest_set_location (test.h:282)
==9350==    by 0x48AC951: test_FiberHandling (fiber.c:132)
==9350==    by 0x48AD1A8: func_fiber (fiber.c:225)
==9350==    by 0x49644EC: run_test (test.h:584)
==9350==    by 0x4964926: main (test.h:666)
==9350==  Uninitialised value was created by a stack allocation
==9350==    at 0x425819D: __longjmp (__longjmp.S:55)
==9350==

-- 
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.



More information about the wine-bugs mailing list