diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-05 09:47:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-05 09:47:32 -0500 |
commit | 4154158d79452a5026c25750fae220a529c00fa3 (patch) | |
tree | 75a0a7603a34988421b6f30a12cc821b30cdb44b /changes/bug40179_part2 | |
parent | 4876409c2aa7deecd5f57474ee6de6ea9e90a855 (diff) | |
download | tor-4154158d79452a5026c25750fae220a529c00fa3.tar.gz tor-4154158d79452a5026c25750fae220a529c00fa3.zip |
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.
Diffstat (limited to 'changes/bug40179_part2')
-rw-r--r-- | changes/bug40179_part2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40179_part2 b/changes/bug40179_part2 new file mode 100644 index 0000000000..15dc861321 --- /dev/null +++ b/changes/bug40179_part2 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing): + - Fix the config/parse_tcp_proxy_line test so that it works correctly on + systems where the DNS provider hijacks invalid queries. + Fixes part of bug 40179; bugfix on 0.4.3.1-alpha. |