mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Enable vptr undefined behavior check
This commit is contained in:
parent
5dbc5dbed2
commit
c6023774a3
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ if ( ZEEK_SANITIZERS )
|
|||
list(APPEND _check_list "unreachable")
|
||||
# list(APPEND _check_list "unsigned-integer-overflow") # Not truly UB
|
||||
list(APPEND _check_list "vla-bound")
|
||||
# list(APPEND _check_list "vptr") # TODO: fix associated errors
|
||||
list(APPEND _check_list "vptr")
|
||||
|
||||
# Clang complains if this one is defined and the optimizer is set to -O0. We
|
||||
# only set that optimization level if NO_OPTIMIZATIONS is passed, so disable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue