mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
runt -> short (< header size)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dighost.c,v 1.244 2002/05/29 05:31:02 marka Exp $ */
|
/* $Id: dighost.c,v 1.245 2002/07/10 01:03:14 marka Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Notice to programmers: Do not use this code as an example of how to
|
* Notice to programmers: Do not use this code as an example of how to
|
||||||
@@ -2216,7 +2216,7 @@ recv_done(isc_task_t *task, isc_event_t *event) {
|
|||||||
"expected ID %u, got %u\n",
|
"expected ID %u, got %u\n",
|
||||||
l->sendmsg->id, id);
|
l->sendmsg->id, id);
|
||||||
else
|
else
|
||||||
printf(";; ERROR: runt message\n");
|
printf(";; ERROR: short (< header size) message\n");
|
||||||
isc_event_free(&event);
|
isc_event_free(&event);
|
||||||
clear_query(query);
|
clear_query(query);
|
||||||
check_next_lookup(l);
|
check_next_lookup(l);
|
||||||
@@ -2227,7 +2227,7 @@ recv_done(isc_task_t *task, isc_event_t *event) {
|
|||||||
printf(";; Warning: ID mismatch: "
|
printf(";; Warning: ID mismatch: "
|
||||||
"expected ID %u, got %u\n", l->sendmsg->id, id);
|
"expected ID %u, got %u\n", l->sendmsg->id, id);
|
||||||
else
|
else
|
||||||
printf(";; Warning: runt message received\n");
|
printf(";; Warning: short (< header size) message received\n");
|
||||||
match = ISC_FALSE;
|
match = ISC_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user