Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 03/17/2006 06:31:58
Module Name: src
Committed By: erh
Date: Fri Mar 17 06:31:58 UTC 2006
Modified Files:
src/sys/arch/x86/x86: linux_trap.c
Log Message:
Fix Coverity issue 1471. Shouldn't actually be problem, but the array
bounds checks to figure out which signal to issue were off by one.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/x86/linux_trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.