[or-cvs] Note NULL/memset status in TODO

Nick Mathewson nickm at seul.org
Sat Oct 16 20:41:53 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv16825/doc

Modified Files:
	TODO 
Log Message:
Note NULL/memset status in TODO

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- TODO	15 Oct 2004 20:52:08 -0000	1.177
+++ TODO	16 Oct 2004 20:41:50 -0000	1.178
@@ -31,8 +31,10 @@
 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.
 



More information about the tor-commits mailing list