Bug 54413

Summary: Shared memory should be made shared immediately
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2011-02-14 14:40:42 PST
Shared memory should be made shared immediately
Comment 1 Anders Carlsson 2011-02-14 14:42:57 PST
Created attachment 82366 [details]
Patch
Comment 2 mitz 2011-02-14 14:58:37 PST
Comment on attachment 82366 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=82366&action=review

> Source/WebKit2/Platform/mac/SharedMemoryMac.cpp:109
> +

It would be good to assert here the memoryObjectSize is no less than size.
Comment 3 Anders Carlsson 2011-02-14 15:01:34 PST
Committed r78513: <http://trac.webkit.org/changeset/78513>