Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-patchset:master commit in: 2.6.37/
Date: Mon, 28 Feb 2011 13:12:08
Message-Id: 42262998211e4b831af9cd9a13fbe52ab2b01d0f.blueness@gentoo
1 commit: 42262998211e4b831af9cd9a13fbe52ab2b01d0f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 13:10:22 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 13:10:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=42262998
7
8 Fixed type ldm_eror -> ldm_error
9
10 ---
11 ...20_grsecurity-2.2.1-2.6.37.2-201102271552.patch | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/2.6.37/4420_grsecurity-2.2.1-2.6.37.2-201102271552.patch b/2.6.37/4420_grsecurity-2.2.1-2.6.37.2-201102271552.patch
15 index dfef6b7..f9707dc 100644
16 --- a/2.6.37/4420_grsecurity-2.2.1-2.6.37.2-201102271552.patch
17 +++ b/2.6.37/4420_grsecurity-2.2.1-2.6.37.2-201102271552.patch
18 @@ -33686,7 +33686,7 @@ diff -urNp linux-2.6.37.2/fs/partitions/ldm.c linux-2.6.37.2/fs/partitions/ldm.c
19
20 vm->vblk_size = get_unaligned_be32(data + 0x08);
21 + if (vm->vblk_size == 0) {
22 -+ ldm_eror ("Illegal VBLK size");
23 ++ ldm_error ("Illegal VBLK size");
24 + return false;
25 + }
26 +