From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH 1/1] NFC: Fix possible memory corruption when handling SHDLC I-Frame commands Date: Wed, 15 Aug 2018 11:29:56 +0300 Message-ID: <20180815082956.u6grueiyshwgqt3a@mwanda> References: <20180813223910.26276-1-surenb@google.com> <20180814095413.vbjkcjkmytkffyaz@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kees Cook , Security Officers , Kevin Deus , Samuel Ortiz , "David S. Miller" , Allen Pais , linux-wireless , Network Development , LKML To: Suren Baghdasaryan Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Aug 14, 2018 at 03:38:14PM -0700, Suren Baghdasaryan wrote: > The separate fix for the size of pipes[] array is posted here: > https://lkml.org/lkml/2018/8/14/1034 > Thanks! > That's great! Let's add some bounds checking to nfc_hci_msg_rx_work() and nfc_hci_recv_from_llc() as well and then we can close the chapter on these bugs. regards, dan carpenter