From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755040AbZHKOwH (ORCPT ); Tue, 11 Aug 2009 10:52:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754937AbZHKOwG (ORCPT ); Tue, 11 Aug 2009 10:52:06 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:32127 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754834AbZHKOwF (ORCPT ); Tue, 11 Aug 2009 10:52:05 -0400 X-Greylist: delayed 605 seconds by postgrey-1.27 at vger.kernel.org; Tue, 11 Aug 2009 10:52:05 EDT X-IronPort-AV: E=Sophos;i="4.43,360,1246831200"; d="scan'208";a="31036556" Date: Tue, 11 Aug 2009 16:41:58 +0200 From: Samuel Thibault To: Roel Kluin Cc: Andrew Morton , LKML Subject: Re: [PATCH] braille_console: Read buffer overflow Message-ID: <20090811144158.GZ5330@const.bordeaux.inria.fr> Mail-Followup-To: Samuel Thibault , Roel Kluin , Andrew Morton , LKML References: <4A8181FA.2010009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4A8181FA.2010009@gmail.com> User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Roel Kluin, le Tue 11 Aug 2009 16:36:42 +0200, a écrit : > If console_newline is true and console_cursor equals WIDTH Err, that can never happen since when console_newline is true, console_cursor is reset to 0, then incremented to 1. Samuel