aboutsummaryrefslogtreecommitdiff
path: root/changes/bug33124
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-10-12 20:46:42 -0700
committerNeel Chauhan <neel@neelc.org>2020-10-12 20:46:42 -0700
commit05242f5555ceb276dd945f9d43a37dbe3d5d875b (patch)
tree91b7bd1a45c153f908ff5ca94e7f2240d1f8a950 /changes/bug33124
parentc4812698c3df0bd8aa51c615b0274bbb53b9eb6c (diff)
downloadtor-05242f5555ceb276dd945f9d43a37dbe3d5d875b.tar.gz
tor-05242f5555ceb276dd945f9d43a37dbe3d5d875b.zip
Pass the SOCKS request address in relay begin cells
Diffstat (limited to 'changes/bug33124')
-rw-r--r--changes/bug331244
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33124 b/changes/bug33124
new file mode 100644
index 0000000000..bc7003d9b5
--- /dev/null
+++ b/changes/bug33124
@@ -0,0 +1,4 @@
+ o Minor bugfixes (SOCKS, onion services):
+ - Make sure we send the SOCKS request address in relay begin cells when a
+ stream is attached with the purpose CIRCUIT_PURPOSE_CONTROLLER. Fixes bug
+ 33124; bugfix on 0.0.5. Patch by Neel Chauhan.