Don't do DNS lookups when parsing corrupted managed proxy messages.

The functions parse_{s,c}method_line() were using
tor_addr_port_lookup() which is capable of doing DNS lookups. DNS
lookups should not be necessary when parsing {C,S}METHOD lines.
This commit is contained in:
George Kadianakis
2012-06-25 18:30:15 +03:00
committed by Nick Mathewson
parent 2703e072a1
commit 53e4452f98
2 changed files with 25 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes:
- Don't do DNS lookups when parsing corrupted managed proxy
protocol messages. Fixes bug 6226; bugfix on 0.2.3.6-alpha.