numam-dpdk/drivers/compress/zlib
Adam Dybkowski ff53baa9cc compress/zlib: fix error handling
Add missing return after setting the error status in case of
invalid flush_flag in the operation.
The issue was found by the coverity scan as the fin_flush variable,
not initialized in such case, was used later in the flow.

Coverity issue: 340859
Fixes: c7b436ec95 ("compress/zlib: support burst enqueue/dequeue")
Cc: stable@dpdk.org

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
2019-07-26 14:52:24 +02:00
..
Makefile compress/zlib: add basic ops 2018-07-25 08:21:25 +02:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
rte_pmd_zlib_version.map compress/zlib: introduce zlib PMD 2018-07-25 08:21:25 +02:00
zlib_pmd_ops.c compress/zlib: create private xform 2018-07-25 08:21:25 +02:00
zlib_pmd_private.h compress/zlib: create private xform 2018-07-25 08:21:25 +02:00
zlib_pmd.c compress/zlib: fix error handling 2019-07-26 14:52:24 +02:00