WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
75263
[Chromium] uninitialized variable in fakeMouseMoveEventTimerFired
https://bugs.webkit.org/show_bug.cgi?id=75263
Summary
[Chromium] uninitialized variable in fakeMouseMoveEventTimerFired
Ryosuke Niwa
Reported
2011-12-27 11:43:37 PST
20:48:57 memcheck_analyze.py [ERROR] FAIL! There were 1 errors: 20:48:57 memcheck_analyze.py [ERROR] Command: UninitCondition Conditional jump or move depends on uninitialised value(s) WebCore::PlatformEvent::PlatformEvent(WebCore::PlatformEvent::Type, bool, bool, bool, bool, double) (third_party/WebKit/Source/WebCore/platform/PlatformEvent.h:113) WebCore::PlatformMouseEvent::PlatformMouseEvent(WebCore::IntPoint const&, WebCore::IntPoint const&, WebCore::MouseButton, WebCore::PlatformEvent::Type, int, bool, bool, bool, bool, double) (third_party/WebKit/Source/WebCore/platform/PlatformMouseEvent.h:88) WebCore::EventHandler::fakeMouseMoveEventTimerFired(WebCore::Timer<WebCore::EventHandler>*) (third_party/WebKit/Source/WebCore/page/EventHandler.cpp:2426) WebCore::Timer<WebCore::EventHandler>::fired() (third_party/WebKit/Source/WebCore/platform/Timer.h:100) WebCore::ThreadTimers::sharedTimerFiredInternal() (third_party/WebKit/Source/WebCore/platform/ThreadTimers.cpp:115) WebCore::ThreadTimers::sharedTimerFired() (third_party/WebKit/Source/WebCore/platform/ThreadTimers.cpp:93) webkit_glue::WebKitPlatformSupportImpl::DoTimeout() (./webkit/glue/webkitplatformsupport_impl.h:135) base::BaseTimer<webkit_glue::WebKitPlatformSupportImpl, false>::TimerTask::Run() (./base/timer.h:173) The report came from the `BookmarksUITest.BookmarksLoaded` test. Suppression (error hash=#E0AE00D1F1BE808E#): For more info on using suppressions see
http://dev.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/memory-sheriff#TOC-Suppressing-memory-reports
{ <insert_a_suppression_name_here> Memcheck:Uninitialized fun:_ZN7WebCore13PlatformEventC2ENS0_4TypeEbbbbd fun:_ZN7WebCore18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_13PlatformEvent4TypeEibbbbd fun:_ZN7WebCore12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE fun:_ZN7WebCore5TimerINS_12EventHandlerEE5firedEv fun:_ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv fun:_ZN7WebCore12ThreadTimers16sharedTimerFiredEv fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerTask3RunEv }
http://crbug.com/108620
Attachments
Fixes the bug
(1.16 KB, patch)
2011-12-27 11:44 PST
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Added a change log entry
(1.53 KB, patch)
2011-12-27 11:47 PST
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2011-12-27 11:44:44 PST
Created
attachment 120609
[details]
Fixes the bug The problem is that PlatformKeyboardEvent::getCurrentModifierState in PlatformKeyboardEventChromium.cpp never initializes arguments on Linux.
Ryosuke Niwa
Comment 2
2011-12-27 11:45:44 PST
Comment on
attachment 120609
[details]
Fixes the bug Oops, no change log entry :(
WebKit Review Bot
Comment 3
2011-12-27 11:46:04 PST
Attachment 120609
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Ryosuke Niwa
Comment 4
2011-12-27 11:47:41 PST
Created
attachment 120610
[details]
Added a change log entry
Ryosuke Niwa
Comment 5
2011-12-27 12:02:47 PST
Comment on
attachment 120610
[details]
Added a change log entry Thanks for the review, Tony!
WebKit Review Bot
Comment 6
2011-12-27 14:50:08 PST
Comment on
attachment 120610
[details]
Added a change log entry Clearing flags on attachment: 120610 Committed
r103730
: <
http://trac.webkit.org/changeset/103730
>
WebKit Review Bot
Comment 7
2011-12-27 14:50:13 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug