On Sat, 10 Oct 2015, Theo de Raadt wrote: > > Some isfoo(char) usages crept back into ftp > > Hmm. I wonder how we can keep these errors out of base. > Having to re-audit all the time is painful.
Right now, _ctype_ is a generic const char * pointer. Maybe there's way to make it a pointer to char[257] that would convince the compiler to check this?
