Regola IrqlKeWaitForMutexObject (wdm)
La regola IrqlKeWaitForMutexObject specifica il driver per chiamare la routine KeWaitForMutexObject in base al valore del parametro Timeout :
Se Timeout punta a un valore zero, il driver viene eseguito in IRQL = DISPATCH_LEVEL.
Se Timeout è NULL o punta a un valore diverso da zero, il driver viene eseguito in IRQL <= APC_LEVEL.
Modello di driver: WDM
Come eseguire il test
In fase di compilazione |
---|
Eseguire Static Driver Verifier e specificare la regola IrqlKeWaitForMutexObject . Usa i passaggi descritti di seguito per eseguire un'analisi del codice:
Per altre informazioni, vedere Using Static Driver Verifier to Find Defects in Drivers.For more information, see Using Static Driver Verifier to Find Defects in Drivers. |