[compiler-rt] [scudo] Die when store is called on MapAllocatorNoCache objects. (PR #102403)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 16:33:52 PDT 2024


cferris1000 wrote:

I did this because I noticed that the same problem where you unmap the H->MemMap could happen in this case. But since you shouldn't call store in this case, it's easier to die.

https://github.com/llvm/llvm-project/pull/102403


More information about the llvm-commits mailing list