[279] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Time for 1.2.1 8)

daemon@ATHENA.MIT.EDU (Alan Cox)
Wed Mar 8 17:09:59 1995

From: iialan@iifeak.swan.ac.uk (Alan Cox)
To: Linus.Torvalds@cs.Helsinki.FI
Date: Wed, 8 Mar 1995 18:13:53 +0000 (GMT)
Cc: linux-kernel@vger.rutgers.edu, linux-announce@vger.rutgers.edu,
        big-linux@netspace.org

Critical ip firewalling fix. Anyone using the firewall should apply this
ASAP.


--- ip_fw.c~	Wed Mar  8 17:58:06 1995
+++ ip_fw.c	Wed Mar  8 17:58:07 1995
@@ -172,7 +172,7 @@
 	 *	of system.
 	 */
 
-	if (ip->frag_off&IP_OFFSET)
+	if (ntohs(ip->frag_off)&IP_OFFSET)
 		return(1);
 
 	src = ip->saddr;

Alan


home help back first fref pref prev next nref lref last post