[dpdk-dev] [PATCH] example/vhost_blk: fix buffer not null terminated

2020-05-07 Thread Jin Yu
Fix the potential bug. Signed-off-by: Jin Yu --- examples/vhost_blk/vhost_blk.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/vhost_blk/vhost_blk.c b/examples/vhost_blk/vhost_blk.c index f08473f58..b5ce3332a 100644 --- a/examples/vhost_blk/vhost_blk.c +++ b/ex

Re: [dpdk-dev] [PATCH] example/vhost_blk: fix buffer not null terminated

2020-05-08 Thread Ye Xiaolong
On 05/08, Jin Yu wrote: >Fix the potential bug. Could you describe more about the potential bug? Fixes tag is needed here. Thanks, Xiaolong > >Signed-off-by: Jin Yu >--- > examples/vhost_blk/vhost_blk.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/examples/vhost_b