From eb9ebf3b7f1bceec03fa8785aa1138be29a73ff2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Jun 2006 09:19:13 +0000 Subject: Changed xmalloc style calls to proper malloc calls with error returns at many (but not all) places. --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'TODO') 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. + + + -- cgit v1.2.1