Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/rpc
Christos Zoulas <christos%netbsd.org@localhost> 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
Home |
Main Index |
Thread Index |
Old Index