Hacker News new | ask | show | jobs
by Kranar 1059 days ago
Safe means that every operation has well specified semantics. Some languages, notably C and C++, lack this property.
2 comments

I would say those languages are both unsafe and have undefined behavior, and these are two seperate issues.
That's not what undefined behavior means.