[Bug 36294] New: valgrind shows some uninitialized memory in msvcp60/tests/string.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 4 01:30:52 CDT 2014


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

            Bug ID: 36294
           Summary: valgrind shows some uninitialized memory in
                    msvcp60/tests/string.c
           Product: Wine
           Version: 1.7.18
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: msvcp
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

Created attachment 48395
  --> https://bugs.winehq.org/attachment.cgi?id=48395
valgrind log

==30546== Conditional jump or move depends on uninitialised value(s)
==30546==    at 0x5060ED4: basic_string_char__Tidy (string.c:167)
==30546==    by 0x5062040: basic_string_char_ctor (string.c:514)
==30546==    by 0x495B7B4: test_basic_string_char (string.c:307)
==30546==    by 0x495EA2B: func_string (string.c:694)
==30546==    by 0x495F872: run_test (test.h:584)
==30546==    by 0x495FC6F: main (test.h:654)
==30546==  Uninitialised value was created by a stack allocation
==30546==    at 0x495B792: test_basic_string_char (string.c:302)
==30546== 

etc.

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