diff options
author | Werner Koch <wk@gnupg.org> | 2005-02-22 19:08:28 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-02-22 19:08:28 +0100 |
commit | cf8f6d3cefd3ed45bac7f944c03319746277c292 (patch) | |
tree | dc398307a31b09a7cde1381be33ca193ce8a0457 /TODO | |
parent | Renmoved stale file (diff) | |
download | gnupg2-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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |