summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-15 11:25:52 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-15 11:27:12 -0400
commit0e348720fc3a4db0e61fcb81673080ae71e80b4e (patch)
tree65230a12e36b37ec5dba03772ab90bed276f4c24 /changes
parent1ec45bb54621208906ce260255086a8456a9646e (diff)
downloadtor-0e348720fc3a4db0e61fcb81673080ae71e80b4e.tar.gz
tor-0e348720fc3a4db0e61fcb81673080ae71e80b4e.zip
Fix assertion to actually have a chance of failing
This assertion can only fail if we mess up some of our other code, but let's try to get it right. Closes 22244.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug222446
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug22244 b/changes/bug22244
new file mode 100644
index 0000000000..ed5d36b1dd
--- /dev/null
+++ b/changes/bug22244
@@ -0,0 +1,6 @@
+ o Minor bugfixes (exit-side DNS):
+ - Fix an untriggerable assertion that checked the output of a
+ libevent DNS error, so that the assertion actually behaves as
+ expected. Fixes bug 22244; bugfix on 0.2.0.20-rc. Found by Andrey
+ Karpov using PVS-Studio.
+