[NET]: Fix uninitialised variable in ip_frag_reasm()
authorDavid Howells <dhowells@redhat.com>
Thu, 18 Oct 2007 04:37:22 +0000 (21:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 04:37:22 +0000 (21:37 -0700)
commit45542479fb261342d5244869cf3ca4636b7ffd43
tree07a501f2b39561aa4cfde46a19a7648ddadfae95
parent13996378e6585fb25e582afe7489bf52dde78deb
[NET]: Fix uninitialised variable in ip_frag_reasm()

Fix uninitialised variable in ip_frag_reasm().  err should be set to
-ENOMEM if the initial call of skb_clone() fails.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c