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 ACA96C19F2C for ; Mon, 1 Aug 2022 21:15:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231340AbiHAVP4 (ORCPT ); Mon, 1 Aug 2022 17:15:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233286AbiHAVPu (ORCPT ); Mon, 1 Aug 2022 17:15:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C07B1113 for ; Mon, 1 Aug 2022 14:15:49 -0700 (PDT) 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 16B42B8171F for ; Mon, 1 Aug 2022 21:15:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id AF455C4347C; Mon, 1 Aug 2022 21:15:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659388546; bh=SigmyKg9zGZ491O1QvKfB3jB8tTbAYq3hI8aj5wj1S4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dWfxy8uQKmuwpRCi39YFKdY6GawDCzUumA0RokIuITM6Fe0Zvp2cYUQ1M0GVE+pAz ChuyUS4SZM/tsJn6KyyIPLEap78o4c9Qa1YqvRnBE1WVRDjnurAJHn7TGe9XWIIM63 qKlH/vZg1RHL2STudQCMc3q+MJmFfN4KgKiOmP1KdFPt8odZ/PgC1JmEjgRL1lOx9+ 4gMqlhqfwr7lPUGTbnwOPm+waI/8zZEYfzkzUZxM4h9AncmxUwnn/+Yr7ymrPCh174 15qV1098w88iKNA/U32THkmMb+GpEDowfi1smOTYD/HtarvQIm/o7JQXHXZvr1yg3i s0GRkLIhlTpHw== 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 94C25C43146; Mon, 1 Aug 2022 21:15:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Bluetooth: ISO: Fix memory corruption From: patchwork-bot+bluetooth@kernel.org Message-Id: <165938854660.17345.11966028525183997597.git-patchwork-notify@kernel.org> Date: Mon, 01 Aug 2022 21:15:46 +0000 References: <20220729181041.1571220-1-luiz.dentz@gmail.com> In-Reply-To: <20220729181041.1571220-1-luiz.dentz@gmail.com> To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Fri, 29 Jul 2022 11:10:41 -0700 you wrote: > From: Luiz Augusto von Dentz > > The following memory corruption can happen since iso_pinfo.base size > did not account for its headers (4 bytes): > > net/bluetooth/eir.c > 76 memcpy(&eir[eir_len], data, data_len); > ^^^^^^^ ^^^^^^^^ > 77 eir_len += data_len; > 78 > 79 return eir_len; > 80 } > > [...] Here is the summary with links: - Bluetooth: ISO: Fix memory corruption https://git.kernel.org/bluetooth/bluetooth-next/c/c5d36b8a7dbd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html