Skip to content
Commit 45542479 authored by David Howells's avatar David Howells Committed by David S. Miller
Browse files

[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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 13996378
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment