NetBSD/usr.sbin/sup
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
lib set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> 1999-03-13 23:17:46 +00:00
source va_{start,end} audit: 2001-09-24 13:22:25 +00:00
sup Kill .NOPATH, and fix some DPADDs. 2001-01-18 03:28:19 +00:00
supfilesrv Kill .NOPATH, and fix some DPADDs. 2001-01-18 03:28:19 +00:00
supscan Kill .NOPATH, and fix some DPADDs. 2001-01-18 03:28:19 +00:00
Makefile convert to using .WAIT 2001-01-09 03:13:39 +00:00
Makefile.inc Use PRINTOBJDIR. 2001-01-07 08:00:54 +00:00
README

README

$NetBSD: README,v 1.1 1997/10/07 01:33:30 thorpej Exp $

This is the CMU sup system, converted to use a NetBSD Makefile
infrastructure.  To build the sup system for another operating
system, go into the "source" subdirectory, and use the Makefile
provided there.

	-- Jason R. Thorpe <thorpej@NetBSD.ORG>
	   October 6, 1997