4c99916337
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. |
||
---|---|---|
.. | ||
lib | ||
source | ||
sup | ||
supfilesrv | ||
supscan | ||
Makefile | ||
Makefile.inc | ||
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