Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/17/1997 17:30:03
christos
Thu Apr 17 13:29:27 EDT 1997
Update of /cvsroot/src/lib/librpcsvc
In directory netbsd1:/var/slash-tmp/cvs-serv6221
Modified Files:
rnusers.x
Log Message:
- Don't use ut_line, when you mean ut_name [does not matter really because
(sizeof(ut_line) == sizeof(ut_name)].
- Don't free bogus memory. xdr_bytes when is called with a non-null array
pointer, it tries to free it. We are passing real arrays to xdr_bytes,
so we really don't want to call free on them.