You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I introduced a change back in march to reduce the entropy of ASLR, 3f725b8, because ASAN didn't support it. It looks like the issue I linked has been resolved, so we should be able to revert my commit now.
We just need to revert that commit and test that the CI works as expected.
The text was updated successfully, but these errors were encountered:
In 3f725b8, we introduced a change back in march to reduce the
entropy of ASLR, because ASAN didn't support it. Now the vm.mmap_rnd_bits
was reverted in actions/runner-images#9491 so can remove this changes.
Closesvalkey-io#519.
Signed-off-by: Binbin <binloveplay1314@qq.com>
In 3f725b8, we introduced a change back in march to reduce the
entropy of ASLR, because ASAN didn't support it. Now the
vm.mmap_rnd_bits
was reverted in actions/runner-images#9491 so can remove this changes.
Closes#519.
Signed-off-by: Binbin <binloveplay1314@qq.com>
adetunjii
pushed a commit
to adetunjii/valkey
that referenced
this issue
May 22, 2024
In 3f725b8, we introduced a change back in march to reduce the
entropy of ASLR, because ASAN didn't support it. Now the
vm.mmap_rnd_bits
was reverted in actions/runner-images#9491 so can remove this changes.
Closesvalkey-io#519.
Signed-off-by: Binbin <binloveplay1314@qq.com>
Signed-off-by: Samuel Adetunji <adetunjithomas1@outlook.com>
I introduced a change back in march to reduce the entropy of ASLR, 3f725b8, because ASAN didn't support it. It looks like the issue I linked has been resolved, so we should be able to revert my commit now.
We just need to revert that commit and test that the CI works as expected.
The text was updated successfully, but these errors were encountered: