Files
bind9/bin/named
Tony Finch 7b71b1020f Ensure that named_server_t is properly initialized
There was a ubsan error reporting an invalid value for interface_auto
(a boolean value cannot be 190) because it was not initialized. To
avoid this problem happening again, ensure the whole of the server
structure is initialized to zero before setting the (relatively few)
non-zero elements.
2022-09-12 10:35:39 +01:00
..
2022-06-30 15:24:08 +02:00
2022-09-06 08:55:07 +00:00
2022-05-03 12:38:59 +00:00
2022-08-15 11:44:20 +02:00