summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-16 20:41:50 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-16 20:41:50 +0000
commita8300c5a2ee1bf8640c74b159f350a4c4871758d (patch)
tree2b50bbacf788a1c3b3c1c694c89240972a53fed4
parenta42adce3628c9b82c91ff21e85c6a2d4fbcefc13 (diff)
downloadtor-a8300c5a2ee1bf8640c74b159f350a4c4871758d.tar.gz
tor-a8300c5a2ee1bf8640c74b159f350a4c4871758d.zip
Note NULL/memset status in TODO
svn:r2539
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c1299c9df7..e51804ecd9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -31,8 +31,10 @@ R - figure out enclaves, e.g. so we know what to recommend that people
N - let tor servers use proxies for port 80 exits
- Use generic port redirector for IP/bits:Port->IP:Port .
- Make use of them when we're doing exit connections.
-R - We should set things in options to NULL, not rely on memset(...0)
+ X We should set things in options to NULL, not rely on memset(...0)
being equivalent.
+ o We should check for memset(0) setting things to NULL with autoconf,
+ and then rely on it in the code.
- Once we have a trusted directory on port 80, stop falling back to
forbidden ports when fascistfirewall blocks all good dirservers.