Hacker News new | ask | show | jobs
by a_e_k 1570 days ago
I recently started testing a project with -fsanitize=integer as well. It'll report a few potential issues that -fsanitize=undefined won't, like left shifting a 1-bit off the end.