SOURCES (LINUX_2_6_20): grsecurity-2.1.10-2.6.20.3.patch, pax-linu...

mguevara mguevara at pld-linux.org
Mon Apr 16 11:34:58 CEST 2007


Author: mguevara                     Date: Mon Apr 16 09:34:58 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- changes up to pax-linux-2.6.20.7-test13.patch

---- Files affected:
SOURCES:
   grsecurity-2.1.10-2.6.20.3.patch (1.1.2.7 -> 1.1.2.8) , pax-linux-2.6.20.patch (1.1.2.18 -> 1.1.2.19) 

---- Diffs:

================================================================
Index: SOURCES/grsecurity-2.1.10-2.6.20.3.patch
diff -u SOURCES/grsecurity-2.1.10-2.6.20.3.patch:1.1.2.7 SOURCES/grsecurity-2.1.10-2.6.20.3.patch:1.1.2.8
--- SOURCES/grsecurity-2.1.10-2.6.20.3.patch:1.1.2.7	Mon Apr 16 11:04:53 2007
+++ SOURCES/grsecurity-2.1.10-2.6.20.3.patch	Mon Apr 16 11:34:52 2007
@@ -30926,15 +30926,6 @@
  			struct flowi *fl, struct rt6_info *rt, 
  			unsigned int flags)
  {
-@@ -690,7 +690,7 @@ static int rawv6_sendmsg(struct kiocb *i
- 	/* Rough check on arithmetic overflow,
- 	   better check is made in ip6_append_data().
- 	 */
--	if (len > INT_MAX)
-+	if ((ssize_t)len  > INT_MAX)
- 		return -EMSGSIZE;
- 
- 	/* Mirror BSD error message compatibility */
 diff -urNp linux-2.6.20.3/net/ipv6/route.c linux-2.6.20.3/net/ipv6/route.c
 --- linux-2.6.20.3/net/ipv6/route.c	2007-03-13 14:27:08.000000000 -0400
 +++ linux-2.6.20.3/net/ipv6/route.c	2007-03-23 08:10:06.000000000 -0400

================================================================
Index: SOURCES/pax-linux-2.6.20.patch
diff -u SOURCES/pax-linux-2.6.20.patch:1.1.2.18 SOURCES/pax-linux-2.6.20.patch:1.1.2.19
--- SOURCES/pax-linux-2.6.20.patch:1.1.2.18	Wed Apr 11 14:58:31 2007
+++ SOURCES/pax-linux-2.6.20.patch	Mon Apr 16 11:34:53 2007
@@ -18045,15 +18045,6 @@
  			struct flowi *fl, struct rt6_info *rt, 
  			unsigned int flags)
  {
-@@ -690,7 +690,7 @@ static int rawv6_sendmsg(struct kiocb *i
- 	/* Rough check on arithmetic overflow,
- 	   better check is made in ip6_build_xmit
- 	 */
--	if (len < 0)
-+	if ((ssize_t)len < 0)
- 		return -EMSGSIZE;
- 
- 	/* Mirror BSD error message compatibility */
 diff -NurpX linux-2.6.20.3-pax/Documentation/dontdiff linux-2.6.20.3/net/ipv6/route.c linux-2.6.20.3-pax/net/ipv6/route.c
 --- linux-2.6.20.3/net/ipv6/route.c	2007-02-04 19:44:54.000000000 +0100
 +++ linux-2.6.20.3-pax/net/ipv6/route.c	2007-02-05 00:56:23.000000000 +0100
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.10-2.6.20.3.patch?r1=1.1.2.7&r2=1.1.2.8&f=u
    http://cvs.pld-linux.org/SOURCES/pax-linux-2.6.20.patch?r1=1.1.2.18&r2=1.1.2.19&f=u



More information about the pld-cvs-commit mailing list