[krbdev.mit.edu #3445] ctype issues

Jeffrey Altman via RT rt-comment at krbdev.mit.edu
Thu Feb 9 16:09:11 EST 2006


The following files have issues with conversion of signed char to int 
when used with islower, isupper, tolower, and toupper.

       gssftp/cmds.c has "char *tp" cast to (int)
       telnet/telnet/telnet.c has "char c" cast to (int)
       lib/kadm5/srv/server_misc.c has "char c" cast to (int)
       lib/kadm5/srv/server_acl.c has "char *op" cast to (int)
       lib/krb5/os/hst_realm.c has "char c" and "char *cp" cast to (int)
       lib/krb4/kparse.c has "char *q" cast to (int)
       lib/krb5/krb/conv_princ.c has "char *cp" cast to (int)
       lib/krb5/os/sn2princ.c has "register char *cp" cast to (int)

Jeffrey Altman




More information about the krb5-bugs mailing list