]> git.ipfire.org Git - thirdparty/bind9.git/commit
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 19:36:35 +0000 (19:36 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 19:36:35 +0000 (19:36 +0000)
commit774e08dee320dc73daa5fbb2bb538e12fd47bcbd
tree1c4616a63b455d576630dc41c0698b2db5233692
parentdeb3694a635ed36ecacee469d0bd7eb638b7aeea
parent67e0090371b4bd4c8933b8644f68a3dbc592a214
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

Merge branch '5941-catz-catz_process_apl-bug-fix' into 'main'

See merge request isc-projects/bind9!11954