Make config/parse_tcp_proxy_line work in the presence of DNS hijacking
commit4154158d79452a5026c25750fae220a529c00fa3
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Nov 2020 14:47:32 +0000 (5 09:47 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Nov 2020 14:47:32 +0000 (5 09:47 -0500)
tree75a0a7603a34988421b6f30a12cc821b30cdb44b
parent4876409c2aa7deecd5f57474ee6de6ea9e90a855
Make config/parse_tcp_proxy_line work in the presence of DNS hijacking

We can use our existing mocking functionality to do this: We have
been in this position before.

Fixes part of #40179; bugfix on 0.4.3.1-alpha.
changes/bug40179_part2 [new file with mode: 0644]
src/test/test_config.c