Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/x86_64/include
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.
Home |
Main Index |
Thread Index |
Old Index