]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add NID/L64/L32 round-trip coverage to the rdata unit test
authorOndřej Surý <ondrej@isc.org>
Thu, 2 Jul 2026 09:38:44 +0000 (11:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 2 Jul 2026 10:16:27 +0000 (12:16 +0200)
commitf28bea94e3e0fc788014dc3dd2ca32d3df8ae2c1
tree52c84899028c35aad670ca8e8a27d5c7a93bc183
parent5aa279bbea7851ae35a11356c091d3228ad0941f
Add NID/L64/L32 round-trip coverage to the rdata unit test

These types had no entries in the rdata test table, so the
tostruct/fromstruct round-trip in check_struct_conversions() never ran
against them -- which is why the missing preference consume in their
tostruct routines went unnoticed for years. Add text and wire vectors
for all three.

Assisted-by: Claude:claude-fable-5
tests/dns/rdata_test.c