Hi Dave, ip6_dst_lookup() is supposed to fill in the *dst, hence it must not dereference *dst until it allocates it. However if the passed sk is NULL and *dst is not set by the caller, the following
Hi Dave, ip6_dst_lookup() is supposed to fill in the *dst, hence it must not dereference *dst until it allocates it. However if the passed sk is NULL and *dst is not set by the caller, the following