From owner-svn-src-all@FreeBSD.ORG Sat Aug 23 07:15:04 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F3C6C28; Sat, 23 Aug 2014 07:15:04 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25542381B; Sat, 23 Aug 2014 07:15:04 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=i915.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX (FreeBSD)) (envelope-from ) id 1XL5XS-000PET-DY; Sat, 23 Aug 2014 09:15:02 +0200 Message-ID: <53F83F76.2060700@FreeBSD.org> Date: Sat, 23 Aug 2014 09:15:02 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r270388 - head/sys/dev/vt/hw/vga References: <201408230702.s7N72vb4037591@svn.freebsd.org> In-Reply-To: <201408230702.s7N72vb4037591@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 07:15:04 -0000 On 23.08.2014 09:02, Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Sat Aug 23 07:02:57 2014 > New Revision: 270388 > URL: http://svnweb.freebsd.org/changeset/base/270388 > > Log: > vt_vga: Give only the character part of term_char_t to vga_get_cp437() > > This fixes a bug where vga_get_cp437() was called with an invalid > argument. The screen was then filled with '?' instead of the actual > character. > > MFC after: 1 week Reported by: O. Hartmann , delphij@ -- Jean-Sébastien Pédron