mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds ASan runtime flags to enable additional security checks
This commit is contained in:
parent
0e81c04a98
commit
9eed83b512
@ -357,6 +357,7 @@ jobs:
|
|||||||
ulimit -a
|
ulimit -a
|
||||||
# Increase stack size because ASan makes stack frames bigger and that breaks our assumptions (in tests).
|
# Increase stack size because ASan makes stack frames bigger and that breaks our assumptions (in tests).
|
||||||
ulimit -s 16384
|
ulimit -s 16384
|
||||||
|
export ASAN_OPTIONS="check_initialization_order=1:detect_stack_use_after_return=1:strict_init_order=1:strict_string_checks=1:detect_invalid_pointer_pairs=1"
|
||||||
build/test/soltest --logger=JUNIT,test_suite,test_results/result.xml -- --no-ipc --testpath test
|
build/test/soltest --logger=JUNIT,test_suite,test_results/result.xml -- --no-ipc --testpath test
|
||||||
- run:
|
- run:
|
||||||
name: Run commandline tests with ASAN
|
name: Run commandline tests with ASAN
|
||||||
@ -364,6 +365,7 @@ jobs:
|
|||||||
ulimit -a
|
ulimit -a
|
||||||
# Increase stack size because ASan makes stack frames bigger and that breaks our assumptions (in tests).
|
# Increase stack size because ASan makes stack frames bigger and that breaks our assumptions (in tests).
|
||||||
ulimit -s 16384
|
ulimit -s 16384
|
||||||
|
export ASAN_OPTIONS="check_initialization_order=1:detect_stack_use_after_return=1:strict_init_order=1:strict_string_checks=1:detect_invalid_pointer_pairs=1"
|
||||||
test/cmdlineTests.sh
|
test/cmdlineTests.sh
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test_results/
|
path: test_results/
|
||||||
|
Loading…
Reference in New Issue
Block a user