aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-08 15:15:05 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-08 15:16:02 -0400
commitd229025fefa6faa228d9154e391293d9d5b320d3 (patch)
treecf63fafc6a235832ba9c29daef53e8b75a67da28 /changes
parentf551a053e35a937da2e01d382639e79f1e6d2369 (diff)
downloadtor-d229025fefa6faa228d9154e391293d9d5b320d3.tar.gz
tor-d229025fefa6faa228d9154e391293d9d5b320d3.zip
Expand the event_mask field in controller conns to 64 bits
Back in 078d6bcd, we added an event number 0x20, but we didn't make the event_mask field big enough to compensate. Patch by "teor". Fixes 13085; bugfix on 0.2.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug130853
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13085 b/changes/bug13085
new file mode 100644
index 0000000000..a46457c797
--- /dev/null
+++ b/changes/bug13085
@@ -0,0 +1,3 @@
+ o Minor bugfixes (controller):
+ - Actually send TRANSPORT_LAUNCHED and HS_DESC events to controllers.
+ Fixes bug 13085; bugfix on 0.2.5.1-alpha. Patch by "teor".