1 matches found
CVE-2026-64224
CVE-2026-64224 addresses a double-free in the Linux kernel’s octeontx2-pf representor path. In rvu_rep_rsrc_init() , memory for queue resources is allocated before calling otx2_init_hw_resources() . If hardware resource setup fails, the unwind already frees resources, and the representor path can...