mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
![]() Do a sanity check onto the dialog box type before terminating it. As it stands now, a call of PostQuitMessage() is invoked even when the dialog box is modal. This is illegal due to the fact that the shutdown dialog box is initiated by the "Security" main window thus WlxDialogBoxParam. A call to PostQuitMessage onto a modal dialog box leads to a undefined behaviour, as it'll not just terminate the thread but also eventually killing the Winlogon process whose the thread belongs to. CORE-17535 |
||
---|---|---|
.. | ||
lang | ||
resources | ||
CMakeLists.txt | ||
dimmedwindow.cpp | ||
gui.c | ||
lsa.c | ||
msgina.c | ||
msgina.h | ||
msgina.rc | ||
msgina.spec | ||
resource.h | ||
shutdown.c | ||
stubs.c | ||
tui.c |