From 93d916efc4ea2ddcfa0d686a5ca0ec1ebcfda903 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 18 Jun 2009 20:12:50 +0000 Subject: Further updates to TODO.txt. svn path=/branches/BRANCH_6-3/; revision=5360 --- TODO.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index bbd1b210..250d8148 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,8 +2,6 @@ Note that there is a separate todo.html with different content than this. soon - MUST: - Debian Bug #475239, MIME decoder may break up words (need to quote results) -- Replace sscanf/fscanf by functions that do range checking (strtol/strtoul) :-/ - See http://sourceware.org/bugzilla/show_bug.cgi?id=6453 - put bare IP addresses in brackets for SMTP (check if there are RFC 1123/5321/5322 differences) @@ -23,6 +21,7 @@ soon - SHOULD: - add To: header to warning mails (authfail for instance) - Fix TOCTOU race around prc_filecheck* - Read CAPABILITY from greeting if present, saves one round trip. +- Check if LAST argument is properly validated against message count. soon - MAY: - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176 @@ -50,6 +49,9 @@ questionable: around Nov 2nd)? 6.4: +- Replace sscanf/fscanf by functions that do range checking + (strtol/strtoul), and make arguments unsigned long. +- drop LAST support - use PS_PROTOCOL for pre-/post-connect command failures - 6.3 uses PS_SYNTAX, and that's not necessarily the case. At least if the command terminates with a signal, we should report PS_PROTOCOL. -- cgit v1.2.3