Tim Waugh wrote:
>
> Here is a patch to compile Space.c with -fwritable-strings, so that
> identical strings that will get overwritten don't all get put in the same
> memory location.
Tim,
-fwritable-strings causes Space.c to comsume an extra 2.5k of kernel
memory. When we discussed this last week it was suggested that this:
static char lt2[] = "lt2" __PAD3;
static struct net_device cops2_dev = { lt2, 0, 0,
0, 0, 0x0, 0, 0, 0, 0, NEXT_DEV, cops_probe };
Was the way to go. Was there a problem with this approach?
-- -akpm-- 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 : Fri Apr 07 2000 - 21:00:13 EST