Coverity issue: 257033
Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")

Signed-off-by: Amr Mokhtar <amr.mokh...@intel.com>
---
 app/test-bbdev/test_bbdev_vector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-bbdev/test_bbdev_vector.c 
b/app/test-bbdev/test_bbdev_vector.c
index 2d0852c..addef05 100644
--- a/app/test-bbdev/test_bbdev_vector.c
+++ b/app/test-bbdev/test_bbdev_vector.c
@@ -288,7 +288,7 @@ parse_data_entry(const char *key_token, char *token,
        struct op_data_buf *op_data;
        unsigned int *nb_ops;
 
-       if (type > DATA_NUM_TYPES) {
+       if (type >= DATA_NUM_TYPES) {
                printf("Unknown op type: %d!\n", type);
                return -1;
        }
-- 
2.7.4

Reply via email to