Skip to content

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

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

In rbtdb.c, there were 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