diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-07 10:37:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-07 10:37:31 -0500 |
commit | c056d19323e499a0003ba9de0db2bdee9c301872 (patch) | |
tree | c7efe04688fd81281ad9e470c339997fefc9ea72 /changes | |
parent | b9ef21cf565cab46571f965fc2d3f368c7e7a1da (diff) | |
parent | 85a2487f9704cfeff0255c5f660d977ec9c30cff (diff) | |
download | tor-c056d19323e499a0003ba9de0db2bdee9c301872.tar.gz tor-c056d19323e499a0003ba9de0db2bdee9c301872.zip |
Merge branch 'maint-0.2.4' into maint-0.2.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16248 | 8 |
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. |