This is an archive of the discontinued LLVM Phabricator instance.

Enable GetRandom for Fuchsia sanitizer.
ClosedPublic

Authored by flowerhack on Aug 28 2017, 9:28 AM.

Diff Detail

Event Timeline

flowerhack created this revision.Aug 28 2017, 9:28 AM
mcgrathr requested changes to this revision.Aug 28 2017, 12:16 PM
mcgrathr added inline comments.
lib/sanitizer_common/sanitizer_fuchsia.cc
487

Smacks of untestedness! sizeof(buffer) should be length.

This revision now requires changes to proceed.Aug 28 2017, 12:16 PM
flowerhack edited edge metadata.

Fixes from mcgrathr@ feedback.

flowerhack marked an inline comment as done.Aug 28 2017, 12:41 PM
This revision is now accepted and ready to land.Aug 28 2017, 1:04 PM
cryptoad closed this revision.Aug 29 2017, 2:54 PM