lisp: fix unitialized ip prefix in cp unit test 36/20436/4
authorFlorin Coras <fcoras@cisco.com>
Mon, 1 Jul 2019 15:15:30 +0000 (08:15 -0700)
committerDave Barach <openvpp@barachs.net>
Tue, 2 Jul 2019 11:52:14 +0000 (11:52 +0000)
Type: fix

Found by coverity.

Change-Id: Ibfc753d2c42219d275e3722d6ce1ef0cec189adf
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/plugins/unittest/lisp_cp_test.c

index c6405c2..cda2c52 100644 (file)
@@ -304,6 +304,7 @@ test_lisp_msg_put_mreq_with_lcaf ()
   ip_prefix_version (&ippref) = IP4;
   ip4_address_t *ip = &ip_prefix_v4 (&ippref);
   ip->as_u32 = 0x11223344;
+  ippref.len = 32;
 
   gid_address_t g = {
     .type = GID_ADDR_IP_PREFIX,