]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitdbfc344e637d216a406fbe3a0028de4f3f8eb399
tree7c07635cf205f74353d37a139dea6c08134a6376
parent60288be50f79fdeb283ca1a4b694bb43ffb2edbf
parent5ccfb936cae94108d59508a01cd921881429b0c0
fix: test: Fix strstr const inheritance issue in test code

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