From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <54B171D8.6020301@nod.at> Date: Sat, 10 Jan 2015 19:39:20 +0100 From: Richard Weinberger MIME-Version: 1.0 To: Jonathan Cameron , Harald Geyer CC: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, sanjeev_sharma@mentor.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 1/3,RESEND] iio: dht11: Fix out-of-bounds read References: <1417563176-31972-1-git-send-email-richard@nod.at> <54A53FBF.5000003@kernel.org> <7e4f6a70e48afe96457ebbcf07572224@imap.cosmopool.net> <54A680F8.30209@nod.at> <54A91DA1.6080107@kernel.org> <54AA97B9.7040703@nod.at> <54B10997.6090708@kernel.org> In-Reply-To: <54B10997.6090708@kernel.org> Content-Type: text/plain; charset=windows-1252 List-ID: Am 10.01.2015 um 12:14 schrieb Jonathan Cameron: > On 07/01/15 12:15, Harald Geyer wrote: >> As we access i-1 we must not start with i=0. >> >> From: Richard Weinberger >> Signed-off-by: Richard Weinberger >> Acked-by: Hartmut Knaack >> Acked-by: Harald Geyer >> Reviewed-by: Sanjeev Sharma >> --- >> Resending again to get the metadata right. > Putting a From: in doesn't work, you need to use git commit --amend --author to > fix it up. Or just use "git am" to apply a patch to a tree and keep the original author. If you use "git format-patch" later it will produce the correct "From:". Thanks, //richard