Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/sys/arch/i386/i386
Module Name: src
Committed By: martin
Date: Tue Jul 31 15:57:11 UTC 2018
Modified Files:
src/sys/arch/i386/i386 [netbsd-8]: trap.c
Log Message:
Pull up following revision(s) (requested by taca in ticket #945):
sys/arch/i386/i386/trap.c: revision 1.290
Don't use a const variable as an array size, because it is not a
constant expression and will cause the array to needlessly become a
variable-size one. Fixes "error: stack protector not protecting local
variables: variable length buffer [-Werror=stack-protector]" when
building i386 with MKDEBUG=YES -V COPTS="-g".
To generate a diff of this commit:
cvs rdiff -u -r1.287.6.1 -r1.287.6.2 src/sys/arch/i386/i386/trap.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