mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
53e4452f98
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.
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
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.
|