openssl/.github
Neil Horman 37cd49f57f 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)
2024-03-15 08:47:24 +01:00
..
ISSUE_TEMPLATE Edit question template to direct users to GH Discussions 2023-07-10 09:08:04 +10:00
workflows Fix ASLR to be smaller during asan/tsan/ubsan runs 2024-03-15 08:47:24 +01:00
dependabot.yml dependabot: update config to include CLA: trivial, set branches etc 2023-04-28 13:36:58 +02:00
FUNDING.yml
ISSUE_TEMPLATE.md always use the same perl in $PATH 2021-09-02 12:55:39 +10:00
PULL_REQUEST_TEMPLATE.md