|
From: nia <no...@gi...> - 2025-11-19 10:44:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 5ca191c43ca286dd63cd5199aed7120360fb8ca9 https://github.com/OpenSC/pkcs11-helper/commit/5ca191c43ca286dd63cd5199aed7120360fb8ca9 Author: nia <ni...@Ne...> Date: 2025-11-19 (Wed, 19 Nov 2025) Changed paths: M lib/pkcs11h-util.c Log Message: ----------- util: fix usage of ctype function The argument of these functions is of type int, but only a very restricted subset of values are actually valid. The argument must either be the value of the macro EOF (which has a negative value), or must be a non-negative value within the range representable as unsigned char. Passing invalid values leads to undefined behavior. Signed-off-by: Nia Alarie <ni...@Ne...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |