summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-02-22 19:08:28 +0100
committerWerner Koch <wk@gnupg.org>2005-02-22 19:08:28 +0100
commitcf8f6d3cefd3ed45bac7f944c03319746277c292 (patch)
treedc398307a31b09a7cde1381be33ca193ce8a0457 /TODO
parentRenmoved stale file (diff)
downloadgnupg2-cf8f6d3cefd3ed45bac7f944c03319746277c292.tar.xz
gnupg2-cf8f6d3cefd3ed45bac7f944c03319746277c292.zip
(stream_read_string): Removed call to abort on
memory error because the CVS version of libgcrypt makes sure that ERRNO gets always set on error even with a faulty user supplied function.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7a2292bd6..2aace782f 100644
--- a/TODO
+++ b/TODO
@@ -54,6 +54,8 @@ might want to have an agent context for each service request
** A SIGHUP should also restart the scdaemon
But do this only after all connections terminated. As of now we
only send a RESET.
+** Watch the child process if not invoked as a daemon
+ and terminate after the child has terminated
* agent/command.c
** Make sure that secure memory is used where appropriate