mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
The spec only allows the characters [A-Za-z0-9-].
Fix on b2b2e1c7f2
.
Fixes #27316; bugfix on 0.2.9.4-alpha.
3 lines
187 B
Text
3 lines
187 B
Text
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.
|