aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-04-14 09:34:46 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-04-14 09:34:46 -0400
commit9ac479ce1c20fd2e58528900b54d5b81bedb641d (patch)
treee4a125fa8b5a8c660c9b83aba4e286e84d096e9d /changes
parentb882b8d5d4b6c76e41fdf316b58fc26330ec7198 (diff)
parent86819229afde13ae8466ee782f4c4bd9ba6f37cd (diff)
downloadtor-9ac479ce1c20fd2e58528900b54d5b81bedb641d.tar.gz
tor-9ac479ce1c20fd2e58528900b54d5b81bedb641d.zip
Merge branch 'tor-gitlab/mr/497' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404726
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40472 b/changes/bug40472
new file mode 100644
index 0000000000..d87c1dc2cc
--- /dev/null
+++ b/changes/bug40472
@@ -0,0 +1,6 @@
+ o Minor bugfixes (performance, DoS):
+ - Fix one case of a not-especially viable denial-of-service attack found
+ by OSS-Fuzz in our consensus-diff parsing code. This attack causes a
+ lot small of memory allocations and then immediately frees them: this
+ is only slow when running with all the sanitizers enabled. Fixes one
+ case of bug 40472; bugfix on 0.3.1.1-alpha.