Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 08/16/2006 13:19:03
Module Name: src
Committed By: yamt
Date: Wed Aug 16 13:19:03 UTC 2006
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
- fix integer overflows.
- bump VMEM_MAXORDER.
should fix "idx < VMEM_MAXORDER" assertion failure reported by
Martijn van Buul on current-users@.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/kern/subr_vmem.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.