Y
Hacker News
new
|
ask
|
show
|
jobs
by
amadvance
3377 days ago
Modern C compilers also allow to control the integer overflow behavior. For example, with gcc -ftrapv you can make the program to abort on overflow.