NetBSD/usr.bin/rdist
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
..
cron.entry RCS ID police 1999-02-15 04:54:34 +00:00
defs.h More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
docmd.c apply patches in PR bin/9249: rdist doesn't remove temporary file, from 2000-06-12 04:43:11 +00:00
expand.c de-ja-vous 1998-12-19 20:32:17 +00:00
gram.y WARNSify, fix .Nm usage, deprecate register, s/[br]*/[ms]*/ 1997-10-19 13:58:48 +00:00
lookup.c WARNSify, fix .Nm usage, deprecate register, s/[br]*/[ms]*/ 1997-10-19 13:58:48 +00:00
main.c apply patches in PR bin/9249: rdist doesn't remove temporary file, from 2000-06-12 04:43:11 +00:00
Makefile Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, 2000-07-03 02:51:12 +00:00
pathnames.h
rdist.1 More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:16:34 +00:00
server.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00