[all-commits] [llvm/llvm-project] d83d1c: [compiler-rt] making getrandom call blocking. (#78...
David CARLIER via All-commits
all-commits at lists.llvm.org
Wed Jan 17 21:47:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d83d1cb89cf80cda9d85e61c7b43f69446638865
https://github.com/llvm/llvm-project/commit/d83d1cb89cf80cda9d85e61c7b43f69446638865
Author: David CARLIER <devnexen at gmail.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
Log Message:
-----------
[compiler-rt] making getrandom call blocking. (#78340)
except when `GRND_NONBLOCK` is present in the flags.
More information about the All-commits
mailing list