diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 08:46:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-01 16:05:17 -0500 |
commit | 8b405c609e82fbfb5470967fc4c45165c708e72b (patch) | |
tree | eb1b2646441e74d8d04dacbe44e535299bc5b9c0 /changes | |
parent | 0953c43c955c4bdb82f0aa86f23f9c0cdcc2c9a1 (diff) | |
download | tor-8b405c609e82fbfb5470967fc4c45165c708e72b.tar.gz tor-8b405c609e82fbfb5470967fc4c45165c708e72b.zip |
Forbid "-0" as a protocol version.
Fixes part of 24249; bugfix on 0.2.9.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25249 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25249 b/changes/bug25249 new file mode 100644 index 0000000000..b4153eeaef --- /dev/null +++ b/changes/bug25249 @@ -0,0 +1,3 @@ + o Minor bugfixes (spec conformance): + - Forbid "-0" as a protocol version. Fixes part of bug 25249; bugfix on + 0.2.9.4-alpha. |