mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '3392-cid-352554-null-pointer-dereference-dighost.c' into 'main'
Resolve "CID 352554: Null pointer dereferences (REVERSE_INULL) /bin/dig/dighost.c: 3056 in start_tcp()" Closes #3392 See merge request isc-projects/bind9!6399
This commit is contained in:
commit
2f88ce2d0d
1 changed files with 1 additions and 3 deletions
|
|
@ -3053,9 +3053,7 @@ failure_tls:
|
|||
} else {
|
||||
next = NULL;
|
||||
}
|
||||
if (connectquery != NULL) {
|
||||
query_detach(&connectquery);
|
||||
}
|
||||
query_detach(&connectquery);
|
||||
query_detach(&query);
|
||||
if (next == NULL) {
|
||||
clear_current_lookup();
|
||||
|
|
|
|||
Loading…
Reference in a new issue