bind9/bin/tools
Ondřej Surý d76ab69772 Attach to the dns_dispatchmgr in the dns_view object
The dns_dispatchmgr object was only set in the dns_view object making it
prone to use-after-free in the dns_xfrin unit when shutting down named.

Remove dns_view_setdispatchmgr() and optionally pass the dispatchmgr
directly to dns_view_create() when it is attached and not just assigned,
so the dns_dispatchmgr doesn't cease to exist too early.

The dns_view_getdnsdispatchmgr() is now protected by the RCU lock, the
dispatchmgr reference is incremented, so the caller needs to detach from
it, and the function can return NULL in case the dns_view has been
already shut down.
2023-08-15 10:25:37 -07:00
..
.gitignore Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
arpaname.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
arpaname.rst Use semantic markup for :program: self-references 2022-03-14 10:46:36 +01:00
dnstap-read.c Add option to dnstap-read to print long timestamps 2023-05-04 15:12:53 +02:00
dnstap-read.rst Add option to dnstap-read to print long timestamps 2023-05-04 15:12:53 +02:00
Makefile.am Remove libbind9 2023-02-21 13:12:26 +00:00
mdig.c Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
mdig.rst fully remove DSCP 2023-01-17 16:18:21 -08:00
named-journalprint.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
named-journalprint.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
named-nzd2nzf.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
named-nzd2nzf.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
named-rrchecker.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
named-rrchecker.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
nsec3hash.c Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
nsec3hash.rst Use semantic markup for :program: self-references 2022-03-14 10:46:36 +01:00