Re: + stack-corruption-detector.patch added to -mm tree

From: Rik van Riel
Date: Wed Mar 08 2006 - 22:14:35 EST


On Wed, 8 Mar 2006, akpm@xxxxxxxx wrote:

> - memset(ret, 0, THREAD_SIZE); \
> + memset(ret, 0x55, THREAD_SIZE); \

Xen uses 0x55 as a poison pattern too. I wonder if we should
change this one (this one's newer ;)) to something else.

--
All Rights Reversed
-
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/