commit | 7eaf5077b37bb33dbd44e569ff88566d6fe286e9 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Fri Sep 25 13:12:03 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 26 20:16:15 2009 -0700 |
tree | 71029b598e5236463cf2a979926d9a98783e2558 | |
parent | 5dba93aedfc6906b27791c4a1136b177beae25b7 [diff] |
net: fix double skb free in dcbnl netlink_unicast() calls kfree_skb even in the error case. dcbnl calls netlink_unicast() which when it fails free's the skb and returns an error value. dcbnl is free'ing the skb again when this error occurs. This patch removes the double free. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>