c11 safe string handling support
[vpp.git] / src / vppinfra / test_vhash.c
index f5aa5e2..594d46c 100644 (file)
@@ -471,7 +471,7 @@ test_vhash_main (unformat_input_t * input)
   vhash_t *vh = &tm->vhash;
   uword i, j;
 
-  memset (tm, 0, sizeof (tm[0]));
+  clib_memset (tm, 0, sizeof (tm[0]));
   tm->n_iter = 100;
   tm->seed = 1;
   tm->n_keys = 1;