diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-04-03 12:13:25 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-04-03 12:31:59 +0200 |
commit | 80d9737e705242891b24cc765cbbdc72187a34de (patch) | |
tree | 78fd2c0e43c351ed989cc298d14863093e7a8509 /changes | |
parent | 51d084f8055265fe9a97236f7f3777ec160ba27b (diff) | |
download | tor-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_hup | 3 |
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. |