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:
6467a71
)
FDPIC: For-loop in elf_core_vma_data_size() is incorrect
author
David Howells
<dhowells@redhat.com>
Wed, 24 Mar 2010 17:02:28 +0000
(17:02 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 24 Mar 2010 23:43:29 +0000
(16:43 -0700)
Fix an incorrect for-loop in elf_core_vma_data_size(). The advance-pointer
statement lacks an assignment:
CC fs/binfmt_elf_fdpic.o
fs/binfmt_elf_fdpic.c: In function 'elf_core_vma_data_size':
fs/binfmt_elf_fdpic.c:1593: warning: statement with no effect
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found