Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/17/2001 03:07:11
Module Name: basesrc
Committed By: lukem
Date: Wed Jan 17 01:07:10 UTC 2001
Modified Files:
basesrc/lib/libc/rpc: xdr.c
Log Message:
don't _DIAGASSERT(cp != NULL) until after cnt is checked for != 0.
other stuff in the rpc systems (e.g, authnone_create() with _null_auth)
trigger this assertion otherwise
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/lib/libc/rpc/xdr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.