[Git][wine/wine][master] ntoskrnl.exe: Fix IRQL mismatch between cancel spin lock acquire and release.
Alexandre Julliard pushed to branch master at wine / wine Commits: 992d7bd2 by Jinoh Kang at 2025-01-22T13:02:42+01:00 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. - - - - - 1 changed file: - dlls/ntoskrnl.exe/ntoskrnl.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/992d7bd293161f82c4efb1bc04f068f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/992d7bd293161f82c4efb1bc04f068f... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)