Hacker News new | ask | show | jobs
by jhaile 693 days ago
Why should any application be able to crash the OS? Poor OS design.
2 comments

It's not an application, it's effectively a driver. It runs in kernel space. So if it has a memory bug you can't recover, you just panic. Whoopsie!
You don't say.