[Bug 38678] New: valgrind shows uninitialized value dlls/kernel32/tests/path.c:test_CheckNameLegalDOS8Dot3

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 2 23:53:59 CDT 2015


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

            Bug ID: 38678
           Summary: valgrind shows uninitialized value
                    dlls/kernel32/tests/path.c:test_CheckNameLegalDOS8Dot3
           Product: Wine
           Version: 1.7.44
          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: Fedora

==15348== Conditional jump or move depends on uninitialised value(s)
==15348==    at 0x7BC62AFD: RtlIsNameLegalDOS8Dot3 (path.c:872)
==15348==    by 0x7B85D779: CheckNameLegalDOS8Dot3W (path.c:2077)
==15348==    by 0x483CE55: test_CheckNameLegalDOS8Dot3 (path.c:2192)
==15348==    by 0x483D273: func_path (path.c:2240)
==15348==    by 0x4893BD4: run_test (test.h:584)
==15348==    by 0x489401C: main (test.h:666)
==15348==  Uninitialised value was created by a stack allocation
==15348==    at 0x7BC62A86: RtlIsNameLegalDOS8Dot3 (path.c:851)
==15348==

==15348== Conditional jump or move depends on uninitialised value(s)
==15348==    at 0x7BC62AFD: RtlIsNameLegalDOS8Dot3 (path.c:872)
==15348==    by 0x7B85D779: CheckNameLegalDOS8Dot3W (path.c:2077)
==15348==    by 0x7B85D68F: CheckNameLegalDOS8Dot3A (path.c:2050)
==15348==    by 0x483CFE2: test_CheckNameLegalDOS8Dot3 (path.c:2200)
==15348==    by 0x483D273: func_path (path.c:2240)
==15348==    by 0x4893BD4: run_test (test.h:584)
==15348==    by 0x489401C: main (test.h:666)
==15348==  Uninitialised value was created by a stack allocation
==15348==    at 0x7BC62A86: RtlIsNameLegalDOS8Dot3 (path.c:851)

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