In the Linux kernel, the following vulnerability has been resolved:
igb: Fix potential invalid memory access in igbinitmodule()
The pciregisterdriver() can fail and when this happened, the dcanotifier needs to be unregistered, otherwise the dcanotifier can be called when igb fails to install, resulting to invalid memory access.