aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-21 10:40:10 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-21 10:40:10 -0500
commit920208776052d2130557359a0a8077406c60dd21 (patch)
tree49daf7edfca0ac68f9f03a04d10ca874f3206976 /changes
parent428f8a375b8846edd1a056ce66f00fe08117a4ba (diff)
parentcd1f708a7f44ab305c9fcda0060f55f075b98362 (diff)
downloadtor-920208776052d2130557359a0a8077406c60dd21.tar.gz
tor-920208776052d2130557359a0a8077406c60dd21.zip
Merge branch 'bug24666_squashed_025' into maint-0.2.5
Diffstat (limited to 'changes')
-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.