commit | 45542479fb261342d5244869cf3ca4636b7ffd43 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Oct 17 21:37:22 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 21:37:22 2007 -0700 |
tree | 07a501f2b39561aa4cfde46a19a7648ddadfae95 | |
parent | 13996378e6585fb25e582afe7489bf52dde78deb [diff] |
[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>