Bug 106321

Summary: CoreIPC: Uninitialized data warnings when running on valgrind
Product: WebKit Reporter: Thiago Marcos P. Santos <tmpsantos>
Component: WebKit2Assignee: Thiago Marcos P. Santos <tmpsantos>
Status: RESOLVED INVALID    
Severity: Normal CC: andersca, ap, kling, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 111543    
Attachments:
Description Flags
Patch benjamin: review-, benjamin: commit-queue-

Description Thiago Marcos P. Santos 2013-01-08 04:54:43 PST
When running a WebKit2-based browser using valgrind we get the following message:

==26938== Syscall param socketcall.sendmsg(msg.msg_iov[i]) points to uninitialised byte(s)
==26938==    at 0x4C94EE1: sendmsg (socket.S:64)
Comment 1 Thiago Marcos P. Santos 2013-01-08 05:00:34 PST
Created attachment 181686 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-01-08 09:42:26 PST
Sam, do you have an opinion on whether this should not be limited to debug builds?
Comment 3 Thiago Marcos P. Santos 2013-02-05 05:17:29 PST
This patch is close to 1 month old. Anyone willing to review it?
Comment 4 Benjamin Poulain 2013-03-06 12:32:52 PST
Comment on attachment 181686 [details]
Patch

Inline buffer was rolled out.