C is not just unsafe in the sense that it supports unsafe behavior.
It's unsafe in the sense that it's nearly impossible for even clever, experienced programmers to write nontrivial amounts of code in it that don't have foot-shooting behavior in some form.
But just because it's unsafe doesn't mean it should never be used.