mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
In function mlx4_opreq_action(), pointer "mailbox" is not released, when mlx4_cmd_box() return and error, causing a memory leak bug. Fix this issue by going to "out" label, mlx4_free_cmd_mailbox() can free this pointer. Linux commit: febfd9d3c7f74063e8e630b15413ca91b567f963 PR: 264056 MFC after: 1 week Sponsored by: NVIDIA Networking |
||
|---|---|---|
| .. | ||
| fw.h | ||
| fw_qos.h | ||
| icm.h | ||
| mlx4.h | ||
| mlx4_alloc.c | ||
| mlx4_catas.c | ||
| mlx4_cmd.c | ||
| mlx4_cq.c | ||
| mlx4_eq.c | ||
| mlx4_fw.c | ||
| mlx4_fw_qos.c | ||
| mlx4_icm.c | ||
| mlx4_intf.c | ||
| mlx4_main.c | ||
| mlx4_mcg.c | ||
| mlx4_mr.c | ||
| mlx4_pd.c | ||
| mlx4_port.c | ||
| mlx4_profile.c | ||
| mlx4_qp.c | ||
| mlx4_reset.c | ||
| mlx4_resource_tracker.c | ||
| mlx4_sense.c | ||
| mlx4_srq.c | ||