[Bug 26067] New: user32/dialog tests show some valgrind warnings
http://bugs.winehq.org/show_bug.cgi?id=26067 Summary: user32/dialog tests show some valgrind warnings Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: user32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=33246) --> (http://bugs.winehq.org/attachment.cgi?id=33246) valgrind log Invalid read of size 4 at DIALOG_DoDialogBox (dialog.c:817) by DialogBoxParamA (dialog.c:846) by test_DialogBoxParamA (dialog.c:1047) by func_dialog (dialog.c:1291) by run_test (test.h:556) by main (test.h:624) ... 28 bytes in 1 blocks are definitely lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by DIALOG_get_info (defdlg.c:335) by DefDlgProcA (defdlg.c:362) by test_WM_NEXTDLGCTL (dialog.c:600) by func_dialog (dialog.c:1287) 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.
http://bugs.winehq.org/show_bug.cgi?id=26067 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-04-09 11:39:53 CDT --- (In reply to comment #0)
Invalid read of size 4 at DIALOG_DoDialogBox (dialog.c:817) by DialogBoxParamA (dialog.c:846) by test_DialogBoxParamA (dialog.c:1047) by func_dialog (dialog.c:1291) by run_test (test.h:556) by main (test.h:624)
This one is fixed now with ad32b28ac038e56c8e3940926aeb0d172e2bebe8. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26067 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2011-04-11 12:17:05 CDT --- (In reply to comment #1)
(In reply to comment #0)
Invalid read of size 4 at DIALOG_DoDialogBox (dialog.c:817) by DialogBoxParamA (dialog.c:846) by test_DialogBoxParamA (dialog.c:1047) by func_dialog (dialog.c:1291) by run_test (test.h:556) by main (test.h:624)
This one is fixed now with ad32b28ac038e56c8e3940926aeb0d172e2bebe8.
Confirming, now it's just: 28 bytes in 1 blocks are definitely lost in loss record 266 of 768 at 0x7BC4728D: notify_alloc (heap.c:254) by 0x7BC4BAB1: RtlAllocateHeap (heap.c:1702) by 0x48CBA30: DIALOG_get_info (defdlg.c:335) by 0x48CBACC: DefDlgProcA (defdlg.c:362) by 0x478229F: test_WM_NEXTDLGCTL (dialog.c:600) by 0x4784953: func_dialog (dialog.c:1287) by 0x4839273: run_test (test.h:556) by 0x4839666: 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.
http://bugs.winehq.org/show_bug.cgi?id=26067 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-09-26 15:40:19 CDT --- Fine in wine-1.5.13-346-g0445393 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26067 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2012-09-28 13:42:53 CDT --- Closing bugs fixed in 1.5.14. -- 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.
participants (1)
-
wine-bugs@winehq.org