7 ms·
The bug was a simple segfault and did not result in the production of invalid or incorrect code.
by tkz1312 1y ago
The bug was a simple segfault and did not result in the production of invalid or incorrect code.
- saghm 1y agoSegfaults 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.