diff options
author | Oz Shlomo <ozsh@nvidia.com> | 2022-12-04 01:13:24 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-12-09 00:04:26 +0300 |
commit | f07d8afb1ceae57767cf80c134b7a03e9c589276 (patch) | |
tree | bf625f53d82787cb1341f1b6d60bab807acd4fbc /scripts/generate_rust_analyzer.py | |
parent | 5a5624d1edf44e808481dedaf59eae61fd66e052 (diff) | |
download | linux-f07d8afb1ceae57767cf80c134b7a03e9c589276.tar.xz |
net/mlx5: fs, assert null dest pointer when dest_num is 0
Currently create_flow_handle() assumes a null dest pointer when there
are no destinations.
This might not be the case as the caller may pass an allocated dest
array while setting the dest_num parameter to 0.
Assert null dest array for flow rules that have no destinations (e.g. drop
rule).
Signed-off-by: Oz Shlomo <ozsh@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Link: https://lore.kernel.org/r/20221203221337.29267-3-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions