]> git.ipfire.org Git - thirdparty/fcron.git/commit
Defer any work outside of the signal handlers.
authorThibault Godouet <yo8192@users.noreply.github.com>
Tue, 31 Dec 2024 23:08:21 +0000 (23:08 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Tue, 31 Dec 2024 23:08:21 +0000 (23:08 +0000)
commit867981e08a437a16df91cc0236ac25e9a7eb5256
treea277afbc5383fed184aa5d2017644d72f1372c9a
parentcc066f5cb13ad3a5ca0537734251afa8db34510f
Defer any work outside of the signal handlers.

This is to make sure we don't inadvertently call a non-async-signal safe function (see the signal-safety(7) man page).
fcron.c