Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: ragge
Date: Sat Aug 30 07:54:33 UTC 2003
Modified Files:
src/sys/kern: kern_malloc.c
Log Message:
Do not cast a pointer to a pointer with different basic type when given
as function argument. It makes assumptions about pointer internals
that do not necessarily have to be true.
To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/kern/kern_malloc.c
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