bsod: install the signal handler only just before we need it
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 21 Nov 2023 14:55:08 +0000 (15:55 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 21 Nov 2023 16:58:33 +0000 (16:58 +0000)
commit7ec22d7d4b9694462d2c6f98eaccc887f42f9b94
tree6eb2fb42c28e39151e3b137b326e7281f357572d
parent027b34d9fc9a8956a20c2dd52ea5f28490a0b17d
bsod: install the signal handler only just before we need it

Otherwise we might get stuck in sd_journal_wait(), since it handles
EINTR internally.

Resolves: #30084
src/journal/bsod.c
test/units/testsuite-04.bsod.sh