All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] vhost: Fix various coverity issues in vhost library
@ 2015-12-10 17:57 Huawei, Xie
  2015-12-10 17:57 ` [PATCH 1/4] vhost: Fix Coverity issue with possible array out-of-bounds read Huawei, Xie
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Huawei, Xie @ 2015-12-10 17:57 UTC (permalink / raw)
  To: dev

Huawei Xie (4):
  vhost: Fix Coverity issue with possible array out-of-bounds read
  vhost: Fix Coverity issue with missed break in switch
  vhost: Fix Coverity issue with missed unlocking
  vhost: Fix Coverity issue with logically dead code

 lib/librte_vhost/vhost_user/fd_man.c         | 4 +++-
 lib/librte_vhost/vhost_user/vhost-net-user.c | 4 +++-
 lib/librte_vhost/virtio-net.c                | 3 +--
 3 files changed, 7 insertions(+), 4 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-12-13  1:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 17:57 [PATCH 0/4] vhost: Fix various coverity issues in vhost library Huawei, Xie
2015-12-10 17:57 ` [PATCH 1/4] vhost: Fix Coverity issue with possible array out-of-bounds read Huawei, Xie
2015-12-11 14:48   ` Mcnamara, John
2015-12-11 14:57     ` Xie, Huawei
2015-12-10 17:57 ` [PATCH] virtio: fix virtio_net_hdr desc pointing to the same buffer Huawei, Xie
2015-12-10 17:57 ` [PATCH 2/4] vhost: Fix Coverity issue with missed break in switch Huawei, Xie
2015-12-11 14:51   ` Mcnamara, John
2015-12-10 17:57 ` [PATCH 3/4] vhost: Fix Coverity issue with missed unlocking Huawei, Xie
2015-12-11 14:53   ` Mcnamara, John
2015-12-10 17:57 ` [PATCH 4/4] vhost: Fix Coverity issue with logically dead code Huawei, Xie
2015-12-11 14:54   ` Mcnamara, John
2015-12-13  1:16 ` [PATCH 0/4] vhost: Fix various coverity issues in vhost library Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.