[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10163: changelog tweaks (tor/branches/tor-0_1_2-patches)
Author: arma
Date: 2007-05-10 15:46:10 -0400 (Thu, 10 May 2007)
New Revision: 10163
Modified:
tor/branches/tor-0_1_2-patches/ChangeLog
Log:
changelog tweaks
Modified: tor/branches/tor-0_1_2-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_2-patches/ChangeLog 2007-05-10 19:30:02 UTC (rev 10162)
+++ tor/branches/tor-0_1_2-patches/ChangeLog 2007-05-10 19:46:10 UTC (rev 10163)
@@ -1,14 +1,12 @@
Changes in version 0.1.2.14 - 2007-0?-??
- o Crash fixes:
+ o Major bugfixes:
- If a directory server runs out of space in the connection table
as it's processing a begin_dir request, it will free the exit stream
but leave it attached to the circuit, leading to unpredictable
behavior. (Reported by seeess, fixes bug 425.)
+ - Fix a bug in dirserv_remove_invalid() that would cause authorities
+ to corrupt memory under some really unlikely scenarios.
- o Major bugfixes:
- - Fix a bug in dirserv_remove_invalid() that would cause authorities to
- corrupt memory under some really unlikely scenarios.
-
o Minor bugfixes:
- Actually set the purpose correctly for descriptors inserted with
purpose=controller.