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

2020-04-13 Thread Anoob Joseph
> 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 "instan

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

2020-04-09 Thread Lukasz Wojciechowski
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: c2