]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix strstr const inheritance issue in test code
authorMichal Nowak <mnowak@isc.org>
Wed, 8 Apr 2026 09:40:42 +0000 (11:40 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 8 Apr 2026 09:40:42 +0000 (11:40 +0200)
The const property was discarded by a strstr call in test-data.c.
This has been fixed.

Closes #5861

Merge branch '5861-fix-const-inheritance-issue-in-test' into 'bind-9.20'

See merge request isc-projects/bind9!11815


Trivial merge