NetBSD/lib/libedit
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
..
TEST
readline Use relative path for symlink target so that it won't point outside of tree. 2001-05-16 07:09:26 +00:00
Makefile
chared.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
chared.h
common.c
editline.3 End sentence with a dot. 2001-04-02 18:29:49 +00:00
editrc.5 `existent', not `existant' 2001-06-19 13:42:07 +00:00
el.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
el.h
emacs.c
hist.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
hist.h
histedit.h
history.c
key.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
key.h
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
readline.c
refresh.c rename 3 arg ELRE_DEBUG to ELRE_ASSERT, add 2 arg ELRE_DEBUG, and change all 2001-04-13 00:53:11 +00:00
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
term.c
term.h
tokenizer.c
tokenizer.h
tty.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
tty.h
vi.c