0ddc5a48dd
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/unbound#9bf72f2b9791186ed8cf9807178e945819d4f589
14 lines
509 B
Diff
14 lines
509 B
Diff
diff --git a/dns64/dns64.c b/dns64/dns64.c
|
|
index 6c81192..77e6890 100644
|
|
--- a/dns64/dns64.c
|
|
+++ b/dns64/dns64.c
|
|
@@ -925,7 +925,7 @@ dns64_inform_super(struct module_qstate* qstate, int id,
|
|
* successful or not. This lets the state machine terminate.
|
|
*/
|
|
if(!super_dq) {
|
|
- super_dq = (struct dns64_qstate*)regional_alloc(qstate->region,
|
|
+ super_dq = (struct dns64_qstate*)regional_alloc(super->region,
|
|
sizeof(*super_dq));
|
|
super->minfo[id] = super_dq;
|
|
memset(super_dq, 0, sizeof(*super_dq));
|