r3786 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Simon Horman horms at costa.debian.org
Tue Aug 9 10:49:48 UTC 2005


Author: horms
Date: 2005-08-09 10:49:48 +0000 (Tue, 09 Aug 2005)
New Revision: 3786

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch
Log:
fix diffing

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch	2005-08-09 10:49:40 UTC (rev 3785)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch	2005-08-09 10:49:48 UTC (rev 3786)
@@ -1,5 +1,12 @@
---- fs/ext2/xattr.c.orig	2005-08-09 17:59:44.000000000 +0900
-+++ fs/ext2/xattr.c	2005-08-09 17:59:46.000000000 +0900
+# Source: Andreas Gruenbacher agruen at suse.de 
+# Desritiption: [Security] Long-standing xattr sharing bug
+# Upstream: Included
+# Revision Date: Tue, 09 Aug 2005 18:30:56 +0900
+# Ref: http://acl.bestbits.at/pipermail/acl-devel/2005-February/001848.html
+# Ref: http://www.novell.com/linux/security/advisories/2005_18_kernel.html
+# Ref: http://lists.debian.org/debian-kernel/2005/08/msg00238.html
+--- a/fs/ext2/xattr.c	2005-08-09 17:59:44.000000000 +0900
++++ b/fs/ext2/xattr.c	2005-08-09 17:59:46.000000000 +0900
 @@ -977,6 +977,7 @@
  		if (IS_LAST_ENTRY(entry2))
  			return 1;
@@ -8,7 +15,7 @@
  		    entry1->e_name_len != entry2->e_name_len ||
  		    entry1->e_value_size != entry2->e_value_size ||
  		    memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
---- fs/ext3/xattr.c.orig	2005-08-09 17:58:31.000000000 +0900
+--- afs/ext3/xattr.c.orig	2005-08-09 17:58:31.000000000 +0900
 +++ fs/ext3/xattr.c	2005-08-09 17:58:50.000000000 +0900
 @@ -1025,6 +1025,7 @@
  		if (IS_LAST_ENTRY(entry2))




More information about the Kernel-svn-changes mailing list