Module Name: src Committed By: isaki Date: Sun Apr 28 14:44:46 UTC 2013
Modified Files: src/sys/arch/x68k/dev: ite_tv.c Log Message: Fix a kernel panic by printf(1). The 2nd byte of ISO-2022-JP must be 0x21-0x7e. Especially, the character code less than 0x2121 causes SEGV, because a font address points outside of the CGROM. Reported by tsutsui@. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x68k/dev/ite_tv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.