diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-20 08:50:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-20 08:50:49 -0400 |
commit | c4e8548c59c1eb423fe6a39f2712dbc1eff3951a (patch) | |
tree | e2f3547c87433301503f043e076f47fb4c7f97a6 /changes/bug23080 | |
parent | 9e0587f806268c0ab96a73238c0409e95b0fbed6 (diff) | |
download | tor-c4e8548c59c1eb423fe6a39f2712dbc1eff3951a.tar.gz tor-c4e8548c59c1eb423fe6a39f2712dbc1eff3951a.zip |
Warn on ExtORPort USERADDR that is missing or 0.
Diagnoses violations on #23080.
Diffstat (limited to 'changes/bug23080')
-rw-r--r-- | changes/bug23080 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23080 b/changes/bug23080 new file mode 100644 index 0000000000..c80d323d3d --- /dev/null +++ b/changes/bug23080 @@ -0,0 +1,5 @@ + o Minor features (spec conformance, bridge, diagnostic): + - When handling the USERADDR command on an ExtOrPort, warn when the + transports provides a USERADDR with no port. In a future version, + USERADDR commands of this format may be rejected. Detects problems + related to ticket 23080. |