Hi Slawomir, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Slawomir > Mrozowicz > Sent: Friday, February 03, 2017 3:55 PM > To: Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: [dpdk-dev] [PATCH v2] cryptodev: fix segmentation fault > > This patch fix problem in function rte_cryptodev_devices_get(). > Program received signal SIGSEGV, Segmentation fault. > It rework the function to use correct types and clean up visibility. > It also fix Coverity ID 141073 > > Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") > > Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozow...@intel.com>
I think this patch fixes coverity issue 141067, not 141073. Could you submit a v3 for this patch? Make sure to follow the format: Coverity issue: XXXXXX Thanks, Pablo