Merge remote-tracking branch 'origin/maint-0.2.2'

Conflicts:
	src/or/connection.c
This commit is contained in:
Nick Mathewson
2011-05-09 13:36:40 -04:00
9 changed files with 33 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Fix a potential null-pointer dereference while computing a consensus.
Bugfix on tor-0.2.0.3-alpha, found with the help of clang's analyzer.
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Avoid a possible null-pointer dereference when rebuilding the mdesc
cache without actually having any descriptors to cache. Bugfix on
0.2.2.6-alpha. Issue discovered using clang's static analyzer.