Re: [dpdk-dev] [PATCH v1] net/virtio-user: fix uninitialized variable

2020-07-16 Thread Ferruh Yigit
On 7/15/2020 7:32 AM, Adrian Moreno wrote: > > On 7/14/20 1:03 PM, Chenbo Xia wrote: >> This patch fixes an issue that uninitialized has_reply_ack >> is used for setting message flags. >> >> Coverity issue: 360834 >> Fixes: c60208dd6384 ("net/virtio-user: support reply-ack") >> >> Signed-off-by: C

Re: [dpdk-dev] [PATCH v1] net/virtio-user: fix uninitialized variable

2020-07-14 Thread Adrian Moreno
On 7/14/20 1:03 PM, Chenbo Xia wrote: > This patch fixes an issue that uninitialized has_reply_ack > is used for setting message flags. > > Coverity issue: 360834 > Fixes: c60208dd6384 ("net/virtio-user: support reply-ack") > > Signed-off-by: Chenbo Xia > --- > drivers/net/virtio/virtio_user/

[dpdk-dev] [PATCH v1] net/virtio-user: fix uninitialized variable

2020-07-13 Thread Chenbo Xia
This patch fixes an issue that uninitialized has_reply_ack is used for setting message flags. Coverity issue: 360834 Fixes: c60208dd6384 ("net/virtio-user: support reply-ack") Signed-off-by: Chenbo Xia --- drivers/net/virtio/virtio_user/vhost_user.c | 2 +- 1 file changed, 1 insertion(+), 1 del