[kernel] r12187 - dists/etch-security/linux-2.6.24/debian/patches/bugfix

Dann Frazier dannf at alioth.debian.org
Fri Sep 5 18:06:33 UTC 2008


Author: dannf
Date: Fri Sep  5 18:06:32 2008
New Revision: 12187

Log:
sca_keylength was sca_keylen in 2.6.24


Modified:
   dists/etch-security/linux-2.6.24/debian/patches/bugfix/sctp-auth-key-length-check.patch

Modified: dists/etch-security/linux-2.6.24/debian/patches/bugfix/sctp-auth-key-length-check.patch
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/patches/bugfix/sctp-auth-key-length-check.patch	(original)
+++ dists/etch-security/linux-2.6.24/debian/patches/bugfix/sctp-auth-key-length-check.patch	Fri Sep  5 18:06:32 2008
@@ -11,7 +11,7 @@
     Signed-off-by: Vlad Yasevich <vladislav.yasevich at hp.com>
     Signed-off-by: David S. Miller <davem at davemloft.net>
 
-Adjusted to apply to Debian's 2.6.26 by dann frazier <dannf at hp.com>
+Backported to Debian's 2.6.26 by dann frazier <dannf at hp.com>
 
 diff -urpN linux-source-2.6.26.orig/net/sctp/auth.c linux-source-2.6.26/net/sctp/auth.c
 --- linux-source-2.6.26.orig/net/sctp/auth.c	2008-07-13 15:51:29.000000000 -0600
@@ -34,7 +34,7 @@
  		goto out;
  	}
  
-+	if (authkey->sca_keylength > optlen) {
++	if (authkey->sca_keylen > optlen) {
 +		ret = -EINVAL;
 +		goto out;
 +	}



More information about the Kernel-svn-changes mailing list