Subject: CVS commit: syssrc/sys/arch/x86_64/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/03/2002 04:05:43
Module Name: syssrc
Committed By: thorpej
Date: Thu Jan 3 02:05:43 UTC 2002
Modified Files:
syssrc/sys/arch/x86_64/include: stdarg.h
Log Message:
Add casts to the __lint__ version of va_arg() to avoid dereferencing
non-pointer arguments in cases like: foo = *va_arg(ap, int *);
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/x86_64/include/stdarg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.