Control: forwarded -1 https://gitlab.isc.org/isc-projects/bind9/-/issues/2413 Control: severity -1 grave Control: retitle -1 named: segfault with named ACL
Hi, > The issue is filled upstream as > > https://gitlab.isc.org/isc-projects/bind9/-/issues/2413 > <https://gitlab.isc.org/isc-projects/bind9/-/issues/2413> So, according to upstream this is reproducible with named ACLs like this --- acl "example" { 192.0.2.17/32; }; options { port 5300; pid-file none; }; zone "example.com" { type master; file "example.com"; allow-update { "example"; }; }; --- There is a draft patch available in https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/4592. I'm going to defer the planned upload to buster-backports until this is resolved and I've marked the bug with RC severity. Bernhard

