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:
5c50954
)
ipv4: Fix 'iph' use before set.
author
David S. Miller
<davem@davemloft.net>
Fri, 13 May 2011 03:03:46 +0000
(23:03 -0400)
committer
David S. Miller
<davem@davemloft.net>
Fri, 13 May 2011 03:03:46 +0000
(23:03 -0400)
I swear none of my compilers warned about this, yet it is so
obvious.
> net/ipv4/ip_forward.c: In function 'ip_forward':
> net/ipv4/ip_forward.c:87: warning: 'iph' may be used uninitialized in this function
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found