Earlier quoted context omitted.
while not root cause, wouldn’t a module having corrupted memory still be an issue with either the OS (for not protecting it) or the module (for not sanitizing input)?
No, because this would be kernel level code, so anything else running in the kernel (other drivers) could stomp on your memory and you couldn't do anything about it. No OS protections here.
Re: Microsoft reveals why Windows 11 keeps saying a file is in use after closing app
#31Ah that makes sense, thanks!