Hacker News new | ask | show | jobs
by 1992spacemovie 704 days ago
Interesting observation. As a non-developer, what can one do to enhance coverage for these types of scenerios? Fuzz testing?
1 comments

Fuzz testing absolutely should be used whenever you parse anything.
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.