Date: Sun, 31 Aug 2014 07:08:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193192] vt keymaps with Unicode characters crash X server on start Message-ID: <bug-193192-13-U0RaiRIcPf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193192-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193192-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193192 --- Comment #1 from Stefan Esser <se@FreeBSD.org> --- Created attachment 146584 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146584&action=edit Work around X11 server crash with vt and Unicode characters >= 0x100 The attached patch works around the problem by returning 0 instead of an out-of-range value for Unicode code points >= 0x100. It is meant to be put into the files sub-directory of the x11-drivers/xf86-input-keyboard port. This is not a fix, but allows to use the X server at least with the keys defined in ISO Latin-1 ... -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193192-13-U0RaiRIcPf>