diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-17 15:26:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-17 15:26:12 +0000 |
commit | e5641fa52b39d77b4bd60ea97c3b615358e63bff (patch) | |
tree | be6b895fb88c8f2f43021f223b8175853447d059 | |
parent | 2648a6266ce5f17df0f7861bc2e4f815de511ef0 (diff) | |
download | tor-e5641fa52b39d77b4bd60ea97c3b615358e63bff.tar.gz tor-e5641fa52b39d77b4bd60ea97c3b615358e63bff.zip |
r13798@catbus: nickm | 2007-07-17 11:26:08 -0400
Apparently r10346 is already backported
svn:r10855
-rw-r--r-- | doc/TODO.012 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012 index 699f2b713b..a109e0b436 100644 --- a/doc/TODO.012 +++ b/doc/TODO.012 @@ -2,7 +2,7 @@ Backport items for 0.1.2: o r10148: open cached-routers with FILE_SHARE_READ on win32. o r10240,10242: avoid choosing family of exit as guard. o r10248: handle lack of nul at end of mmaped data. - - r10346: Try even harder not to look at the first byte after an mmap. + o r10346: Try even harder not to look at the first byte after an mmap. o r10376, r10396: Fix segfaults in directory code o r10478: stop tearing down entire circuits because the user asked for a nonexistent hidden service port |