aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-24 12:51:02 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-24 12:51:02 -0400
commitce4add498f6af197a0e856d262825d547f898305 (patch)
tree6df0a531a086f8358e57d54972b1c690fc93f5f4 /changes
parent991a8acba2e2148a576465c3e07e9f6ce4864ea1 (diff)
parent223e7cfabec5a75a7acd919210f838511e39cb16 (diff)
downloadtor-ce4add498f6af197a0e856d262825d547f898305.tar
tor-ce4add498f6af197a0e856d262825d547f898305.tar.gz
Merge remote-tracking branch 'public/bug6472' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug64724
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6472 b/changes/bug6472
new file mode 100644
index 000000000..dcd42ebe6
--- /dev/null
+++ b/changes/bug6472
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Avoid a pair of double-free and use-after-mark bugs that can
+ occur with certain timings in canceled and re-received DNS
+ requests. Fix for bug 6472; bugfix on 0.0.7rc1.