]> git.ipfire.org Git - thirdparty/bind9.git/commit
Explicitly cast chars to unsigned chars for <ctype.h> functions
authorOndřej Surý <ondrej@isc.org>
Wed, 20 Sep 2023 15:23:28 +0000 (17:23 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 22 Sep 2023 06:29:17 +0000 (08:29 +0200)
commit29caa6d1f0f32002245abfa838a5eb00dd7ed4e1
treef6b403e337e36e74b29deca1338bb0920127a3c2
parent5ec65ab5d082616716c94ebff94636daf1f789ac
Explicitly cast chars to unsigned chars for <ctype.h> functions

Apply the semantic patch to catch all the places where we pass 'char' to
the <ctype.h> family of functions (isalpha() and friends, toupper(),
tolower()).
bin/tests/system/rpz/testlib/dummylib.c
bin/tests/system/rpz/testlib/test-data.c
contrib/dlz/modules/common/dlz_dbi.c
lib/isc/httpd.c