RE: linux-kernel-digest V1 #1145

From: Andrew van der Stock (ajv@greebo.net)
Date: Fri Jul 14 2000 - 21:38:48 EST


Try this patch from Ivan Kokshaysky.

--- linux/arch/alpha/kernel/osf_sys.c.orig Wed Jul 12 13:26:32 2000
+++ linux/arch/alpha/kernel/osf_sys.c Fri Jul 14 00:59:27 2000
@@ -1078,7 +1078,7 @@
         }
 
         ret = -EINVAL;
- if (n < 0 || n > KFDS_NR)
+ if (n < 0 || n >= 64*1024)
                 goto out_nofds;
 
         /*

thanks,

Andrew van der Stock, ajv@greebo.net http://www.greebo.net
SAGE-AU President http://www.sage-au.org.au

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jul 15 2000 - 21:00:21 EST