summaryrefslogtreecommitdiff
path: root/changes/bug40179_part2
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-11-05 09:47:32 -0500
committerNick Mathewson <nickm@torproject.org>2020-11-05 09:47:32 -0500
commit4154158d79452a5026c25750fae220a529c00fa3 (patch)
tree75a0a7603a34988421b6f30a12cc821b30cdb44b /changes/bug40179_part2
parent4876409c2aa7deecd5f57474ee6de6ea9e90a855 (diff)
downloadtor-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_part24
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.