diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2015-06-04 13:53:35 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2015-06-04 13:53:35 +0000 |
commit | f2ff8145820243a05803367d31c8b34e03048706 (patch) | |
tree | 756e2a0daea2fc0c3beab408962504218a1df52e /changes | |
parent | a68e5323f809056cae9fcefc06357f9646595d89 (diff) | |
download | tor-f2ff8145820243a05803367d31c8b34e03048706.tar.gz tor-f2ff8145820243a05803367d31c8b34e03048706.zip |
Set session_group after the port's data structure has been populated.
Fixes #16247, patch by "jojelino".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16247 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug16247 b/changes/bug16247 new file mode 100644 index 0000000000..9464b1cb24 --- /dev/null +++ b/changes/bug16247 @@ -0,0 +1,5 @@ + o Minor bugfixes (client-side privacy): + - Properly separate out each SOCKSPort when applying stream isolation. + The error occured because each port's session group was being + overwritten by a default value. Fixes bug 16247; bugfix on + 0.2.6.3-alpha. Patch by "jojelino". |