On Sun Feb 16 16:36:04 2025 +0000, Vasiliy Stelmachenok wrote:
Replacing `alloc_handle()` with `alloc_handle_no_access_check()` only in `get_linux_sync_device()` resulted in errors, but if replace all 3 occurrences of `alloc_handle()` in patch, NTSync actually works again. Thanks!
It's not required in `get_inproc_alert_event`, because it has a non-zero access mask already (`SYNCHRONIZE`).