aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2024-03-14 12:04:17 -0400
committerTomas Mraz <tomas@openssl.org>2024-03-15 08:47:24 +0100
commit37cd49f57f9ce4128381ca122b0ac8ca21395265 (patch)
treeb4211ad00a566a5819a8636f18ac8e2f0427c451 /apps
parentf08be096517f9bdae8a9d1d837748237db4d13a9 (diff)
downloadopenssl-37cd49f57f9ce4128381ca122b0ac8ca21395265.zip
openssl-37cd49f57f9ce4128381ca122b0ac8ca21395265.tar.gz
openssl-37cd49f57f9ce4128381ca122b0ac8ca21395265.tar.bz2
Fix ASLR to be smaller during asan/tsan/ubsan runs
Recently asan/tsan/ubsan runs have been failing randomly. It appears that a recent runner update may have led to the Address Space Layout Randomization setting in the linux kernel of ubuntu-latest runner getting set to too high a value (it defaults to 30). Such a setting leads to the possibility that a given application will have memory mapped to an address space that the sanitizer code typically uses to do its job. Lowering this value allows a/t/ubsan to work consistently again Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23842)
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions