Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacquesm
200 days ago
Indeed, at a minimum you should be able to enforce that check using a compiler flag.
1 comments
uecker
200 days ago
You can add that check using -fsanitize=null (and you may want to turn the diagnostic into a run-time trap)
link