NetBSD/usr.sbin/lpr/lpd
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
..
Makefile
extern.h
key.c
lpd.8 Add -W parameter to lpd to disable check for a reserved port, 2001-08-11 01:04:57 +00:00
lpd.c Add -W parameter to lpd to disable check for a reserved port, 2001-08-11 01:04:57 +00:00
lpdchar.c
modes.c Add support for DTR/CTS flow control, from Bill Studenmund. 1997-10-20 08:07:47 +00:00
printjob.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
recvjob.c More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
ttcompat.c