aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24666
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-21 10:58:20 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-21 10:58:20 -0500
commit89f40ba97a752f125ef7dbb057d64dd5e06a95db (patch)
tree38daafd54586fccdec8797cff158081d3e2f29c6 /changes/bug24666
parent2e0c22d58bbb16bb47fc36246116eec866e4b954 (diff)
parent7d845976e3897fac8e78a4a26688ac57b660151b (diff)
downloadtor-release-0.2.8.tar.gz
tor-release-0.2.8.zip
Merge branch 'maint-0.2.8' into release-0.2.8release-0.2.8
Diffstat (limited to 'changes/bug24666')
-rw-r--r--changes/bug246667
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24666 b/changes/bug24666
new file mode 100644
index 0000000000..830775f5f6
--- /dev/null
+++ b/changes/bug24666
@@ -0,0 +1,7 @@
+ o Minor bugfixes (memory usage):
+
+ - When queuing DESTROY cells on a channel, only queue the
+ circuit-id and reason fields: not the entire 514-byte
+ cell. This fix should help mitigate any bugs or attacks that
+ fill up these queues, and free more RAM for other uses. Fixes
+ bug 24666; bugfix on 0.2.5.1-alpha.