The various character predicates (isspace and the like) may not be
authorBodo Möller <bodo@openssl.org>
Mon, 10 May 1999 11:18:26 +0000 (11:18 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 10 May 1999 11:18:26 +0000 (11:18 +0000)
commit84a370a4002740d8311e5c6950071dfff436395b
tree620d65dcdcda536fd49f0e38fb856de4aeea60d8
parent93c5624f04a4a371bdbd66af264743f0bad8c516
The various character predicates (isspace and the like) may not be
used with negative char values, so I've added casts to unsigned char.
Maybe what really should be done is change all those arrays and
pointers to type unsigned char [] or unsigned char *, respectively;
but using plain char with those predicates is just wrong, so something
had to be done.
Submitted by:
Reviewed by:
PR:
crypto/bn/bn_print.c
crypto/objects/obj_dat.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_utl.c