diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-21 10:49:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-21 10:49:40 -0500 |
commit | 03b4dd92a4c359fb2f699c579ed6dbcd73981267 (patch) | |
tree | 7caabdc7ee7602fd6d217f8be8de723e1d94668e /changes/bug24666 | |
parent | 08ed0d79308b308f690b80d65b22be11a97caf09 (diff) | |
parent | 79a50afa0e3dd44fc5ef80806ccda501fab5a718 (diff) | |
download | tor-03b4dd92a4c359fb2f699c579ed6dbcd73981267.tar.gz tor-03b4dd92a4c359fb2f699c579ed6dbcd73981267.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes/bug24666')
-rw-r--r-- | changes/bug24666 | 7 |
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. |