|
|
|
|
|
by Analemma_
699 days ago
|
|
That’s the danger of running in kernel mode. I’ve seen some people claim this is because the bad file starts a chain of events which concludes in trying to page an unpageable file, which is an application crash in user space but brings down the whole system if it happens in the kernel. |
|
In the past, I've worked around this by validating the configuration of a file before attempting to run it. You bail out in a safe way during validation, but still allow a hard error during run time.
Doesn't prevent all misconfigured files, but prevents the stuff like.