Re: [PATCH] NET: Fix uninitialised variable in ip_frag_reasm()

2007-10-17 Thread David Miller
From: David Howells <[EMAIL PROTECTED]> Date: Wed, 17 Oct 2007 16:02:48 +0100 > 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 <[EMAIL PROTECTED]> Applied, thanks David. - To unsubscribe fr

[PATCH] NET: Fix uninitialised variable in ip_frag_reasm()

2007-10-17 Thread David Howells
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 <[EMAIL PROTECTED]> --- net/ipv4/ip_fragment.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/net/ipv4/ip_fragment.c b/n