[Webkit-unassigned] [Bug 158111] New: WorkQueue::dispatch() / RunLoop::dispatch() should not copy captured lambda variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 22:15:20 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158111

            Bug ID: 158111
           Summary: WorkQueue::dispatch() / RunLoop::dispatch() should not
                    copy captured lambda variables
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cdumez at apple.com
                CC: andersca at apple.com, beidson at apple.com,
                    darin at apple.com, sam at webkit.org
            Blocks: 158010

WorkQueue::dispatch() / RunLoop::dispatch() should not copy captured lambda variables. These are often used cross-thread and copying the captured lambda variables in dangerous.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160526/280f744c/attachment.html>


More information about the webkit-unassigned mailing list