[all-commits] [llvm/llvm-project] 180b99: [scudo] Relax MemtagTag.SelectRandomTag. (#68048)
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Thu Nov 9 13:14:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 180b99c3027f0e26a0d9874b32569d58d109bafe
https://github.com/llvm/llvm-project/commit/180b99c3027f0e26a0d9874b32569d58d109bafe
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp
Log Message:
-----------
[scudo] Relax MemtagTag.SelectRandomTag. (#68048)
As it turns out, PRNGs have varying quality.
Relax the test to accept less-then-perfect tag distribution.
More information about the All-commits
mailing list