Hacker News new | ask | show | jobs
by ogogmad 1614 days ago
The article argues that there is no easy way to detect whether the parsing finished successfully. As a consequence, the C standard library is unsafe when used normally.

It's interesting how beginners are encouraged to use various string functions which are not safe to use with external input.