diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:25:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:25:34 -0400 |
commit | 82b128277203b86f35739a424787bbb268a6cdeb (patch) | |
tree | ee1881e73e6df1eb97e251f0720c5e8aec36c219 /changes | |
parent | 3ddfd5ff25b1319dee3a013c8dac02ff9121971e (diff) | |
parent | 7c26f88fd7bde6844f36f4810675688542c313bf (diff) | |
download | tor-82b128277203b86f35739a424787bbb268a6cdeb.tar.gz tor-82b128277203b86f35739a424787bbb268a6cdeb.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27687 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27687 b/changes/bug27687 new file mode 100644 index 0000000000..8b7903b63e --- /dev/null +++ b/changes/bug27687 @@ -0,0 +1,4 @@ + o Minor bugfixes (rust): + - protover parsed and accepted unknown protocol names containing invalid + characters outside the range [A-Za-z0-9-]. Fixes bug 27687; bugfix on + 0.3.3.1-alpha. |