Try to fix ctype issues by always calling these functions as
authorMartin Pool <mbp@samba.org>
Thu, 11 Apr 2002 02:25:53 +0000 (02:25 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 11 Apr 2002 02:25:53 +0000 (02:25 +0000)
commit32f761755e2cfee243a1513c9ea9871586463fa6
treeb9b71aa4a423961223f0715756c4c4d81e24afc2
parentc4fea82ff912c596e0e1e49218a67917be8df6df
Try to fix ctype issues by always calling these functions as

if (!isdigit(* (unsigned char *) p)) {

so that the argument is always in the range of unsigned char when
coerced to an int.

(See digit 1.)
access.c
clientserver.c
exclude.c
loadparm.c
params.c
socket.c
util.c