From: Dave Barach Date: Fri, 13 Jul 2018 15:22:23 +0000 (-0400) Subject: VPP-1338: fix ipsec api coverity warnings X-Git-Tag: v18.07-rc1~8 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a8d476468d6dad10f0d55423eded2a2a065f8478;hp=a8d476468d6dad10f0d55423eded2a2a065f8478;p=vpp.git VPP-1338: fix ipsec api coverity warnings Remove useless unsigned comparisions: "(unsigned) value < 0", correct a couple of incorrect limit checks. Change-Id: I9606c4057df157f770d59535457cb9df1cfd1f35 Signed-off-by: Dave Barach ---