diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-31 08:26:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-31 08:26:10 -0400 |
commit | 70b85358afd0a8d4291489f9e9f5654ab2d53371 (patch) | |
tree | 1a408320acead48e96de06a6f3355e1273d88906 /changes/bug22619 | |
parent | e5deb2bbc73d8830ae6c479a4532e72112f5484a (diff) | |
download | tor-70b85358afd0a8d4291489f9e9f5654ab2d53371.tar.gz tor-70b85358afd0a8d4291489f9e9f5654ab2d53371.zip |
Fix a logic error in deciding whether to accept SessionGroup=
Fixes bug 22619; bugfix on 0.2.7.2-alpha
Diffstat (limited to 'changes/bug22619')
-rw-r--r-- | changes/bug22619 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22619 b/changes/bug22619 new file mode 100644 index 0000000000..9c71996f5b --- /dev/null +++ b/changes/bug22619 @@ -0,0 +1,3 @@ + o Minor bugfixes (circuit isolation): + - Fix a logic error that prevented the SessionGroup sub-option from + being accepted. Fixes bug 22619; bugfix on 0.2.7.2-alpha. |