Fix IPSec CLI key parsing 76/16176/3
authorPierre Pfister <ppfister@cisco.com>
Mon, 26 Nov 2018 08:29:00 +0000 (09:29 +0100)
committerDamjan Marion <dmarion@me.com>
Mon, 26 Nov 2018 19:53:18 +0000 (19:53 +0000)
strncpy stops copying when a byte set to 0 is read.
The fix is to use mempcy instead.

This patch also adds spd id to ipsec input trace.

Change-Id: Ibed071d3607fa76c3f6ee065f94128f1aca9b2e2
Signed-off-by: Pierre Pfister <ppfister@cisco.com>

No differences found