mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-15 02:45:36 +00:00
trivial: Include the new 'leak' sanitizer in the opt-out list
This commit is contained in:
parent
646afd164b
commit
3092afb9fa
@ -553,7 +553,7 @@ gidocgen_app = find_program('gi-docgen', required: get_option('docs'))
|
|||||||
|
|
||||||
# using "meson configure -Db_sanitize=address,undefined" is super useful in finding corruption,
|
# using "meson configure -Db_sanitize=address,undefined" is super useful in finding corruption,
|
||||||
# but it does not work with our GMainContext-abuse tests...
|
# but it does not work with our GMainContext-abuse tests...
|
||||||
if get_option('b_sanitize').contains('address')
|
if get_option('b_sanitize') in ['address,undefined', 'address', 'undefined', 'leak']
|
||||||
run_sanitize_unsafe_tests = false
|
run_sanitize_unsafe_tests = false
|
||||||
else
|
else
|
||||||
run_sanitize_unsafe_tests = true
|
run_sanitize_unsafe_tests = true
|
||||||
|
Loading…
Reference in New Issue
Block a user