Adds thread ID to PRNG seed for increased entropy. In particular, this allows
multiple runs in quick succession that will have different PRNG seeds, allowing
for better demos/testing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64453
[GWP-ASan] Add thread ID to PRNG seed. ClosedPublic Authored by hctim on Jul 9 2019, 3:17 PM.
Details Summary Adds thread ID to PRNG seed for increased entropy. In particular, this allows
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 9 2019, 3:17 PM This revision is now accepted and ready to land.Jul 16 2019, 12:47 PM Closed by commit rL366253: [GWP-ASan] Add thread ID to PRNG seed. (authored by hctim). · Explain WhyJul 16 2019, 1:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 210156 compiler-rt/trunk/lib/gwp_asan/guarded_pool_allocator.h
compiler-rt/trunk/lib/gwp_asan/random.cpp
|