Hacker News new | ask | show | jobs
by pif 729 days ago
> things that people reasonably can assume would work but are UB anyway (signed integer overflow.)

No, they cannot. You don't have the right to make any assumption about integer overflow in C.

Most of the whining about UB is from people who still refuse to accept that you don't have the right to think about your processor family once you write in any language that is not assembly.