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
Hello.
I have a question regarding the behavior of UBSAN and ASAN in the presence of infinite loops in C programs.
Do infinite loops affect the ability of UBSAN and ASAN to detect and report issues? (with compiler optimization -O1, -O2,...)