Hacker News new | ask | show | jobs
by rwmj 705 days ago
Fuzz testing absolutely should be used whenever you parse anything.
1 comments

Yeah, even if you are only parsing "safe" inputs such as ones you created yourself. Other bugs and sometimes even truly random events can corrupt data.