diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-18 15:38:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-18 15:38:00 +0000 |
commit | eee8d750b6a78d389453a2813bf77f94b94d2871 (patch) | |
tree | 92480068b513b5e4f5ea1a4889ced0ee08aac2c9 /doc/TODO | |
parent | 8f75defd337961f221c939f3914c96b3b683e4cf (diff) | |
download | tor-eee8d750b6a78d389453a2813bf77f94b94d2871.tar tor-eee8d750b6a78d389453a2813bf77f94b94d2871.tar.gz |
r15140@catbus: nickm | 2007-09-18 11:34:54 -0400
Get rid of a needless malloc() when parsing address policies. Original patch from "Some guy on #tor", via arma. Altered to have a sufficiently large buffer, and not use the buffer so much, and to save a strlcpy.
svn:r11480
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Things we'd like to do in 0.2.0.x: o Detect whether votes are really all for the same period. . Push/pull documents as appropriate. - Pull votes and signatures if we don't get them. - - Cache votes and signatures on disk. + - Cache votes and signatures on disk? o Code to keep consensus docs in limbo if they don't have have enough signatures. o Have clients know which authorities are v3 authorities, and what |