diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-28 10:24:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-28 10:24:28 -0400 |
commit | 68e663f7771e7f8fe0c171c49becd795e9300ff9 (patch) | |
tree | a07d3419eb26091a406bfee6c8c47184f3343191 /ChangeLog | |
parent | 1d315b28a21330863039ce27c1996e2a47544fc6 (diff) | |
download | tor-68e663f7771e7f8fe0c171c49becd795e9300ff9.tar.gz tor-68e663f7771e7f8fe0c171c49becd795e9300ff9.zip |
Fix memory leaks that stopped chutney working with asan
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -255,6 +255,10 @@ Changes in version 0.2.8.2-alpha - 2016-03-28 - Correctly duplicate addresses in get_interface_address6_list. Fixes bug 18454; bugfix on 110765f5 in tor-0.2.8.1-alpha. Reported by "toralf", patch by "cypherpunks". + - Fix a memory leak in tor-gencert. Fixes part of bug 18672; bugfix on + 0.2.0.1-alpha. + - Fix a memory leak in "tor --list-figngerprint". Fixes part of bug + 18672; bugfix on 0.2.0.1-alpha. o Minor bugfixes (private directory): - Prevent a race condition when creating private directories. Fixes |