Hacker News new | ask | show | jobs
by kzrdude 4436 days ago
It also prevents an equally important problem: silent passing of errors. It's common for out of bounds accesses or stores in C or C++ to just pass silently, potentially corrupting data.