git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c908f9
)
[SPARC64]: Fix put_user() calls in binfmt_aout32.c
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 1 Oct 2007 00:00:34 +0000
(17:00 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 1 Oct 2007 00:00:34 +0000
(17:00 -0700)
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: David S. Miller <davem@davemloft.net>
No differences found