[dpdk-dev] [PATCH 1/2 v2] fix incorrect snprintf args

2014-06-27 Thread Thomas Monjalon
2014-06-24 11:14, Stephen Hemminger: > Now that snprintf is used, Gcc finds more uses of unsafe arguments. > Fix where found. Some of these may have already been fixed by > other patches on the mailing list. > > Signed-off-by: Stephen Hemminger It was already fixed by Bruce's patch: http

[dpdk-dev] [PATCH 1/2 v2] fix incorrect snprintf args

2014-06-24 Thread Stephen Hemminger
Now that snprintf is used, Gcc finds more uses of unsafe arguments. Fix where found. Some of these may have already been fixed by other patches on the mailing list. Signed-off-by: Stephen Hemminger --- v2 - no changes to this part --- a/lib/librte_kni/rte_kni.c 2014-06-24 08:48:55.758031238 -