diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-11 20:46:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-11 20:46:57 +0000 |
commit | 3ae157b8dc1bc9a58c09a85eec1c7aa76d92faf8 (patch) | |
tree | 3ff60ee4d3a81cdb43f5569e22d338b4bfae2063 /doc | |
parent | 60c9b177742cd26c7df3ced140f2a6248d7ecbd7 (diff) | |
download | tor-3ae157b8dc1bc9a58c09a85eec1c7aa76d92faf8.tar.gz tor-3ae157b8dc1bc9a58c09a85eec1c7aa76d92faf8.zip |
r15700@catbus: nickm | 2007-10-11 16:41:55 -0400
Note 3 more backportable items.
svn:r11883
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.012 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012 index 9d8121c6ee..6e42deb909 100644 --- a/doc/TODO.012 +++ b/doc/TODO.012 @@ -12,6 +12,8 @@ Backport items for 0.1.2: D r11141: CookieAuthFile and CookieAuthFileGroupReadable. - r11166: Don't believe future dates from the state file. o r11566: make r11438 not actually break things. + - r11828+: Detect bad sa_family from accept(). + - r11882: Avoid crash-bug 451. Backport for 0.1.2.x once better tested: @@ -25,4 +27,5 @@ Backport for 0.1.2.x once better tested: - r11499, r11500, r11501: hidserv hexdigests rather than nicknames - r11548, the osx /tmp fix o r11293: Bulletproof code to generate extend info. - o r11332: Fix user-triggerable segfault in expand_filename("~")
\ No newline at end of file + o r11332: Fix user-triggerable segfault in expand_filename("~") + - r11829: Don't warn when cancel_pending_resolve() finds a cached failure. |