]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: Fix a bug in allow-query/allow-transfer catalog zone custom properties
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 21:10:08 +0000 (21:10 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 21:10:08 +0000 (21:10 +0000)
commit9e5a52e6fa09644da481f1ca1c4ba143da2f6b7d
treec40fba7c14c7f5d46b7bd3245446bcb3621fe9d7
parent0b5874d3e10676659983edc2f7011e0e899ecca3
parent084a0f47a754511ab38106aea4e7a264a3dfa119
[9.18] fix: usr: Fix a bug in allow-query/allow-transfer catalog zone custom properties

The :iscman:`named` process could terminate unexpectedly when
processing a catalog zone with an invalid ``allow-query`` or
``allow-transfer`` custom property (i.e. having a non-APL type)
coexisting with the valid property. This has been fixed.

Closes #5941

Backport of MR !11954

Merge branch 'backport-5941-catz-catz_process_apl-bug-fix-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11976