From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7806D2C0285 for ; Thu, 27 Nov 2025 05:08:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764220081; cv=none; b=G8YwLDd8C9VU8uFdvpkILi13et70xp7GjYYEYRf5y3K8sP++l1iMJWDLi4nPC9sGoqwiqDJsZwPXpUMvzt/ir23GBRlWVVeTKl1YCunzynUxfglvG+hLBeY2E0W3YbhXBNh5o5mciST5MxxdUzn0gdRvaU3g9BrWHq4jo86qgek= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764220081; c=relaxed/simple; bh=buS3fXff9RtU9POJtbx+uFfb8YaU5bG/+MGxsoDAYDI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PXVqqRbg58g969uRbet9sfMCCjE+0ekdtbcFylaIiIWL1PFx8RLcgy4NnfUcs+lKCZb0nZcbfX9ny0KbghS/JntwEFJq7QtP2YIVUd5wYW9ArXYOWiPLSXVpX/chIN3sQz4KTfxJePK7LwWUgKufPYmMQ0d6ECNwVfAmr4bFKsk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=e3qGOtw5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="e3qGOtw5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC7DEC4CEF8; Thu, 27 Nov 2025 05:07:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764220081; bh=buS3fXff9RtU9POJtbx+uFfb8YaU5bG/+MGxsoDAYDI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e3qGOtw5BmJyfA3QxOZ0DjZyK5WfaQDSTZoHPhtXv/2MZ5cY6X7EKdHr3YwFYkihW wQXthHphl6ijMVkMXFPq4Ff2+LxSBy/GgNyuT2b7oy+qTYvJa0g0hDHUNYuSw30r0E CfMWAxsF1gFtZwpMQv88y00NoQpnB2PW/DnVV1WPqZQqF3WRVZmk0+CAz4dcasf4aM gPd5HfX18H781vxb6bpMDaqiPr0M9PHVCXwG1bT9lqxorCDrO2zAToKTposL4TIzOg 4WPZC3/DhYHUA86hKJ7RhODKzq+GEG93D4kFT82v0JI7oUNNLW/RH9OQHNSH1s/8Qv BsHoQWGyUXcMQ== Date: Thu, 27 Nov 2025 07:07:55 +0200 From: Mike Rapoport To: Dan Carpenter Cc: Dan Carpenter , Pasha Tatashin , Andrew Morton , linux-kernel@vger.kernel.org, Pratyush Yadav Subject: Re: [PATCH 0/2] liveupdate: luo_session: Fix a couple Smatch issues Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: (added Dan Carpenter) On Wed, Nov 26, 2025 at 05:51:23PM +0300, Dan Carpenter wrote: > Smatch detected these two bugs. > > Dan Carpenter (2): > liveupdate: luo_session: Fix uninitialized variable in > luo_session_setup_outgoing() > liveupdate: luo_session: Fix use after free in > luo_session_deserialize() > > kernel/liveupdate/luo_session.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > -- > 2.51.0 > -- Sincerely yours, Mike.