Skip to content
Commit 8cc8c28a authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix put_user() calls in binfmt_aout32.c



argv and envp are pointers to u32's in userspace, so don't
try to put_user() a NULL to them.

Aparently gcc-4.2.x now warns about this, and since we use
-Werror for arch/sparc64 code, this breaks the build.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9c908f97
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment