Re: [RFC] 2.4 and stack reduction patches

From: Denis Vlasenko
Date: Sun Jan 09 2005 - 15:47:26 EST


> Here is the single crude patch for one of the distro releases.
> (may not apply to latest 2.4 mainline).

+ if (!bprmp) {
+ retval = -ENOMEM;
+ return retval;
+ }

You can just return -ENOMEM...
--
vda

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