Skip to content

Commit

Permalink
- Fix #1183: the data being used is released in method
Browse files Browse the repository at this point in the history
  nsec3_hash_test_entry.
  • Loading branch information
wcawijngaards committed Nov 15, 2024
1 parent 733d5f7 commit a2ac980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions testcode/unitverify.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}


Expand Down

0 comments on commit a2ac980

Please sign in to comment.