diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-17 11:45:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-17 11:45:16 -0400 |
commit | e15a621ac81c472f69a082180fa9b4ed39274e43 (patch) | |
tree | 54020a4143660eeab6541cf5a752a380cff836ae /changes | |
parent | 9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 (diff) | |
parent | 5f4e14b8c8cd4c8907f669144a5a4bb8b8b7a585 (diff) | |
download | tor-e15a621ac81c472f69a082180fa9b4ed39274e43.tar.gz tor-e15a621ac81c472f69a082180fa9b4ed39274e43.zip |
Merge branch 'maint-0.4.1' into maint-0.4.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/trove_2020_003 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/trove_2020_003 b/changes/trove_2020_003 new file mode 100644 index 0000000000..aa1a8f1c78 --- /dev/null +++ b/changes/trove_2020_003 @@ -0,0 +1,4 @@ + o Minor bugfixes (onion services v3): + - Fix assertion failure that could result from a corrupted ADD_ONION control + port command. Found by Saibato. Fixes bug 33137; bugfix on + 0.3.3.1-alpha. This issue is also being tracked as TROVE-2020-003. |