Cast the argument to unsigned char when calling isdigit()
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Mon, 5 Jun 2023 11:09:29 +0000 (13:09 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Jun 2023 13:48:46 +0000 (15:48 +0200)
commit8229874476cc2955e6947cf6d3fee09e13b8c160
tree4c3a9165da3b9c505cd6695f02126ad161930c21
parent18f82df5b14b3fba078c6c5f0f4a0bb8eee6c954
Cast the argument to unsigned char when calling isdigit()

Fixes #21123

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21127)
apps/s_client.c
crypto/LPdir_unix.c
engines/e_loader_attic.c
providers/implementations/storemgmt/file_store.c
test/testutil/provider.c