Weiguo Li
a2dfcd1ff6
net/bnxt: fix null dereference in session cleanup
...
In tf_session_create(), there is a case that with 'tfp->session' still
be NULL and run 'goto cleanup', which will leads to a null dereference
by 'tfp_free(tfp->session->core_data)' in the cleanup.
Fixes: a46bbb57605b ("net/bnxt: update multi device design")
Cc: stable@dpdk.org
Signed-off-by: Weiguo Li <liwg06@foxmail.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2022-03-07 06:13:05 +01:00
..
2021-07-08 02:02:14 +02:00
2022-03-07 06:13:05 +01:00
2022-02-09 06:18:25 +01:00
2022-02-11 21:17:34 +01:00
2022-01-12 02:59:05 +01:00
2022-02-12 12:07:48 +01:00
2021-01-29 18:16:10 +01:00
2021-10-12 22:36:10 +02:00
2022-01-12 02:57:55 +01:00
2022-01-25 05:45:28 +01:00
2022-01-25 05:45:28 +01:00
2021-10-25 21:20:12 +02:00
2021-03-12 07:13:49 +01:00
2021-01-29 18:16:10 +01:00
2022-02-09 18:37:22 +01:00
2021-10-06 19:16:03 +02:00
2022-02-09 06:49:01 +01:00
2021-07-08 05:55:52 +02:00
2022-01-12 03:00:12 +01:00
2021-10-12 22:35:13 +02:00
2022-02-11 21:17:34 +01:00
2021-10-24 13:37:43 +02:00
2021-11-16 23:57:27 +01:00
2021-10-22 18:15:38 +02:00
2021-10-22 18:15:38 +02:00
2021-10-22 18:15:38 +02:00
2022-01-12 03:07:26 +01:00
2021-04-24 21:23:09 +02:00
2021-10-06 19:16:03 +02:00
2021-10-06 19:16:03 +02:00
2022-02-11 21:17:34 +01:00
2021-10-24 13:37:43 +02:00
2021-01-29 18:16:10 +01:00
2021-07-08 01:56:51 +02:00
2022-01-25 05:45:28 +01:00
2022-01-25 05:45:28 +01:00
2022-02-11 21:17:34 +01:00
2021-11-26 11:28:34 +01:00
2021-10-28 19:58:54 +02:00
2021-10-22 18:15:38 +02:00
2021-01-29 18:16:10 +01:00
2021-08-17 08:37:52 +02:00