In the Linux kernel, the following vulnerability has been resolved:
net: marvell: prestera: fix memory leak in presterarxtxswitch_init()
When presterasdmaswitch_init() failed, the memory pointed to by sw->rxtx isn't released. Fix it. Only be compiled, not be tested.