summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2018-09-13 16:33:58 +0000
committercypherpunks <cypherpunks@torproject.org>2018-09-13 16:33:58 +0000
commit7c26f88fd7bde6844f36f4810675688542c313bf (patch)
tree8b1923fa5a808ac55b77c1ec3dcd394378985847 /changes
parent8253428253109dabc35861cbaab23a44a22eb24d (diff)
downloadtor-7c26f88fd7bde6844f36f4810675688542c313bf.tar.gz
tor-7c26f88fd7bde6844f36f4810675688542c313bf.zip
rust/protover: validate unknown protocol names use only allowed characters
Diffstat (limited to 'changes')
-rw-r--r--changes/bug276874
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.