[Webkit-unassigned] [Bug 148038] New: cryptographicallyRandomValuesFromOS should use arc4random_buf on Darwin.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 13:39:55 PDT 2015


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

            Bug ID: 148038
           Summary: cryptographicallyRandomValuesFromOS should use
                    arc4random_buf on Darwin.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: keith_miller at apple.com

Currently, we open a file descriptor to /dev/urandom, which can sometimes fail to open. Using arc4random_buf instead should get around this issue.

-- 
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/20150814/eea88a80/attachment.html>


More information about the webkit-unassigned mailing list