diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-08 23:01:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-08 23:01:39 -0500 |
commit | 713736a6a738aa371176241e11e2f7e06f63523b (patch) | |
tree | 7e1b23955c2acfee569736314015f23164eca1a5 /changes | |
parent | 8b5d95db0df18bca6e608e95248340cf7f67b673 (diff) | |
download | tor-713736a6a738aa371176241e11e2f7e06f63523b.tar.gz tor-713736a6a738aa371176241e11e2f7e06f63523b.zip |
Fix a memory leak in handling errors on CERTS cells. bug 7422
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7422 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug7422 b/changes/bug7422 new file mode 100644 index 0000000000..652f1a2231 --- /dev/null +++ b/changes/bug7422 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Fix a memory leak on failing cases of channel_tls_process_certs_cell. + Fixes bug 7422; bugfix on 0.2.4.4-alpha. |