summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-27 23:13:57 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-30 11:39:02 +0100
commit80a48ad3ca40991bb67d9e3029417398157a1435 (patch)
tree4bf282e098f55432834c3018ed2a0671dd5483f9 /TODO
parent410b1aa7250168942019385db95088fca1aba46b (diff)
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
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
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.