[linux] 03/03: ext4: Fix null dereference in ext4_fill_super() (CVE-2015-8324)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Dec 1 03:08:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch squeeze-security
in repository linux.

commit 7d4dbe3d7bd51616d619294c719f0541ed756204
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Dec 1 03:08:24 2015 +0000

    ext4: Fix null dereference in ext4_fill_super() (CVE-2015-8324)
---
 .../bugfix/all/ext4-fix-null-dereference-in-ext4_fill_super.patch       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/bugfix/all/ext4-fix-null-dereference-in-ext4_fill_super.patch b/debian/patches/bugfix/all/ext4-fix-null-dereference-in-ext4_fill_super.patch
index 33e990f..877c12b 100644
--- a/debian/patches/bugfix/all/ext4-fix-null-dereference-in-ext4_fill_super.patch
+++ b/debian/patches/bugfix/all/ext4-fix-null-dereference-in-ext4_fill_super.patch
@@ -21,7 +21,7 @@ Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
  				es->s_state |= cpu_to_le16(EXT4_ERROR_FS);
  				ext4_commit_super(sb, 1);
 -				goto failed_mount4;
-+				goto failed_wq;
++				goto failed_mount_wq;
  			}
  		}
  	} else if (test_opt(sb, NOLOAD) && !(sb->s_flags & MS_RDONLY) &&

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list