diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-21 10:58:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-21 10:58:20 -0500 |
commit | 29e23e62c9be846ce68210d72448cf955a239d8c (patch) | |
tree | 9ca4f5386abf12db2482dac5bb2d2fa9a783cdd1 /changes/bug24666 | |
parent | 88642bbdc783d8616ba779dbd33378e2c4e09501 (diff) | |
parent | 84adb9fcca3d4e1954c1dd215a3e765c689d82b3 (diff) | |
download | tor-29e23e62c9be846ce68210d72448cf955a239d8c.tar.gz tor-29e23e62c9be846ce68210d72448cf955a239d8c.zip |
Merge branch 'maint-0.3.2' into release-0.3.2
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. |