Re: [PATCH] ipv6: Fix 'inet6_rtm_getroute' to release 'rt->dst' incase of 'alloc_skb' failure

From: David Miller
Date: Wed Apr 04 2012 - 05:28:58 EST


From: Shmulik Ladkani <shmulik.ladkani@xxxxxxxxx>
Date: Wed, 4 Apr 2012 12:13:00 +0300

> In 72331bc [ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be
> consistent with ipv4] the code of 'inet6_rtm_getroute()' was re-ordered
> such that the reference to 'rt->dst' is incremented prior skb
> allocation.
>
> Hence, if 'alloc_skb()' fails, must drop a reference from 'rt->dst'.
> Add the missing 'dst_release()' call.
>
> Signed-off-by: Shmulik Ladkani <shmulik.ladkani@xxxxxxxxx>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/