=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/radix.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/Attic/radix.c 2000/04/26 20:56:29 1.9 +++ src/usr.bin/ssh/Attic/radix.c 2000/05/04 22:38:00 1.10 @@ -69,7 +69,7 @@ int -creds_to_radix(CREDENTIALS *creds, unsigned char *buf) +creds_to_radix(CREDENTIALS *creds, unsigned char *buf, size_t buflen) { char *p, *s; int len; @@ -119,7 +119,7 @@ p += creds->ticket_st.length; len = p - temp; - return (uuencode((unsigned char *)temp, len, (char *)buf)); + return (uuencode((unsigned char *)temp, len, (char *)buf, buflen)); } int