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:
ecb2cf1
)
um: Fix return value of strnlen_user()
author
Richard Weinberger
<richard@nod.at>
Sat, 11 May 2013 13:35:32 +0000
(15:35 +0200)
committer
Richard Weinberger
<richard@nod.at>
Fri, 19 Jul 2013 08:45:17 +0000
(10:45 +0200)
In case of an error it must not return -EFAULT.
Return 0 like all other archs do.
Reported-by: toralf.foerster@gmx.de
Signed-off-by: Richard Weinberger <richard@nod.at>
No differences found