Re: Incorrect order of last two arguments of ptrace for requestsPPC_PTRACE_GETREGS, SETREGS, GETFPREGS, SETFPREGS

From: David Miller
Date: Wed Oct 25 2006 - 16:44:29 EST


From: supriya kannery <supriyak@xxxxxxxxxx>
Date: Wed, 25 Oct 2006 16:23:14 +0530

> If we exchange the last two arguments like,
>
> ptrace (PPC_PTRACE_GETREGS, pid, &reg[0], 0);
>
> it works!

Please make sure that programs, such as gdb, aren't using the reversed
argument order. If they are, you cannot "fix" this as it will break
all such applictions.
-
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/