summaryrefslogtreecommitdiff
path: root/changes/bug24666
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-21 10:50:06 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-21 10:50:06 -0500
commit08469a338ab524e233f357d46504338fd64dedf9 (patch)
tree6a517a1b555e1662cd88e181bd45ef073483836d /changes/bug24666
parent5e92646715f32cae4d4d7f4f9a0f09108b8ddd73 (diff)
parent03b4dd92a4c359fb2f699c579ed6dbcd73981267 (diff)
downloadtor-08469a338ab524e233f357d46504338fd64dedf9.tar.gz
tor-08469a338ab524e233f357d46504338fd64dedf9.zip
Merge branch 'maint-0.3.0' into maint-0.3.1
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.