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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 9532CC12002 for ; Wed, 21 Jul 2021 14:04:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 769A06124B for ; Wed, 21 Jul 2021 14:04:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237827AbhGUNX1 (ORCPT ); Wed, 21 Jul 2021 09:23:27 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:50076 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236733AbhGUNX1 (ORCPT ); Wed, 21 Jul 2021 09:23:27 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 53D4422542; Wed, 21 Jul 2021 14:04:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1626876243; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=s9o5gw9ee0BD/0Um0CZpQOb6GDHM/3tjfz/lIISVRp4=; b=WSGqcjGOyZEsx6Msf22k8vBCsvlqjB1aMEC+ueHQAA6GBdDMcYCaDT27zTsKALJdGMqlLp X2BXa6xBXJggy9+hLHpOSYCtb+qz26ajjD6CcpVHD1gw6eFrwiGpoSMVLKngqsO+zsE/rT hBwGuZxouGBZ3c/ZKRCfWZdeDhu5xMw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1626876243; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=s9o5gw9ee0BD/0Um0CZpQOb6GDHM/3tjfz/lIISVRp4=; b=epxNEq9ZSIqRgjr4zKxlLV7S9yYYHwkZ7xYZG1bT186rj4q/B7vGzhZMQ3UQUzBcm+SC6V 0N2EI5GsVBB8SNBA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 3E053A3B84; Wed, 21 Jul 2021 14:04:03 +0000 (UTC) Date: Wed, 21 Jul 2021 16:04:03 +0200 Message-ID: From: Takashi Iwai To: Dan Carpenter Cc: Jaroslav Kysela , Takashi Iwai , Leon Romanovsky , alsa-devel@alsa-project.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] ALSA: korg1212: Fix crash in snd_korg1212_create() In-Reply-To: <20210721140122.GA5251@kili> References: <20210721140122.GA5251@kili> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On Wed, 21 Jul 2021 16:01:22 +0200, Dan Carpenter wrote: > > The "dsp_code" is not initialized until the next line so we can't > dereference it. > > Fixes: b5cde369b618 ("ALSA: korg1212: Allocate resources with device-managed APIs") > Signed-off-by: Dan Carpenter Thanks, it's already addressed by commit d364a600d6ed. Takashi