Subject: README: important RPC bugfix
To: None <current-users@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 06/12/2000 18:06:17
Folks...
If you have attempted to upgrade to the new TI-RPC, you should
update again as soon as this change hits the anoncvs servers, and
rebuild your libc, and then rebuild the world. Fixes a serious
problem (obviously :-).
----- Forwarded message from Jason R Thorpe <thorpej@netbsd.org> -----
To: source-changes@netbsd.org
Date: Mon, 12 Jun 2000 18:02:45 -0700 (PDT)
From: Jason R Thorpe <thorpej@netbsd.org>
Subject: CVS commit: basesrc
Module Name: basesrc
Committed By: thorpej
Date: Tue Jun 13 01:02:45 UTC 2000
Modified Files:
basesrc/include/rpc: types.h
Log Message:
Make the RPC mem_alloc() macro use calloc() to prevent RPC from
using only partially-initialized data structures.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/include/rpc/types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
----- End forwarded message -----
--
-- Jason R. Thorpe <thorpej@zembu.com>