diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-08 08:19:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-08 08:19:34 -0500 |
commit | b1ae2fd65ba165722dc121df7bb0be4ec5d6597c (patch) | |
tree | b94afb6ed96076c780d66c7cebfb3c9d11ca243b /changes | |
parent | bfd1d702433fde0c551a1c79d410d87fe22feb30 (diff) | |
parent | 4b36f9676db4ca98101c26ba5fc539ed458ae571 (diff) | |
download | tor-b1ae2fd65ba165722dc121df7bb0be4ec5d6597c.tar.gz tor-b1ae2fd65ba165722dc121df7bb0be4ec5d6597c.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29175_035 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29175_035 b/changes/bug29175_035 new file mode 100644 index 0000000000..134c1d9529 --- /dev/null +++ b/changes/bug29175_035 @@ -0,0 +1,4 @@ + o Major bugfixes (networking): + - Gracefully handle empty username/password fields in SOCKS5 + username/password auth messsage and allow SOCKS5 handshake to + continue. Fixes bug 29175; bugfix on 0.3.5.1-alpha. |