diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-19 08:07:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-19 08:07:21 -0400 |
commit | 9ffbe8ad593cd2e9b3a6be29c3e36a8da9e5a9ed (patch) | |
tree | 7de3cc8e1f06726d780437c177e1064659432ace /changes/ticket33119 | |
parent | 4f596b3edfe5bcf4898bfe6007aa8e4677d2ba05 (diff) | |
download | tor-9ffbe8ad593cd2e9b3a6be29c3e36a8da9e5a9ed.tar.gz tor-9ffbe8ad593cd2e9b3a6be29c3e36a8da9e5a9ed.zip |
Remove changes files that have appeared in 0.4.3.3-alpha
(findMergedChanges.pl is the tool to do this.)
Diffstat (limited to 'changes/ticket33119')
-rw-r--r-- | changes/ticket33119 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/ticket33119 b/changes/ticket33119 deleted file mode 100644 index 11c20bc7a2..0000000000 --- a/changes/ticket33119 +++ /dev/null @@ -1,8 +0,0 @@ - o Major bugfixes (security, denial-of-service): - - Fix a denial-of-service bug that could be used by anyone to consume a - bunch of CPU on any Tor relay or authority, or by directories to - consume a bunch of CPU on clients or hidden services. Because - of the potential for CPU consumption to introduce observable - timing patterns, we are treating this as a high-severity security - issue. Fixes bug 33119; bugfix on 0.2.1.5-alpha. We are also tracking - this issue as TROVE-2020-002. |