]> git.ipfire.org Git - thirdparty/chrony.git/commit
sched: fix handling of signals after finalization
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 15 Apr 2016 12:49:03 +0000 (14:49 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 15 Apr 2016 12:49:03 +0000 (14:49 +0200)
commit71b7e689c058d4daa78342a4c9b01b88bf5eb56a
tree2dea1b8bc848376a6f7247cb23112c9f0d9847d1
parent26b87b844d7c026b656387eb42be2727ad45a942
sched: fix handling of signals after finalization

Don't require the scheduler to be initialized in SCH_QuitProgram().
This fixes a crash when a signal is received between scheduler
finalization and chronyd exit.
sched.c