Hacker News new | ask | show | jobs
by Matumio 1178 days ago
I'd be happy getting just a "segfault" from C. It would be so much better than subtly wrong results from reading uninitialized memory or out-of-bounds access, results that change depending on debug vs optimized build, or when changing some adjacent code.
1 comments

Sure, a segfault was just more visual, that’s why I went with that.