On Tue Jun 3 14:27:52 2025 +0000, Conor McCarthy wrote:
I'll change it to set `same_handle` the existing way, but duplication needs `NtCompareObjects()` or an alternative, because `this->u.wait.handle` may have been closed and the handle value reused for a new handle passed as the `handle` parameter.
Shouldn't we just always duplicate the handle? That sounds simpler.