commit | 446266b0c742a2c9ee8f0dce759a0117bce58a86 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Fri Aug 02 11:32:43 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 02 14:56:06 2013 -0700 |
tree | 2ee287031900394357be6297c0729fcd49c196ee | |
parent | 9bb8eeb554795e6fac7cacf7af44bf413e75c9b9 [diff] |
net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails Commit 5c766d642 ("ipv4: introduce address lifetime") leaves the ifa resource that was allocated via inet_alloc_ifa() unfreed when returning the function with -EINVAL. Thus, free it first via inet_free_ifa(). Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Reviewed-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>