Y
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
rwmj
704 days ago
Fuzz testing absolutely should be used whenever you parse anything.
link
SoftTalker
704 days ago
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.
link