Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Hmm do we allocate the ring buffer when tracking is not required? This would be a waste of a page.
I think this is worth to save the trouble from special casing in Bionic for nullptr buffer. This page won't get touched until the process crashes, when it will be copied for debuggerd.
compiler-rt/lib/scudo/standalone/combined.h | ||
---|---|---|
905 | This should be OptionBit. It's causing Debug Build failure. |
compiler-rt/lib/scudo/standalone/combined.h | ||
---|---|---|
905 | already fixed inrG1f58aa3797d6683f8539341f8e7b4ac76666867f. also sent rGee6536b936fdc72f5767cc343efc6a052724e00f for another mistake in this DCHECK sorry for the problems, both my and the pre-merge bots cmake flags made this not run. |
compiler-rt/lib/scudo/standalone/combined.h | ||
---|---|---|
905 | Thanks for the quick fix! |
This should be OptionBit. It's causing Debug Build failure.