flow_classify: fix out-of-bounds access
authorBernard Iremonger <bernard.iremonger@intel.com>
Tue, 9 Jul 2019 11:09:56 +0000 (12:09 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 10 Jul 2019 21:41:25 +0000 (23:41 +0200)
commit8d244bb3a32ee54364f8c0a7b7244a67ad407091
tree2d102992570baca24d0c7ebb625cebd7456c1c5d
parentf3330a26506ce45fe1b3423c611382c495c0b105
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: be41ac2a330f ("flow_classify: introduce flow classify library")
Cc: stable@dpdk.org
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
lib/librte_flow_classify/rte_flow_classify_parse.c