Comment #24 on issue 20997 by [email protected]: Uninitialized param in IPC::Channel::ChannelImpl::Send http://code.google.com/p/chromium/issues/detail?id=20997
So, for the one I'm seeing the issue is that it's doing a straight memcpy of a Webkit::WebMouseEvent, and due to the padding inside the class on 64bit there is extra space between the modifiers and timeStampSeconds members of WebInputEvent. I'm not sure why the valgrind warning only shows up for the write syscall rather than the memcpy of the struct into the pickle buffer. -- 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
