From f29eee339fbe275e25d40ae0409dd951b30cf44b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 8 Jun 1998 16:46:54 +0000 Subject: buf oflow; chris@ferret.lmh.ox.ac.uk --- lib/libc/rpc/svc_auth_unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index 079aa98aa7c..df39fecbf0a 100644 --- a/lib/libc/rpc/svc_auth_unix.c +++ b/lib/libc/rpc/svc_auth_unix.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.4 1996/11/14 06:33:11 etheisen Exp $"; +static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.5 1998/06/08 16:46:53 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -64,8 +64,8 @@ _svcauth_unix(rqst, msg) int area_gids[NGRPS]; } *area; u_int auth_len; - int str_len, gid_len; - register int i; + u_int str_len, gid_len; + register u_int i; area = (struct area *) rqst->rq_clntcred; aup = &area->area_aup; -- cgit v1.2.3