c11 safe string handling support
[vpp.git] / src / vat / restart.c
index adeee00..8fe29d8 100644 (file)
@@ -65,7 +65,7 @@ restart_main_fn (unformat_input_t * i)
   /*
    * Step 1: look up the current VPP pid in the shared-memory database
    */
-  memset (ma, 0, sizeof (*ma));
+  clib_memset (ma, 0, sizeof (*ma));
   ma->root_path = (char *) chroot_path;
 
   svmdb_client = svmdb_map (ma);