mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r13174@catbus: nickm | 2007-06-03 17:39:20 -0400
Patch from robert hogan: avoid crash when DNS port is set more than once. svn:r10471
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Changes in version 0.2.0.3-alpha - 2007-??-??
|
||||
o Minor bugfixes ():
|
||||
- Fix a crash when DNSPort is set more than once. (Patch from Robert
|
||||
Hogan.)
|
||||
|
||||
|
||||
Changes in version 0.2.0.2-alpha - 2007-06-02
|
||||
o Major bugfixes on 0.2.0.1-alpha:
|
||||
- Fix an assertion failure related to servers without extra-info digests.
|
||||
|
||||
@@ -2642,6 +2642,7 @@ assert_connection_ok(connection_t *conn, time_t now)
|
||||
case CONN_TYPE_AP_NATD_LISTENER:
|
||||
case CONN_TYPE_DIR_LISTENER:
|
||||
case CONN_TYPE_CONTROL_LISTENER:
|
||||
case CONN_TYPE_AP_DNS_LISTENER:
|
||||
tor_assert(conn->state == LISTENER_STATE_READY);
|
||||
break;
|
||||
case CONN_TYPE_OR:
|
||||
|
||||
Reference in New Issue
Block a user