[webkit-reviews] review granted: [Bug 219484] GPU Process: Sandbox violations under IOSurface::maximumSize in the Web Content process : [Attachment 415282] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 02:05:22 PST 2020


Ryosuke Niwa <rniwa at webkit.org> has granted Tim Horton <thorton at apple.com>'s
request for review:
Bug 219484: GPU Process: Sandbox violations under IOSurface::maximumSize in the
Web Content process
https://bugs.webkit.org/show_bug.cgi?id=219484

Attachment 415282: Patch

https://bugs.webkit.org/attachment.cgi?id=415282&action=review




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 415282
  --> https://bugs.webkit.org/attachment.cgi?id=415282
Patch

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

> Source/WebCore/platform/graphics/cocoa/IOSurface.mm:248
> +    static WTF::Optional<IntSize> maximumSize;
> +    return maximumSize;

Can we assert that this is only called in the main thread?


More information about the webkit-reviews mailing list