summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-31 12:58:19 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-31 17:19:17 -0400
commit62637fa22405278758febb1743da9af562524d4c (patch)
tree508029b3d9ca8f7f78311c9a32f8e219520f304a /changes
parentae75fb13e175ec24cb3bff44150fd2f932aa5385 (diff)
downloadtor-62637fa22405278758febb1743da9af562524d4c.tar.gz
tor-62637fa22405278758febb1743da9af562524d4c.zip
Avoid hard (impossible?)-to-trigger double-free in dns_resolve()
Fixes 6480; fix on 0.2.0.1-alpha; based on pseudonymous patch.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug64805
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6480 b/changes/bug6480
new file mode 100644
index 0000000000..83ae00b251
--- /dev/null
+++ b/changes/bug6480
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Avoid read-from-freed-RAM bug and related double-free bug that
+ could occur when a DNS request fails while launching it. Fixes
+ bug 6480; bugfix on 0.2.0.1-alpha.
+