From e24195c7c1aaecebaf5ef4f81b54da2f0db917c6 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Sun, 26 Aug 2018 01:20:44 +0000 Subject: protover: reject invalid protocol names The spec only allows the characters [A-Za-z0-9-]. Fix on b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f. Fixes #27316; bugfix on 0.2.9.4-alpha. --- changes/bug27316 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug27316 (limited to 'changes') diff --git a/changes/bug27316 b/changes/bug27316 new file mode 100644 index 0000000000..cec9348912 --- /dev/null +++ b/changes/bug27316 @@ -0,0 +1,3 @@ + o Minor bugfixes (protover): + - Reject protocol names containing bytes other than alphanumeric characters + and hyphens ([A-Za-z0-9-]). Fixes bug 27316; bugfix on 0.2.9.4-alpha. -- cgit v1.2.3-54-g00ecf