Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change mmap rand bits as a temporary mitigation to resolve asan bug (r…
…edis#13150) There is a new change in linux kernel 6.6.6 that uses randomization of address space to harden security, but it interferes with the way ASAN works. Folks are working on a fix, but this is a temporary mitigation for us to get our CI to be green again. See google/sanitizers#1716 for more information See https://github.com/redis/redis/actions/runs/8305126288/job/22731614306?pr=13149 for a recent failure
- Loading branch information