Y
Hacker News
new
|
ask
|
show
|
jobs
by
JonChesterfield
695 days ago
The parser crashing the system on a malformed input file strongly suggests their software stack in general is trash
1 comments
Sohcahtoa82
694 days ago
Sounds like something a fuzzer likely would have found pretty quickly.
link
camdenreslink
694 days ago
How about a try-catch block? The software reading the definition file should be minimally resilient against malformed input. That's like programming 101.
link
caput770
694 days ago
A badpage fault in a kernel driver doesn't exactly recover from exceptions like that
link