tor/changes/dont_segfault_client_on_hup
Sebastian Hahn 80d9737e70 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.
2010-04-03 12:31:59 +02:00

4 lines
130 B
Plaintext

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.