mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
committed by
Nick Mathewson
parent
2703e072a1
commit
53e4452f98
@@ -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.
|
||||
Reference in New Issue
Block a user