Hi Slawomir, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Slawomir > Mrozowicz > Sent: Friday, February 03, 2017 3:55 PM > To: Doherty, Declan > Cc: [email protected]; 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 <[email protected]>
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

