Re: [CHECKER] 4 security holes in 2.4.4-ac8

From: Andi Kleen (ak@suse.de)
Date: Wed May 30 2001 - 04:38:13 EST


"David S. Miller" <davem@redhat.com> writes:

> Dawson Engler writes:
> > Is there any way to automatically find these? E.g., is any routine
> > with "asmlinkage" callable from user space?
>
> This is only universally done in generic and x86 specific code,
> other ports tend to forget asmlinkage simply because most ports
> don't need it.

Even i386 doesn't need it because the stack frame happens to have the
right order of the arguments at the right position. Just you can get into
weird bugs when any function modifies their argument because it'll be still
modified after syscall restart but only depending if the compiler used a
temporary register or not.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:45 EST