Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
1368 | Can you add a trivial test in test/sanitizer_common? |
LGTM
compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp | ||
---|---|---|
23 | I don't understand the api well enough to know if cookie value of 0 is invalid, or just merely very unlikely. |
compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp | ||
---|---|---|
23 | Found it: https://elixir.bootlin.com/linux/v5.14/source/kernel/sched/core_sched.c#L170 If zero, then generates error. |
Hi, this patch is breaking https://lab.llvm.org/buildbot/#/builders/37/builds/12263 https://lab.llvm.org/buildbot/#/builders/19/builds/10280, could you please take a look?
committed: https://reviews.llvm.org/rG5562d9b3c006f3e376d98ee7b9f3c6c8608ddbee
Should fix builds.
gasp. I missed one symbol.
Should be fixed now. I hope.
https://reviews.llvm.org/rGb401d2a43cf6ba9b2c8b87a58e8d78099bce828f
Can you add a trivial test in test/sanitizer_common?