Y
Hacker News
new
|
ask
|
show
|
jobs
by
tkz1312
302 days ago
The bug was a simple segfault and did not result in the production of invalid or incorrect code.
1 comments
saghm
301 days ago
Segfaults are the
lucky
case when you run into undefined behavior. The unlucky case is that you just get a program doing something different than what you intended without any clear indication that something went wrong.
link