c11 safe string handling support
[vpp.git] / src / plugins / avf / avf_test.c
index fbb125c..368d503 100644 (file)
@@ -97,7 +97,7 @@ api_avf_create (vat_main_t * vam)
   int ret;
   u32 x[4];
 
-  memset (&args, 0, sizeof (avf_create_if_args_t));
+  clib_memset (&args, 0, sizeof (avf_create_if_args_t));
 
   while (unformat_check_input (i) != UNFORMAT_END_OF_INPUT)
     {