Comment #8 on issue 22857 by [email protected]: Uninitialized memory
sent via IPC from RenderWidgetHostViewGtkWidget::KeyPressReleaseEvent()
http://code.google.com/p/chromium/issues/detail?id=22857
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=27451
------------------------------------------------------------------------
r27451 | [email protected] | 2009-09-28 19:02:43 -0700 (Mon, 28 Sep 2009)
| 8 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/api/public/WebInputEvent.h?r1=27451&r2=27450
Fix an uninitialized memory error reported by valgrind.
In order to make valgrind happy, this CL changes
WebKeyboardEvent::isSystemKey and WebMouseWheelEvent::scrollByPage to int
type to make sure the size of WebKeyboardEvent and WebMouseWheelEvent align
to a factor of 4 bytes strictly.
BUG=22857: Uninitialized memory sent via IPC from
RenderWidgetHostViewGtkWidget::KeyPressReleaseEvent()
TEST=Run chrome with valgrind and input something or scroll the mouse wheel
in a web page, valgrind should not complain uninitialized memory anymore.
Review URL: http://codereview.chromium.org/235038
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---