numam-dpdk/lib/librte_flow_classify
Bernard Iremonger 8d244bb3a3 flow_classify: fix out-of-bounds access
This patch fixes the out-of-bounds coverity issue by removing the
offending line of code at line 107 in rte_flow_classify_parse.c
which is never executed.

Coverity issue: 343454
Fixes: be41ac2a33 ("flow_classify: introduce flow classify library")
Cc: stable@dpdk.org

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
2019-07-10 23:41:25 +02:00
..
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_flow_classify_parse.c flow_classify: fix out-of-bounds access 2019-07-10 23:41:25 +02:00
rte_flow_classify_parse.h flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
rte_flow_classify_version.map flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
rte_flow_classify.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_flow_classify.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00