mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-17 16:58:22 +00:00
refactor: raise SIGABRT instead of write to null address (#3124)
This commit is contained in:
@@ -1973,7 +1973,7 @@ static int handleCrashLoop(void* data) {
|
||||
g_pHyprRenderer->m_fCrashingDistort += 0.5f;
|
||||
|
||||
if (g_pHyprRenderer->m_fCrashingDistort >= 5.5f)
|
||||
*((int*)nullptr) = 1337;
|
||||
raise(SIGABRT);
|
||||
|
||||
wl_event_source_timer_update(g_pHyprRenderer->m_pCrashingLoop, 1000);
|
||||
|
||||
|
Reference in New Issue
Block a user