http://bugs.dpdk.org/show_bug.cgi?id=1710
Stephen Hemminger ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from Stephen Hemminger ([email protected]) --- Fixed by commit 49b1673ec6693a673b4dc07984023f481cce4d96 Author: Stephen Hemminger <[email protected]> Date: Wed May 21 12:37:27 2025 -0700 net/bnxt: fix free of not allocated object This was found as error when compiling with LTO. The function allocates new data with rte_zmalloc and then stores pointer in the pointer-to-pointer passed as argument. In the unwind case, it would call rte_free() with wrong one. Fixes: 80317ff6adfd ("net/bnxt/tf_core: support Thor2") Signed-off-by: Stephen Hemminger <[email protected]> -- You are receiving this mail because: You are the assignee for the bug.

