]> git.ipfire.org Git - thirdparty/unbound.git/commit
Review for #759:
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 17 Jul 2023 15:26:31 +0000 (17:26 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 17 Jul 2023 15:26:31 +0000 (17:26 +0200)
commitf5a2a58ce3fce117b9e478f0032ea8d81ba05344
tree36f56e0663a3778130d918116879d354ef505622
parent15b8d8b96ad02101a9a960efdcc051b57b77c0c0
Review for #759:
- Fix SEGFAULT in load_cache control command.
- Change reason_bogus_str to an explicit NULL-terminated string.
- Fix potential memory leak when discarding a message for referrals and
  0 TTL answers.
- Fix reason_bogus initialization in localzone answers.
- reply_info creation in validator is always regional.
daemon/cachedump.c
daemon/worker.c
iterator/iterator.c
services/cache/dns.c
services/localzone.c
util/data/msgreply.c
util/data/msgreply.h
validator/validator.c