diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-21 10:43:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-21 10:43:12 -0500 |
commit | 3b08184338fd9b0b3e3bd3e5260684cd078beae0 (patch) | |
tree | ac18ea3bc49f5ecd9e34ba3a655dc0975a402ee4 /changes | |
parent | c604a76a53204eb20af0fab0a9f1f49fba393fd9 (diff) | |
parent | 7d845976e3897fac8e78a4a26688ac57b660151b (diff) | |
download | tor-3b08184338fd9b0b3e3bd3e5260684cd078beae0.tar.gz tor-3b08184338fd9b0b3e3bd3e5260684cd078beae0.zip |
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes')
-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. |