llvm-project
fcdcc4ea
- [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
149 days ago
[scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) This fixes the test failure seen in the discussion about https://github.com/llvm/llvm-project/pull/148066.
References
#149944 - [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out
Author
fabio-d
Parents
67523691
Loading