mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Merge branch '3285-dig-do-not-hang-on-tlsctx-errors' into 'main'
Dig: do not hang on TLS context creation errors (Resolve #3285) Closes #3285 See merge request isc-projects/bind9!6131
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
5871. [bug] Fix dig hanging on TLS context creation errors.
|
||||||
|
[GL #3285]
|
||||||
|
|
||||||
5870. [cleanup] Remove redundant macros in the RBT implementation.
|
5870. [cleanup] Remove redundant macros in the RBT implementation.
|
||||||
[GL !6158]
|
[GL !6158]
|
||||||
|
|
||||||
|
@@ -3035,6 +3035,9 @@ failure_tls:
|
|||||||
} else {
|
} else {
|
||||||
next = NULL;
|
next = NULL;
|
||||||
}
|
}
|
||||||
|
if (connectquery != NULL) {
|
||||||
|
query_detach(&connectquery);
|
||||||
|
}
|
||||||
query_detach(&query);
|
query_detach(&query);
|
||||||
if (next == NULL) {
|
if (next == NULL) {
|
||||||
clear_current_lookup();
|
clear_current_lookup();
|
||||||
|
Reference in New Issue
Block a user