mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:30:00 -04:00
Merge branch '4299-cid-465168-null-pointer-dereference' into 'bind-9.18'
Resolve "CID 465168: Null pointer dereference in lib/ns/client.c" See merge request isc-projects/bind9!8281
This commit is contained in:
commit
0c0f694a86
1 changed files with 1 additions and 3 deletions
|
|
@ -1672,9 +1672,7 @@ ns__client_put_cb(void *client0) {
|
|||
|
||||
dns_message_detach(&client->message);
|
||||
|
||||
if (client->manager != NULL) {
|
||||
ns_clientmgr_detach(&client->manager);
|
||||
}
|
||||
ns_clientmgr_detach(&client->manager);
|
||||
|
||||
/*
|
||||
* Detaching the task must be done after unlinking from
|
||||
|
|
|
|||
Loading…
Reference in a new issue