From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B66DCC46466 for ; Mon, 5 Oct 2020 18:29:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6484D20B80 for ; Mon, 5 Oct 2020 18:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728072AbgJES35 (ORCPT ); Mon, 5 Oct 2020 14:29:57 -0400 Received: from w1.tutanota.de ([81.3.6.162]:34914 "EHLO w1.tutanota.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725960AbgJES35 (ORCPT ); Mon, 5 Oct 2020 14:29:57 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 13115FA03C9; Mon, 5 Oct 2020 18:29:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1601922595; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=e3nRvAMrfUuqH8v5Lf03fytftHDw5teOnq4PUPpYSoM=; b=1NYLTZ1/q+7L2Sv4uQhdoBxrztBFE4UEk2LTAUjQ9uqzpYI5792jG0ZQ4Q2sSmAX af8SnQJq8H7FLallPiJX2KZfpy710Crklgr6w36XVZV+9kP5sp/KDmP46MLrCPCX478 5s8TyauJ4igtngYQshmej1aWLVGP5e+Y6rj3mPviriezN9X/Cchn3TBUW7JMIJA02Nu DOxW9R18awI60CMkvNix+GTgLq18i87K4Z8LH5NRY5HIRf+b/NbaSsolqxHMR3vqbVk TJOo3zkjmohd7Fu13cjXsJFSRTbVreBZbTBye8wPboi86OFMSduyV5FNkSewqAkU/1h q9TI9nbxOA== Date: Mon, 5 Oct 2020 20:29:55 +0200 (CEST) From: ultracoolguy@tutanota.com To: Pavel Machek Cc: Dmurphy , Alexander Dahl , Marek Behun , Linux Kernel , Linux Leds Message-ID: In-Reply-To: <20201005173227.GA6431@duo.ucw.cz> References: <20201005141334.36d9441a@blackhole.sk> <3c5fce56-8604-a7d5-1017-8a075f67061e@ti.com> <966c3f39-1310-dd60-6f33-0d9464ed2ff1@ti.com> <20201005164808.slrtmsvmw4pvwppm@falbala.internal.home.lespocky.de> <20201005173227.GA6431@duo.ucw.cz> Subject: Re: [PATCH] leds: lm3697: Fix out-of-bound access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This:=20 led->num_banks =3D count;=20 Has to be below devm_kzalloc. Else, it's NULL. Oct 5, 2020, 17:32 by pavel@ucw.cz: > Hi! > >> Agh. I added the Signed-off-by in an earlier non-published version of th= e commit, but forgot to add it back. But that doesn't really excuses me. >> >> I attached the (hopefully) final version of this patch.=C2=A0 Pavel, I'l= l send the struct rename separately after I submit this.=20 >> > > Thanks, I applied it with ... some tweaks. I hope I did not break it, > and would not mind testing. > > Best regards, > Pavel > =20 > > --=20 > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/b= log.html >