Received: by mail.netbsd.org (Postfix, from userid 605) id BEDF7855B5; Wed, 25 Jan 2017 15:40:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A6098557E for ; Wed, 25 Jan 2017 15:40:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4FLpxGy2tD16 for ; Wed, 25 Jan 2017 15:40:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E7AEC85572 for ; Wed, 25 Jan 2017 15:40:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1C4EFBA6; Wed, 25 Jan 2017 15:40:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 15:40:31 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: src/sys/dev/wscons To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170125154031.E1C4EFBA6@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jonathan A. Kollasch" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jakllsch Date: Wed Jan 25 15:40:31 UTC 2017 Modified Files: src/sys/dev/wscons: wsdisplay.c Log Message: Double size of WSDISPLAYIO_SFONT name buffer to 32 characters. We've got a font known as "DejaVu Sans Mono", and that is 17 bytes by the time it's NUL terminated. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/dev/wscons/wsdisplay.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.