c11 safe string handling support
[vpp.git] / src / plugins / gtpu / gtpu_api.c
index 502720d..f2f1c29 100644 (file)
@@ -156,7 +156,7 @@ static void send_gtpu_tunnel_details
   u8 is_ipv6 = !ip46_address_is_ip4 (&t->dst);
 
   rmp = vl_msg_api_alloc (sizeof (*rmp));
-  memset (rmp, 0, sizeof (*rmp));
+  clib_memset (rmp, 0, sizeof (*rmp));
   rmp->_vl_msg_id = ntohs (VL_API_GTPU_TUNNEL_DETAILS);
   if (is_ipv6)
     {