Skip to content

[9.18] fix: dev: Use attach()/detach() functions instead of touching .references

Ondřej Surý requested to merge ondrej/use-attach-detach-in-rbtdb-9.18 into bind-9.18

In rbtdb.c, there were two places where the code touched .references directly instead of using the helper functions. Use the helper functions instead.

Forward port from https://gitlab.isc.org/isc-private/bind9/-/merge_requests/753

Edited by Ondřej Surý

Merge request reports