You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #646. One of the solutions to #646 is to replace the calls to __ubsan_handle_* functions with assert false. If we do this, wouldn't it make more sense if we allow more undefined behavior checking since UBSan allows a fine-grained selection of UB checks.
This discussion was converted from issue #647 on December 14, 2020 19:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is related to #646. One of the solutions to #646 is to replace the calls to
__ubsan_handle_*
functions withassert false
. If we do this, wouldn't it make more sense if we allow more undefined behavior checking since UBSan allows a fine-grained selection of UB checks.Beta Was this translation helpful? Give feedback.
All reactions