From: David Howells Date: Thu, 18 Oct 2007 04:37:22 +0000 (-0700) Subject: [NET]: Fix uninitialised variable in ip_frag_reasm() X-Git-Tag: v2.6.24-rc1~294^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45542479fb261342d5244869cf3ca4636b7ffd43;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed