[Bug 51683] New: RtlCreateTimer crash

WineHQ Bugzilla wine-bugs at winehq.org
Wed Aug 25 19:33:21 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51683

            Bug ID: 51683
           Summary: RtlCreateTimer crash
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ntdll
          Assignee: wine-bugs at winehq.org
          Reporter: deltaconnected at gmail.com
      Distribution: ---

dlls/ntdll/threadpool.c

In RtlCreateTimer, NewTimer is being set after RtlLeaveCriticalSection, which
seems to allow callbacks created with DueTime == 0 to execute and finish and
delete an invalid timer before the scheduling thread is switched back.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list