[dpdk-dev] [PATCH v3 01/13] security: fix verification of parameters

Anoob Joseph anoobj at marvell.com
Mon Apr 13 17:42:39 CEST 2020


> This patch adds verification of the parameters to the ret_security API functions.
> All required parameters are checked if they are not NULL.
> 
> Checks verify full chain of pointers, e.g. in case of verification of "instance->ops-
> >session_XXX", they check also "instance"
> and "instance->ops".
> 
> Fixes: c261d1431bd8 ("security: introduce security API and framework")
> Cc: akhil.goyal at nxp.com
> 
> Fixes: 1a08c379b9b5 ("security: support user data retrieval")
> Cc: anoob.joseph at caviumnetworks.com
> 
> Cc: stable at dpdk.org
> 
> Signed-off-by: Lukasz Wojciechowski <l.wojciechow at partner.samsung.com>

Acked-by: Anoob Joseph <anoobj at marvell.com>


More information about the dev mailing list