From 80a48ad3ca40991bb67d9e3029417398157a1435 Mon Sep 17 00:00:00 2001 From: pgen Date: Wed, 27 Mar 2019 23:13:57 +0100 Subject: Take care of non async-signal safe functions The signal handler must not contain non async-signal safe functions in it, even if the program exits after having calling one of them. Closes properly the issue #13 --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index d25354a..bffdbf6 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,3 @@ # ========================================. I: Improve configure.ac I: Improve the checking of system/library calls returns -I: Cleanup the code and split it into several files -I: Make sure that no async-signal-safe functions are - used in the signal handler. -- cgit v1.2.3