summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-02-28 08:10:22 -0500
committerAnthony G. Basile <blueness@gentoo.org>2011-02-28 08:10:22 -0500
commit42262998211e4b831af9cd9a13fbe52ab2b01d0f (patch)
tree57b0271d98e5bccc3ceaa3796ab88c94d114e829
parentUpdate Grsec/PaX (diff)
downloadhardened-patchset-42262998211e4b831af9cd9a13fbe52ab2b01d0f.tar.gz
hardened-patchset-42262998211e4b831af9cd9a13fbe52ab2b01d0f.tar.bz2
hardened-patchset-42262998211e4b831af9cd9a13fbe52ab2b01d0f.zip
Fixed type ldm_eror -> ldm_error20110227
-rw-r--r--2.6.37/4420_grsecurity-2.2.1-2.6.37.2-201102271552.patch2
1 files changed, 1 insertions, 1 deletions
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
index dfef6b7..f9707dc 100644
--- 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
@@ -33686,7 +33686,7 @@ diff -urNp linux-2.6.37.2/fs/partitions/ldm.c linux-2.6.37.2/fs/partitions/ldm.c
vm->vblk_size = get_unaligned_be32(data + 0x08);
+ if (vm->vblk_size == 0) {
-+ ldm_eror ("Illegal VBLK size");
++ ldm_error ("Illegal VBLK size");
+ return false;
+ }
+