Bug 106321 - CoreIPC: Uninitialized data warnings when running on valgrind
Summary: CoreIPC: Uninitialized data warnings when running on valgrind
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Thiago Marcos P. Santos
URL:
Keywords:
Depends on:
Blocks: 111543
  Show dependency treegraph
 
Reported: 2013-01-08 04:54 PST by Thiago Marcos P. Santos
Modified: 2013-03-06 12:36 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.57 KB, patch)
2013-01-08 05:00 PST, Thiago Marcos P. Santos
benjamin: review-
benjamin: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.