All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] net/virtio-user: fix coverity issues
@ 2016-06-29  9:05 Jianfeng Tan
  2016-06-29  9:05 ` [PATCH 1/4] net/virtio-user: fix return value not checked Jianfeng Tan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jianfeng Tan @ 2016-06-29  9:05 UTC (permalink / raw)
  To: dev; +Cc: yuanhan.liu, huawei.xie, john.mcnamara, Jianfeng Tan

Patch 1: fix return value not checked, Coverity issue: 127344, 127478
Patch 2: fix string overflow, Coverity issue: 127484
Patch 3: fix resource leaks, Coverity issue: 127482
Patch 4: fix string unterminated, Coverity issue: 127476

Jianfeng Tan (4):
  net/virtio-user: fix return value not checked
  net/virtio-user: fix string overflow
  net/virtio-user: fix resource leaks
  net/virtio-user: fix string unterminated

 drivers/net/virtio/virtio_user/vhost_user.c      |  5 +-
 drivers/net/virtio/virtio_user/virtio_user_dev.c |  2 +-
 drivers/net/virtio/virtio_user_ethdev.c          | 61 ++++++++++++++++++------
 3 files changed, 50 insertions(+), 18 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-07-05 11:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29  9:05 [PATCH 0/4] net/virtio-user: fix coverity issues Jianfeng Tan
2016-06-29  9:05 ` [PATCH 1/4] net/virtio-user: fix return value not checked Jianfeng Tan
2016-07-01  2:15   ` Yuanhan Liu
2016-07-05 10:14     ` Tan, Jianfeng
2016-07-05 11:31       ` Yuanhan Liu
2016-06-29  9:05 ` [PATCH 2/4] net/virtio-user: fix string overflow Jianfeng Tan
2016-06-29  9:05 ` [PATCH 3/4] net/virtio-user: fix resource leaks Jianfeng Tan
2016-06-29  9:05 ` [PATCH 4/4] net/virtio-user: fix string unterminated Jianfeng Tan

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.