From patchwork Sun Jul 29 19:08:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 10548285 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 318B51751 for ; Sun, 29 Jul 2018 19:08:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 241D829D87 for ; Sun, 29 Jul 2018 19:08:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1846929D94; Sun, 29 Jul 2018 19:08:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7F85629D89 for ; Sun, 29 Jul 2018 19:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726899AbeG2Uja (ORCPT ); Sun, 29 Jul 2018 16:39:30 -0400 Received: from gofer.mess.org ([88.97.38.141]:57255 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726646AbeG2Uja (ORCPT ); Sun, 29 Jul 2018 16:39:30 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 11750601FD; Sun, 29 Jul 2018 20:08:02 +0100 (BST) Date: Sun, 29 Jul 2018 20:08:02 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT FIXES FOR v4.18] out of bounds memory read Message-ID: <20180729190802.vcjfbjoixwhgrmgp@gofer.mess.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mauro, Please pull this fix for v4.18, if possible. Thanks, Sean The following changes since commit 92cab799bbc6fa1fca84bd1692285a5f926c17e9: media: bpf: ensure bpf program is freed on detach (2018-07-26 08:39:18 -0400) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git for-v4.18g for you to fetch changes up to 0922465cba37c45c1db0786b7fa1ea822bd647a5: media: rc: read out of bounds if bpf reports high protocol number (2018-07-29 16:31:45 +0100) ---------------------------------------------------------------- Sean Young (1): media: rc: read out of bounds if bpf reports high protocol number drivers/media/rc/rc-main.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)