c11 safe string handling support
Change-Id: Ied34720ca5a6e6e717eea4e86003e854031b6eab Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:

committed by
Damjan Marion

parent
b9a4c445c1
commit
b7b929931a
@ -231,7 +231,7 @@ udp_ping_flow_create (u8 del)
|
||||
flow_report_main_t *frm = &flow_report_main;
|
||||
u16 template_id;
|
||||
|
||||
memset (&args, 0, sizeof (args));
|
||||
clib_memset (&args, 0, sizeof (args));
|
||||
args.rewrite_callback = udp_ping_template_rewrite;
|
||||
args.flow_data_callback = udp_ping_send_flows;
|
||||
del ? (args.is_add = 0) : (args.is_add = 1);
|
||||
|
Reference in New Issue
Block a user