mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 19:34:04 -04:00
the rdataset method implementation functions in dns/rdatalist.c (i.e., dns_rdatalist_first, _next, etc) are not meant to be called directly; they're called via dns_rdataset_first(), dns_rdataset_next(), etc. in dnssec-ksr.c, a list-based rdataset was iterated using these functions. this has been fixed, and the functions have been renamed to use the `dns__` prefix as a signal that they aren't meant to be used outside the rdataset implementation. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| meson.build | ||