From patchwork Fri Jan 28 20:37:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Hardy CVE-2010-3873, memory corruption in X.25 facilities parsing Date: Fri, 28 Jan 2011 10:37:47 -0000 From: Tim Gardner X-Patchwork-Id: 80891 Message-Id: <20110128203747.2A7A3F89F8@sepang.rtg.net> To: kernel-team@lists.ubuntu.com The following changes since commit 726f4409a25c6c39b57efcb52375c9c5490c809d: Linus Torvalds (1): net: Truncate recvfrom and sendto length to INT_MAX., CVE-2010-3859 are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-hardy.git CVE-2010-3873 andrew hendry (1): memory corruption in X.25 facilities parsing, CVE-2010-3873 net/x25/x25_facilities.c | 8 ++++---- net/x25/x25_in.c | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) >From 5f702dc29cadc092040622d1a653d74557da1834 Mon Sep 17 00:00:00 2001 From: andrew hendry Date: Wed, 3 Nov 2010 12:54:53 +0000 Subject: [PATCH] memory corruption in X.25 facilities parsing, CVE-2010-3873 BugLink: http://bugs.launchpad.net/bugs/709372 CVE-2010-3873 Backported from a6331d6f9a4298173b413cf99a40cc86a9d92c37 by Tim Gardner Signed-of-by: Andrew Hendry Signed-off-by: David S. Miller Signed-off-by: Tim Gardner Acked-by: Stefan Bader --- net/x25/x25_facilities.c | 8 ++++---- net/x25/x25_in.c | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-)