bind9/lib
Ondřej Surý 48da8804fb In dns_qpiter_{prev,next}, defer dereference_iter_node call
dns_qpiter_{prev,next} requires the current iterator node to still be
valid which might not always the case after dereference_iter_node was
called.  Currently, this is ensured via closeversion() mechanism, but it
is not guaranteed to be true in the future.

Move the call to dereference_iter_node to after the dns_qpiter_prev()
and dns_qpiter_next() to prevent a possible use-after-free of the
current iterator node.

(cherry picked from commit 9914bd383e)
2025-12-09 10:50:37 +01:00
..
dns In dns_qpiter_{prev,next}, defer dereference_iter_node call 2025-12-09 10:50:37 +01:00
isc use a standard CLEANUP macro 2025-12-03 13:45:43 -08:00
isccc switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isccfg use a standard CLEANUP macro 2025-12-03 13:45:43 -08:00
ns use a standard CLEANUP macro 2025-12-03 13:45:43 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00