OSDN Git Service

[PATCH] x86_64: Check for bad elf entry address.
authorAndi Kleen <ak@suse.de>
Wed, 1 Mar 2006 13:39:51 +0000 (14:39 +0100)
committerMarcelo Tosatti <marcelo@dmt.cnet>
Sat, 4 Mar 2006 22:51:20 +0000 (16:51 -0600)
commitd95fcdf1efc954a93bd01782df4f175e09309803
tree04cb5f67d4330da11f07c4c5514ee5f4fbfddb86
parent005808dfa29c9394083d1ea823a18044e80a912d
[PATCH] x86_64: Check for bad elf entry address.

[Actually based on a 2.6 patch by Suresh Siddha, but the 2.4 implementation
is somewhat different]

Fixes a local DOS on Intel systems that lead to an endless
recursive fault.  AMD machines don't seem to be affected.

Signed-off-by: Andi Kleen <ak@suse.de>
fs/binfmt_elf.c