mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
Merge branch 'mnowak/abort-on-ubsan-errors' into 'main'
Abort on UBSAN errors See merge request isc-projects/bind9!6877
This commit is contained in:
commit
370acd1f0a
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ variables:
|
|||
# Pass run-time flags to AddressSanitizer to get core dumps on error.
|
||||
ASAN_OPTIONS: abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1
|
||||
TSAN_OPTIONS_COMMON: "disable_coredump=0 second_deadlock_stack=1 history_size=7 log_exe_name=true log_path=tsan"
|
||||
UBSAN_OPTIONS: "halt_on_error=1:abort_on_error=1:disable_coredump=0"
|
||||
|
||||
TARBALL_EXTENSION: xz
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue