Files
bind9/cocci/unsigned-int.spatch
Michal Nowak 885b095a15 Disable unsigned-int spatch in models.c and sdlz.c
coccinelle v1.1 reports the following failure:

    EXN: Failure("./lib/dns/sdlz.c: 172: try to delete an expanded token: unsigned") in ./lib/dns/sdlz.c

coccinelle v1.2 reports the following failure:

    EXN: Failure("./util/models.c: 21: try to delete an expanded token: unsigned") in ./util/models.c

(cherry picked from commit 7fb6be62e0)
2024-12-13 13:50:06 +00:00

6 lines
101 B
Plaintext

@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c")@
@@
- unsigned
+ unsigned int