[Webkit-unassigned] [Bug 195381] New: Followups to (r242306): Use LockHolder instead of lock_guard on Remote Inspector Locks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 14:51:03 PST 2019


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

            Bug ID: 195381
           Summary: Followups to (r242306): Use LockHolder instead of
                    lock_guard on Remote Inspector Locks
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chris.reid at sony.com

In https://bugs.webkit.org/show_bug.cgi?id=193806, Don and Devin suggested to use `WTF::LockHolder` instead of `std::lock_guard` for the remote inspector Locks.
Darin also mentioned that `struct sockaddr_in address = { }` will initialize the struct without memset.

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


More information about the webkit-unassigned mailing list