In the Linux kernel, the following vulnerability has been resolved:
ionic: Fix netdev notifier unregister on failure
If registernetdev() fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister() on registernetdev() failure. This will also call ioniclifunregister_phc() if it has already been registered.