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@winehq.org Reporter: austinenglish@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.
https://bugs.winehq.org/show_bug.cgi?id=36294
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ea7baf5304d7c9fa72840999b2d | |a6adc764d5fe3 Status|NEW |RESOLVED CC| |piotr.caban@gmail.com Resolution|--- |FIXED
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- basic_string_char__Tidy no longer touches uninitialized data.
https://bugs.winehq.org/show_bug.cgi?id=36294
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.19.