X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fjson_format.c;h=208fdd1442f7527bc1ab1220c6dd4ea697e118ca;hb=a9075dcf65c14f1269faad4ba0e2ed9b06dd3140;hp=6f316d972ebcf4576ce8c1618807cd5e67114f7b;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vat/json_format.c b/src/vat/json_format.c index 6f316d972eb..208fdd1442f 100644 --- a/src/vat/json_format.c +++ b/src/vat/json_format.c @@ -245,7 +245,7 @@ void vat_json_print (FILE * ofp, vat_json_node_t * node) { vat_print_ctx_t ctx; - memset (&ctx, 0, sizeof ctx); + clib_memset (&ctx, 0, sizeof ctx); ctx.indent = 0; ctx.ofp = ofp; fformat (ofp, "\n");