diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-08 08:19:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-08 08:19:31 -0500 |
commit | 4b36f9676db4ca98101c26ba5fc539ed458ae571 (patch) | |
tree | 71140570eaca4166af8e04b88f7b0053d750a1b8 /changes | |
parent | bca25eebfbc9e80665d63bbe02ba5ce21081eab1 (diff) | |
parent | 790150e57a98221fbb4cfdc5c34b3395808416b4 (diff) | |
download | tor-4b36f9676db4ca98101c26ba5fc539ed458ae571.tar.gz tor-4b36f9676db4ca98101c26ba5fc539ed458ae571.zip |
Merge remote-tracking branch 'tor-github/pr/670' into 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. |