]> git.ipfire.org Git - thirdparty/bind9.git/commit
initialize header in dns_rdataslab_fromrdataset()
authorEvan Hunt <each@isc.org>
Sat, 8 Feb 2025 05:06:34 +0000 (21:06 -0800)
committerEvan Hunt <each@isc.org>
Wed, 19 Feb 2025 22:58:32 +0000 (14:58 -0800)
commit82edec67a58afc837bf6b7ff62737faf931102e5
tree94bdba1fab4822f3a7db0ba04bd0a937370d5b89
parentb4bde9bef4b6ccb0c77a97d6cc7c55e900665ddc
initialize header in dns_rdataslab_fromrdataset()

when dns_rdataslab_fromrdataset() is run, in addition to
allocating space for a slab header, it also partially
initializes it, setting the type match rdataset->type and
rdataset->covers, the trust to rdataset->trust, and the TTL to
rdataset->ttl.
lib/dns/include/dns/rdataslab.h
lib/dns/qpcache.c
lib/dns/qpzone.c
lib/dns/rdataslab.c