diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-10 08:53:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-10 08:53:07 -0400 |
commit | ec696a95e58870862625a44f2c9152be2526414c (patch) | |
tree | da7b8b2a19aedbf873e9c86017940eca069595d3 /changes | |
parent | 1da8621c0aef1f3fa694802b2bbea888a8d82d99 (diff) | |
parent | 0f2d45328dfcb16acb4a517711413a6f0386487a (diff) | |
download | tor-ec696a95e58870862625a44f2c9152be2526414c.tar.gz tor-ec696a95e58870862625a44f2c9152be2526414c.zip |
Merge branch 'maint-0.4.4' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40389 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40389 b/changes/ticket40389 new file mode 100644 index 0000000000..7dcf65b32e --- /dev/null +++ b/changes/ticket40389 @@ -0,0 +1,3 @@ + o Major bugfixes (relay, TROVE): + - Don't allow entry or middle relays to spoof RELAY_END or RELAY_RESOLVED + cell on half-closed streams. Fixes bug 40389; bugfix on 0.3.5.1-alpha. |