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:
35043c4
)
sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault().
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Mar 2011 21:00:47 +0000
(13:00 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Mar 2011 01:19:16 +0000
(18:19 -0700)
When we try to handle vmalloc faults, we can take a code
path which uses "code" before we actually set it.
Amusingly gcc-3.3 notices this yet gcc-4.x does not.
Reported-by: Bob Breuer <breuerr@mc.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found