summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-06-21 09:19:13 +0000
committerWerner Koch <wk@gnupg.org>2006-06-21 09:19:13 +0000
commiteb9ebf3b7f1bceec03fa8785aa1138be29a73ff2 (patch)
tree9b1c180778f8e8c4cd9d7ee27406edc7a8c0beef /TODO
parent54c8861ff110789261ee546cc76e19c3199c2120 (diff)
downloadlibgcrypt-eb9ebf3b7f1bceec03fa8785aa1138be29a73ff2.tar.gz
Changed xmalloc style calls to proper malloc calls with error returns at
many (but not all) places.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5986ddcd..365d8f7c 100644
--- a/TODO
+++ b/TODO
@@ -48,3 +48,14 @@ What's left to do -*- outline -*-
initialization of the pool and in case the entropy collectros need
to run that bunch of Unix utilities we don't waste their precious
results.
+
+* Out of memory handler for secure memory shopuld do proper logging
+
+ There is no shortage of standard memory, so logging is most likely
+ possible.
+
+* signed vs. unsigned.
+ Sync the code with 1.2 where we have fixed all these issues.
+
+
+