In the Linux kernel, the following vulnerability has been resolved:
octeontx2-pf: Fix potential memory leak in otx2inittc()
In otx2inittc(), if rhashtableinit() failed, it does not free tc->tcentriesbitmap which is allocated in otx2tcallocent_bitmap().