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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0EAFC43217 for ; Thu, 24 Nov 2022 23:37:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbiKXXhv (ORCPT ); Thu, 24 Nov 2022 18:37:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229954AbiKXXhi (ORCPT ); Thu, 24 Nov 2022 18:37:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84CD331FAE; Thu, 24 Nov 2022 15:35:22 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BD773B828FD; Thu, 24 Nov 2022 23:30:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 71813C433D6; Thu, 24 Nov 2022 23:30:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669332616; bh=Z9yUZa4U9UgBEHy8xYQRS04iHfkW2jbGjpKVxRd8HEk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=i+sVmx+qQ7echEisdy5UCq88vKoeuuMI7DmJcnxRDMPzip9IKKzqqqCmAWPvQChIa ec/s8nJEbCWLaxx/WI8X2U2kOg1QbtgH667PXq6usOs6HmFv73HsBlEhVQnCF5+9G5 3b8f1jflZmQ2iG7S+SS1CDl3vrCJigCOvLyfTcwdsQk9XpOqBH3exviUZplJgEMXHi W6fRbhuBOWmtJIzkgZru01vYdaltQcvocCZKU0LnyZ5tnlSGYjOuAJIwV0s1baN9VO kcdcxdTDp2F9L8F98ON4W6hLMIIyS3QgVnIemn5EJkxOyTRBlOnxzG8gMXb/0tvnAu xkJnhbd9b/PqA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 541DFE270C7; Thu, 24 Nov 2022 23:30:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] samples/bpf: xdp_router_ipv4_user: Fix write overflow From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166933261633.8867.4416066132556284849.git-patchwork-notify@kernel.org> Date: Thu, 24 Nov 2022 23:30:16 +0000 References: In-Reply-To: To: Rong Tao Cc: ast@kernel.org, rongtao@cestc.cn, daniel@iogearbox.net, davem@davemloft.net, kuba@kernel.org, hawk@kernel.org, john.fastabend@gmail.com, andrii@kernel.org, martin.lau@linux.dev, song@kernel.org, yhs@fb.com, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Tue, 22 Nov 2022 10:32:56 +0800 you wrote: > From: Rong Tao > > prefix_key->data allocates three bytes using alloca(), but four bytes are > accessed in the program. > > Signed-off-by: Rong Tao > > [...] Here is the summary with links: - [bpf-next] samples/bpf: xdp_router_ipv4_user: Fix write overflow https://git.kernel.org/bpf/bpf-next/c/19a2bdbaaddc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html