i've seen photos of the bsod from an affected machine, the error code is `PAGE_FAULT_IN_NONPAGED_AREA`. here's some helpful takeaways from this incident: 1) mistakes in kernel-level drivers can and will crash the entire os 2) do not write kernel-level drivers 3) do not write kernel-level drivers 4) do not write kernel-level drivers 5) if you really need a kernel-level driver, do not write it in a memory unsafe langua…
- do not put critical infrastructure online
- do not push updates that work around the update schedule
- do not push such updates to all machines at once
- do not skip testing and QA, relevant to the number and kind of the machines affected
Even one of these would have massively improved the situation, even with a kernel-level driver written in an unsafe language.