[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11883: Note 3 more backportable items. (in tor/branches/tor-0_1_2-patches: . doc)
Author: nickm
Date: 2007-10-11 16:46:57 -0400 (Thu, 11 Oct 2007)
New Revision: 11883
Modified:
tor/branches/tor-0_1_2-patches/
tor/branches/tor-0_1_2-patches/doc/TODO.012
Log:
r15700@catbus: nickm | 2007-10-11 16:41:55 -0400
Note 3 more backportable items.
Property changes on: tor/branches/tor-0_1_2-patches
___________________________________________________________________
svk:merge ticket from /tor/012 [r15700] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/branches/tor-0_1_2-patches/doc/TODO.012
===================================================================
--- tor/branches/tor-0_1_2-patches/doc/TODO.012 2007-10-11 20:45:26 UTC (rev 11882)
+++ tor/branches/tor-0_1_2-patches/doc/TODO.012 2007-10-11 20:46:57 UTC (rev 11883)
@@ -12,6 +12,8 @@
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 @@
- 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.