PT-2026-26117 · Linux · Linux
Published
2026-03-18
·
Updated
2026-03-18
·
CVE-2026-23257
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
net: liquidio: Fix off-by-one error in PF setup nic devices() cleanup
In setup nic devices(), the initialization loop jumps to the label
setup nic dev free on failure. The current cleanup loop while(i--)
skip the failing index i, causing a memory leak.
Fix this by changing the loop to iterate from the current index i
down to 0.
Also, decrement i in the devlink alloc failure path to point to the
last successfully allocated index.
Compile tested only. Issue found using code review.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux