mbox series

[0/3] few trivial fixes for ipsec-secgw

Message ID 20190327093329.12521-1-konstantin.ananyev@intel.com (mailing list archive)
Headers
Series few trivial fixes for ipsec-secgw |

Message

Ananyev, Konstantin March 27, 2019, 9:33 a.m. UTC
  three simple fixes for ipsec-secgw, first two reported by Coverity.

Konstantin Ananyev (3):
  examples/ipsec-secgw: fix invalid out-of-bound check
  examples/ipsec_secgw: fix possible NULL dereference
  examples/ipsec-secgw: fix typo in test script

 examples/ipsec-secgw/ipsec-secgw.c    |  2 +-
 examples/ipsec-secgw/ipsec_process.c  | 11 ++++-------
 examples/ipsec-secgw/test/run_test.sh |  2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)
  

Comments

Akhil Goyal March 29, 2019, 2:21 p.m. UTC | #1
On 3/27/2019 3:03 PM, Konstantin Ananyev wrote:
> three simple fixes for ipsec-secgw, first two reported by Coverity.
>
> Konstantin Ananyev (3):
>    examples/ipsec-secgw: fix invalid out-of-bound check
>    examples/ipsec_secgw: fix possible NULL dereference
>    examples/ipsec-secgw: fix typo in test script
>
>   examples/ipsec-secgw/ipsec-secgw.c    |  2 +-
>   examples/ipsec-secgw/ipsec_process.c  | 11 ++++-------
>   examples/ipsec-secgw/test/run_test.sh |  2 +-
>   3 files changed, 6 insertions(+), 9 deletions(-)
>
Applied to dpdk-next-crypto

Thanks.