Ubuntu 22.04 integration: ZTS
Add `detect_odr_violation=1` to ASAN_OPTIONS to allow both libzfs and libzpool expose ``` zfeature_info_t spa_feature_table[SPA_FEATURES] ``` from module/zcommon/zfeature_common.c in public ABI. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: szubersk <szuberskidamian@gmail.com> Closes #14148
This commit is contained in:
parent
28ea4f9b08
commit
32ef14de0f
|
@ -156,7 +156,7 @@ done
|
||||||
export MAX_PARTITIONS=8
|
export MAX_PARTITIONS=8
|
||||||
|
|
||||||
if [ "@ASAN_ENABLED@" = "yes" ]; then
|
if [ "@ASAN_ENABLED@" = "yes" ]; then
|
||||||
export ASAN_OPTIONS=abort_on_error=true:halt_on_error=true:allocator_may_return_null=true:disable_coredump=false:detect_stack_use_after_return=true
|
export ASAN_OPTIONS=abort_on_error=true:halt_on_error=true:allocator_may_return_null=true:disable_coredump=false:detect_stack_use_after_return=true:detect_odr_violation=1
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
# disable memory leaks detection
|
# disable memory leaks detection
|
||||||
|
|
Loading…
Reference in New Issue