Mike Pattrick 87063aaff3 net/i40e: populate error in flow director parser
Errors from i40e_flow_parse_fdir_pattern() can bubble up to
rte_flow_create. If rte_flow_error is not initialized a caller may
dereference error->message. This may be uninitialized memory, leading
to a segemntation fault.

Fixes: 4a072ad43442 ("net/i40e: fix flow director config after flow validate")
Cc: stable@dpdk.org

Signed-off-by: Mike Pattrick <mkp@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2022-04-18 07:47:18 +02:00
..
2021-11-26 11:28:34 +01:00
2021-10-22 18:15:38 +02:00
2021-01-08 19:20:09 +01:00
2021-10-22 18:15:38 +02:00
2021-10-05 12:31:37 +02:00
2020-11-13 19:43:26 +01:00
2021-08-17 08:37:52 +02:00