[Bug 26127] New: msvcrt/locale tests show a few uninitialized variables under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 14 19:47:16 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26127

           Summary: msvcrt/locale tests show a few uninitialized variables
                    under valgrind
           Product: Wine
           Version: 1.3.13
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: minor
          Priority: P2
         Component: msvcrt
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


Conditional jump or move depends on uninitialised value(s)
    at  MSVCRT__create_locale (locale.c:802)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:123)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
  Uninitialised value was created by a client request
    at  mark_block_uninitialized (heap.c:208)
    by  initialize_block (heap.c:239)
    by  RtlAllocateHeap (heap.c:1702)
    by  MSVCRT_malloc (heap.c:298)
    by  MSVCRT__create_locale (locale.c:730)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:123)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
...
 Conditional jump or move depends on uninitialised value(s)
    at  MSVCRT__create_locale (locale.c:802)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:135)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
  Uninitialised value was created by a client request
    at  mark_block_uninitialized (heap.c:208)
    by  initialize_block (heap.c:239)
    by  RtlAllocateHeap (heap.c:1702)
    by  MSVCRT_malloc (heap.c:298)
    by  MSVCRT__create_locale (locale.c:730)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:135)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
...
 Conditional jump or move depends on uninitialised value(s)
    at  MSVCRT__create_locale (locale.c:802)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:412)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
  Uninitialised value was created by a client request
    at  mark_block_uninitialized (heap.c:208)
    by  initialize_block (heap.c:239)
    by  RtlAllocateHeap (heap.c:1702)
    by  MSVCRT_malloc (heap.c:298)
    by  MSVCRT__create_locale (locale.c:730)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:412)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
...
 Conditional jump or move depends on uninitialised value(s)
    at  MSVCRT__create_locale (locale.c:802)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:417)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
  Uninitialised value was created by a client request
    at  mark_block_uninitialized (heap.c:208)
    by  initialize_block (heap.c:239)
    by  RtlAllocateHeap (heap.c:1702)
    by  MSVCRT_malloc (heap.c:298)
    by  MSVCRT__create_locale (locale.c:730)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:417)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
...
 Conditional jump or move depends on uninitialised value(s)
    at  MSVCRT__create_locale (locale.c:805)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:417)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)
  Uninitialised value was created by a client request
    at  mark_block_uninitialized (heap.c:208)
    by  initialize_block (heap.c:239)
    by  RtlAllocateHeap (heap.c:1702)
    by  MSVCRT_malloc (heap.c:298)
    by  MSVCRT__create_locale (locale.c:731)
    by  MSVCRT_setlocale (locale.c:1129)
    by  test_setlocale (locale.c:417)
    by  func_locale (locale.c:624)
    by  run_test (test.h:556)
    by  main (test.h:624)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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