[Webkit-unassigned] [Bug 146473] New: Errors in read() are not handled in WTF::cryptographicallyRandomValuesFromOS.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 30 14:49:02 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146473
Bug ID: 146473
Summary: Errors in read() are not handled in
WTF::cryptographicallyRandomValuesFromOS.
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: keith_miller at apple.com
CC: keith_miller at apple.com
Currently, we do not check for errors when reading / opening files in WTF::cryptographicallyRandomValuesFromOS. This should be remedied by checking if an EAGAIN or EINTR has occurred and continuing to get more data.
--
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/20150630/21ca2fc3/attachment.html>
More information about the webkit-unassigned
mailing list