[webkit-reviews] review granted: [Bug 206612] uniqueLogIdentifier() should generate a unique identifiers : [Attachment 388467] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 22 17:27:55 PST 2020


Brent Fulgham <bfulgham at webkit.org> has granted Eric Carlson
<eric.carlson at apple.com>'s request for review:
Bug 206612: uniqueLogIdentifier() should generate a unique identifiers
https://bugs.webkit.org/show_bug.cgi?id=206612

Attachment 388467: Patch

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




--- Comment #3 from Brent Fulgham <bfulgham at webkit.org> ---
Comment on attachment 388467
  --> https://bugs.webkit.org/attachment.cgi?id=388467
Patch

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

r=me

> Source/WTF/wtf/LoggerHelper.h:69
> +	   uint64_t lowWord = cryptographicallyRandomNumber();

Whoops!


More information about the webkit-reviews mailing list