[dpdk-dev] [PATCH v2] example/ip_pipeline: fix copy into fixed size buffer defect

2015-12-13 Thread Thomas Monjalon
2015-12-11 17:19, Fan Zhang: > Coverity issue: 107133 > Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework initialization parameters") > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH v2] example/ip_pipeline: fix copy into fixed size buffer defect

2015-12-11 Thread Fan Zhang
Coverity issue: 107133 Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework initialization parameters") Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- *v2 fixed bug: fix possible buff not null terminated bug examples/ip_pipeline/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti