NetBSD/lib/libc
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
..
arch On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-07 12:50:01 +00:00
compat-43 Sort sections and SEE ALSO. 2001-09-16 03:02:43 +00:00
db Boring whitespace fixes. 2001-09-16 02:57:26 +00:00
dlfcn
gen Cosmetic changes (including ANSI'fy). 2001-09-19 01:14:51 +00:00
gmon Remove some boring whitespace, sort sections. 2001-09-16 02:29:00 +00:00
hash Standardize and sort sections, remove some whitespace. 2001-09-16 02:28:09 +00:00
include move adjtime and clock_settime where they belong, now that they are C functions. 2001-09-19 21:38:21 +00:00
locale Remove some boring whitespace and fix a section header. 2001-09-16 02:25:37 +00:00
md Readd .Sh COPYRIGHT (needed for man pages generated from this template) 2001-09-16 03:01:43 +00:00
net mdoc'ify. 2001-09-16 15:53:03 +00:00
nls Correct section header. 2001-09-16 02:22:27 +00:00
quad Compile ashldi3.S and lshrdi3.S on m68000. 2001-05-18 15:23:44 +00:00
regex Sort sections and add .Sx in two places. 2001-09-16 02:20:13 +00:00
rpc Mostly punctuation fixes; uppercase some .Sh arguments, and misc. fixes. 2001-09-16 18:51:10 +00:00
softfloat fix WARNS triggered by reachover makefile under regress 2001-03-13 08:15:14 +00:00
stdio va_{start,end} audit: 2001-09-24 13:22:25 +00:00
stdlib Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections, 2001-09-16 01:31:51 +00:00
string make it works. 2001-09-21 16:09:15 +00:00
sys Need string.h for memcpy() prototype. 2001-09-17 23:52:14 +00:00
termios Punctuation nits. 2001-09-16 01:35:41 +00:00
thread-stub
time mdoc'ify 2001-09-16 18:02:44 +00:00
yp sort SEE ALSO, add .An. 2001-09-16 01:33:32 +00:00
Makefile Add pl.msg file to nls/ directory and list it in the Makefile 2001-09-02 13:13:41 +00:00
shlib_version __clone syscall addition. 2001-09-08 00:55:30 +00:00