From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bradley Grove Subject: Re: [PATCH] scsi: esas2r: fix potential format string flaw Date: Wed, 11 Sep 2013 11:38:43 -0400 Message-ID: <52308E83.3090905@attotech.com> References: <20130911043848.GA17221@www.outflux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from sw.attotech.com ([208.69.85.34]:42736 "EHLO NOTESERV1.attotech.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755028Ab3IKPit (ORCPT ); Wed, 11 Sep 2013 11:38:49 -0400 In-Reply-To: <20130911043848.GA17221@www.outflux.net> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Kees Cook , "James E.J. Bottomley" , linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bradley Grove On 09/11/2013 12:38 AM, Kees Cook wrote: > This makes sure format strings cannot leak into the printk call via the > constructed buffer. > > Signed-off-by: Kees Cook > --- Acked-by: Bradley Grove Brad