aboutsummaryrefslogtreecommitdiff
path: root/changes/bug16248
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-11 10:50:36 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-07 09:48:19 -0500
commit457d38a6e9212de3a5cab24fc59829c689f88560 (patch)
tree1a2b5028f65c1eeea725778ffc8ad11bbbbcd577 /changes/bug16248
parent650c03127a877eb0de1cfad8afa5cb3d8474a956 (diff)
downloadtor-457d38a6e9212de3a5cab24fc59829c689f88560.tar.gz
tor-457d38a6e9212de3a5cab24fc59829c689f88560.zip
Change behavior on missing/present event to warn instead of asserting.
Add a changes file.
Diffstat (limited to 'changes/bug16248')
-rw-r--r--changes/bug162488
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug16248 b/changes/bug16248
new file mode 100644
index 0000000000..399b7093cd
--- /dev/null
+++ b/changes/bug16248
@@ -0,0 +1,8 @@
+ o Major bugfixes (dns proxy mode, crash):
+ - Avoid crashing when running as a DNS proxy. Closes bug 16248; bugfix on
+ 0.2.0.1-alpha. Patch from 'cypherpunks'.
+
+ o Minor features (bug-resistance):
+ - Make Tor survive errors involving connections without a corresponding
+ event object. Previously we'd fail with an assertion; now we produce a
+ log message. Related to bug 16248.