[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)
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>

No differences found