net: octeontx2: NULL check before dereference
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Tue, 5 Aug 2025 14:53:35 +0000 (15:53 +0100)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Aug 2025 13:47:57 +0000 (15:47 +0200)
commit425f9839f3c2922a36efaefa53833f0abe681be0
tree4ac6cfa2cffca34db3b4310564b9342cc01c50ee
parent6bc6fec3b33f3c14f14493783db9258ac9938062
net: octeontx2: NULL check before dereference

In rvu_af_init if the code fails to allocate memory for nix_af it will
take the error path with nix_af == NULL which will dereference nix_af.
Add the appropriate NULL check.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
drivers/net/octeontx2/rvu_af.c