mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00: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:
@@ -3053,9 +3053,7 @@ failure_tls:
|
||||
} else {
|
||||
next = NULL;
|
||||
}
|
||||
if (connectquery != NULL) {
|
||||
query_detach(&connectquery);
|
||||
}
|
||||
query_detach(&query);
|
||||
if (next == NULL) {
|
||||
clear_current_lookup();
|
||||
|
Reference in New Issue
Block a user