[PATCH] D56125: [Sanitizer] Intercept arc4random_buf on FreeBSD/NetBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 28 04:00:36 PST 2018
devnexen marked an inline comment as done.
devnexen added inline comments.
================
Comment at: test/asan/TestCases/Posix/arc4random.cc:3
+//
+// Darwin supports it, would need interception in its specific code before enabling it.
+// Linux does not support it but only via third party library.
----------------
krytarowski wrote:
> I would drop L3-L7, at most put it in commit message.
All right I just wanted a reminder somewhere for other people but will change it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56125/new/
https://reviews.llvm.org/D56125
More information about the llvm-commits
mailing list