mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #1183: the data being used is released in method
nsec3_hash_test_entry.
This commit is contained in:
parent
733d5f7161
commit
a2ac980737
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
15 November 2024: Wouter
|
||||
- Fix #1183: the data being used is released in method
|
||||
nsec3_hash_test_entry.
|
||||
|
||||
8 November 2024: Yorgos
|
||||
- More descriptive text for 'harden-algo-downgrade'.
|
||||
- Complete fix for max-global-quota to 200.
|
||||
|
|
|
|||
|
|
@ -458,6 +458,7 @@ nsec3_hash_test_entry(struct entry* e, rbtree_type* ct,
|
|||
|
||||
reply_info_parsedelete(rep, alloc);
|
||||
query_info_clear(&qinfo);
|
||||
rbtree_init(ct, &nsec3_hash_cmp); /* remove refs freed by parsedelete */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue