Subject: Re: CVS commit: src/lib/libc/rpc
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 04/05/2003 07:10:00
Christos Zoulas <christos@netbsd.org> typed:
: Module Name:	src
: Committed By:	christos
: Date:		Sat Apr  5 03:47:19 UTC 2003
: 
: Modified Files:
: 	src/lib/libc/rpc: svc_simple.c
: 
: Log Message:
: PR/21014: Tom Lyon: Failure to clear string by passing the wrong size to memset
: 
: cvs rdiff -r1.23 -r1.24 src/lib/libc/rpc/svc_simple.c

Except that pl->p_recvsz is of type int and will need to be cast to size_t
for memset()

Regards,
Geoff