llvm
5e9d65d5 - [DevSAN][CPU] Re-exec with no ASLR if memory layout is incompatible (#21448)

Commit
1 day ago
[DevSAN][CPU] Re-exec with no ASLR if memory layout is incompatible (#21448) When ASLR is enabled, the memory layout may be incompatible with Linux and may cause shadow memory reserve failed. So we need to re-exec the process with no ASLR, then the virtual address space should be fixed.
Author
Parents
Loading