From: David Ahern <d...@cumulusnetworks.com>
Date: Wed,  7 Oct 2015 08:17:39 -0700

> +static void fixup_managed_addr(struct inet6_dev *idev, struct inet6_ifaddr 
> *ifp)
> +{
> +     if (!ifp->rt)
> +             ifp->rt = addrconf_dst_alloc(idev, &ifp->addr, false);

This potentially leaves an error pointer dangling in ifp->rt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to