In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: nixge: fix NULL dereference
In function nixgehwdmabdrelease() dereference of NULL pointer priv->rxbdv is possible for the case of its allocation failure in nixgehwdmabdinit().
Move for() loop with priv->rxbdv dereference under the check for its validity.
Found by Linux Verification Center (linuxtesting.org) with SVACE.