]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix assertion failure when processing access control lists
authorArаm Sаrgsyаn <aram@isc.org>
Tue, 10 Sep 2024 10:33:56 +0000 (10:33 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 10 Sep 2024 10:33:56 +0000 (10:33 +0000)
commit6bb4070685c1eb045b9528adcaaa93ace34a376b
tree9eb620e02746366661784c322022974af6ea4216
parent0d2482c62e90c46280ddd82978047c366423d472
parent0367c60759643c54dd3ef4bab7cecee0a3004db8
fix: usr: Fix assertion failure when processing access control lists

The named process could terminate unexpectedly when processing ACL. This has been fixed.

Closes #4908

Merge branch '4908-acl-assertion-failure' into 'main'

See merge request isc-projects/bind9!9458