llvm-project
99af99c6
- [TSan] Fix p == end == ShadowMem::end in ShadowSet (#144994)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
104 days ago
[TSan] Fix p == end == ShadowMem::end in ShadowSet (#144994) In `ShadowSet`, when `p == end == ShadowMem::end`, it triggered an assertion fail previously. Now we do not allow `p == end` anymore in `ShadowSet`.
References
#144994 - [TSan] Fix p == end == ShadowMem::end in ShadowSet
Author
Camsyn
Parents
a961ba88
Loading