mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
event->sender was bogus pointer
This commit is contained in:
parent
57cf89b149
commit
5195f93199
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg,
|
|||
tcpmsg->result = ISC_R_UNEXPECTED; /* unknown right now */
|
||||
|
||||
ISC_EVENT_INIT(&tcpmsg->event, sizeof(isc_event_t), 0, 0,
|
||||
DNS_EVENT_TCPMSG, action, arg, &tcpmsg,
|
||||
DNS_EVENT_TCPMSG, action, arg, tcpmsg,
|
||||
NULL, NULL);
|
||||
|
||||
region.base = (unsigned char *)&tcpmsg->size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue