[Bug 36294] New: valgrind shows some uninitialized memory in msvcp60/tests/string.c
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(a)winehq.org Reporter: austinenglish(a)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.
https://bugs.winehq.org/show_bug.cgi?id=36294 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ea7baf5304d7c9fa72840999b2d | |a6adc764d5fe3 Status|NEW |RESOLVED CC| |piotr.caban(a)gmail.com Resolution|--- |FIXED --- Comment #1 from Piotr Caban <piotr.caban(a)gmail.com> --- basic_string_char__Tidy no longer touches uninitialized data. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36294 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.19. -- 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.
participants (1)
-
wine-bugs@winehq.org