]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Exclude lib/dns/include/dns/db.h from unsigned-int.spatch
authorMark Andrews <marka@isc.org>
Wed, 8 Oct 2025 06:25:05 +0000 (17:25 +1100)
committerMark Andrews <marka@isc.org>
Wed, 8 Oct 2025 06:25:05 +0000 (17:25 +1100)
commit0666ea491bc8075be58b3c69342ffebd0cb0f075
tree19a153478e837c9311e250c1f3747e498ed7ad21
parentf1a7cca213df9338e86f46f80a6407f3de78174e
parentd89a5350402b64efc104ad3d5a132930a0de350b
fix: nil: Exclude lib/dns/include/dns/db.h from unsigned-int.spatch

Disable unsigned-int spatch in db.h to silence the following error from coccinelle v1.1:

```
EXN: Failure("./lib/dns/include/dns/db.h: 188: try to delete an expanded token: unsigned") in ./lib/dns/include/dns/db.h
```

Merge branch 'marka-cocci-fix' into 'main'

See merge request isc-projects/bind9!11062