summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-30 12:35:01 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-30 12:35:01 -0500
commit6e689aed756fb3d96fa70e9138aedc93be8f35de (patch)
tree4494619538bc0075a62a03da535c0da390169742 /ChangeLog
parentb3b840443ddbf126c5a9c25533986e9b9ea33585 (diff)
downloadtor-6e689aed756fb3d96fa70e9138aedc93be8f35de.tar.gz
tor-6e689aed756fb3d96fa70e9138aedc93be8f35de.zip
Fix a memory leak in tor-resolve
Resolves bug 14050
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b7f35f546..b125d9d853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -145,6 +145,8 @@ Changes in version 0.2.6.2-alpha - 2014-12-??
- Make transparent proxy support work along with the seccomp2
sandbox. Fixes part of bug 13808; bugfix on 0.2.5.1-alpha. Patch
by Francisco Blas Izquierdo Riera.
+ - Fix a memory leak in tor-resolve when running with the sandbox
+ enabled. Fixes bug 14050; bugfix on 0.2.5.9-rc.
o Minor bugfixes (logging):
- Downgrade warnings about RSA signature failures to info log level.