Skip to content

ntoskrnl.exe: Fix IRQL mismatch between cancel spin lock acquire and release.

Use the irql assigned by IoAcquireCancelSpinLock, not the (yet-to-be-assigned) irp->CancelIrql.

This is for readability. Since IoReleaseCancelSpinLock() ignores the IRQL argument anyway, no semantic change is expected with unmodified ntoskrnl.exe/hal.dll.

Edited by Jinoh Kang

Merge request reports

Loading