In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40eclientsubtask() Currently the call to i40eclientdelinstance frees the object pf->cinst, however pf->cinst->laninfo is being accessed after the free. Fix this by adding the missing return. Addresses-Coverity: ("Read from pointer after free")