Bug 165434 - Don't memcpy out of line data
Summary: Don't memcpy out of line data
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-05 16:37 PST by Anders Carlsson
Modified: 2016-12-07 03:30 PST (History)
2 users (show)

See Also:


Attachments
Patch (9.59 KB, patch)
2016-12-05 16:40 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2016-12-05 16:37:15 PST
Don't memcpy out of line data
Comment 1 Anders Carlsson 2016-12-05 16:40:24 PST
Created attachment 296216 [details]
Patch
Comment 2 WebKit Commit Bot 2016-12-05 16:41:36 PST
Attachment 296216 [details] did not pass style-queue:


ERROR: Source/WebKit2/Platform/IPC/Decoder.cpp:49:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2016-12-06 11:20:49 PST
Committed r209407: <http://trac.webkit.org/changeset/209407>
Comment 4 Csaba Osztrogonác 2016-12-07 03:30:22 PST
(In reply to comment #3)
> Committed r209407: <http://trac.webkit.org/changeset/209407>

Just to document, Phil fixed the Linux builds - https://trac.webkit.org/changeset/209453