2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

1244. [bug] Receiving a TCP message from a blackhole address would

prevent further messages being received over that
                        interface.
This commit is contained in:
Mark Andrews
2002-04-03 05:30:03 +00:00
parent d6fbfd28ea
commit 2b1c71b134
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1244. [bug] Receiving a TCP message from a blackhole address would
prevent further messages being received over that
interface.
1243. [bug] It was possible to trigger a REQUIRE() in
dns_message_findtype(). [RT #2659]

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.205 2002/03/05 00:36:44 marka Exp $ */
/* $Id: client.c,v 1.206 2002/04/03 05:30:01 marka Exp $ */
#include <config.h>
@@ -1783,6 +1783,8 @@ client_newconn(isc_task_t *task, isc_event_t *event) {
ns_client_log(client, DNS_LOGCATEGORY_SECURITY,
NS_LOGMODULE_CLIENT, ISC_LOG_DEBUG(10),
"blackholed connection attempt");
client->newstate = NS_CLIENTSTATE_READY;
(void)exit_check(client);
goto freeevent;
}