Hacker News new | ask | show | jobs
by tempodox 3919 days ago
You can say what you want about Drepper, but as far as scanf() and siblings are concerned, there is only one one safe way of using them: Not using them. Better write comprehensible reliable code to implement input scanning.
1 comments

But he didn't just say you're better off not using scanf(). He insisted, quite incorrectly, that that the glibc behavior was correct.