summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-04-03 12:13:25 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-04-03 12:31:59 +0200
commit80d9737e705242891b24cc765cbbdc72187a34de (patch)
tree78fd2c0e43c351ed989cc298d14863093e7a8509 /changes
parent51d084f8055265fe9a97236f7f3777ec160ba27b (diff)
downloadtor-80d9737e705242891b24cc765cbbdc72187a34de.tar.gz
tor-80d9737e705242891b24cc765cbbdc72187a34de.zip
Fix a segfault when a client is hup'd.
We need to make sure we have an event_base in dns.c before we call anything that wants one. Make sure we always have one in dns_reset() when we're a client. Fixes bug 1341.
Diffstat (limited to 'changes')
-rw-r--r--changes/dont_segfault_client_on_hup3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/dont_segfault_client_on_hup b/changes/dont_segfault_client_on_hup
new file mode 100644
index 0000000000..96ffeb710f
--- /dev/null
+++ b/changes/dont_segfault_client_on_hup
@@ -0,0 +1,3 @@
+ o Major bugfixes:
+ - Fix a segfault that happens whenever a Tor client is hup'd. Bugfix
+ on 0.2.2.5-alpha; fixes bug 1341.