Hacker News new | ask | show | jobs
by Joker_vD 1 hour ago
Well, with C language it's pretty much the same. You are supposed to "just" never write (or rather, most of the time, to just not execute) anything that is UB. And lots and lots of people to this day continue to believe that can do this (most of the time, they're wrong).
1 comments

UB (specified to be undefined) and 'plain' unspecified are not the same thing.