Hacker News new | ask | show | jobs
by mannykannot 1949 days ago
Well, it's that line of thought that prompted my question. It is, of course, a well-known source of problems in C that it will uncomplainingly dereference an invalid pointer.
1 comments

That's actually C avoiding a run time error which is the opposite of what you asked.
You are right, it is avoiding a runtime error, but there have been, and continue to be, many cases where it leads to one. I suppose am asking about things that are undefined behavior in C.