hidnplayr: network irq handler calls KernelAlloc, KernelAlloc fails and returns zero, network irq handler tries to write to zero address, in context of the system process it leads to #PF. 1. The handler should not crash in situations with low memory - if KernelAlloc returns zero, it probably isn't possible to do much, but at least fail politely. 2. Something is leaking memory allocated with KernelAlloc - KernelFree calls are missing or have invalid arguments. While theoretically it could be due to some other system components, I suspect the network layer.
_________________ Сделаем мир лучше!
|