pull request: batman-adv 2013-03-11
Message ID | 1363039948-27190-1-git-send-email-ordex@autistici.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <ordex@autistici.org> Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=82.221.99.153; helo=diserzione.investici.org; envelope-from=ordex@autistici.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from diserzione.investici.org (diserzione.investici.org [82.221.99.153]) by open-mesh.org (Postfix) with ESMTPS id D21EA601AAD for <b.a.t.m.a.n@lists.open-mesh.org>; Mon, 11 Mar 2013 23:13:48 +0100 (CET) Received: from [82.221.99.153] (diserzione [82.221.99.153]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 3F1DB180EA6; Mon, 11 Mar 2013 22:13:45 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 diserzione.investici.org 3F1DB180EA6 From: Antonio Quartulli <ordex@autistici.org> To: davem@davemloft.net Date: Mon, 11 Mar 2013 23:12:27 +0100 Message-Id: <1363039948-27190-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.8.1.5 Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] pull request: batman-adv 2013-03-11 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> X-List-Received-Date: Mon, 11 Mar 2013 22:13:49 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davemMessage
Antonio Quartulli
March 11, 2013, 10:12 p.m. UTC
Hello David, This is a single fix intended for net/linux-3.9 brought by Marek Lindner. It ensures that the incoming originator message parsing routine does not try to read beyond the packet boundary causing it to process random data. This bug is in since a while..Please, consider sending this patch to stable. Please pull or let me know if there is any problem! Thank you, Antonio The following changes since commit 7c6baa304b841673d3a55ea4fcf9a5cbf7a1674b: Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-03-11 07:54:29 -0700) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem for you to fetch changes up to b47506d91259c29b9c75c404737eb6525556f9b4: batman-adv: verify tt len does not exceed packet len (2013-03-11 22:59:47 +0100) ---------------------------------------------------------------- Included changes ares: - fix packet parsing routine to avoid to read beyond the packet boundary ---------------------------------------------------------------- Marek Lindner (1): batman-adv: verify tt len does not exceed packet len net/batman-adv/bat_iv_ogm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Comments
From: Antonio Quartulli <ordex@autistici.org> Date: Mon, 11 Mar 2013 23:12:27 +0100 > This is a single fix intended for net/linux-3.9 brought by Marek Lindner. > It ensures that the incoming originator message parsing routine does not > try to read beyond the packet boundary causing it to process random data. > > This bug is in since a while..Please, consider sending this patch to stable. > > > Please pull or let me know if there is any problem! Pulled and queued up for -stable.