Re: bug in arm_kprobe_decode_insn

From: Nicolas Pitre
Date: Sun Feb 20 2011 - 22:41:31 EST


On Sun, 20 Feb 2011, Marcin Slusarz wrote:

> Hi
>
> In arch/arm/kernel/kprobes-decode.c there's a function arm_kprobe_decode_insn
> which does:
>
> } else if ((insn & 0x0e000000) == 0x0c400000) {
> ...
>
> This is always false, so code below is dead.

Good catch, thanks.


Nicolas
--
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/