qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix some coverity issues on VDUSE
@ 2022-07-06  9:56 Xie Yongji
  2022-07-06  9:56 ` [PATCH v2 1/3] libvduse: Fix the incorrect function name Xie Yongji
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Xie Yongji @ 2022-07-06  9:56 UTC (permalink / raw)
  To: kwolf, stefanha, armbru, richard.henderson; +Cc: qemu-block, qemu-devel

This series fixes some issues reported by coverity.

Patch 1 fixes a incorrect function name.

Patch 2 fixes Coverity CID 1490224.

Patch 3 fixes Coverity CID 1490226, 1490223.

V1 to V2:
- Drop the patch to fix Coverity CID 1490222, 1490227 [Markus]
- Add some commit log to explain why we don't use g_strlcpy() [Markus]

Xie Yongji (3):
  libvduse: Fix the incorrect function name
  libvduse: Replace strcpy() with strncpy()
  libvduse: Pass positive value to strerror()

 subprojects/libvduse/libvduse.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2022-08-02  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06  9:56 [PATCH v2 0/3] Fix some coverity issues on VDUSE Xie Yongji
2022-07-06  9:56 ` [PATCH v2 1/3] libvduse: Fix the incorrect function name Xie Yongji
2022-07-06  9:56 ` [PATCH v2 2/3] libvduse: Replace strcpy() with strncpy() Xie Yongji
2022-07-06  9:56 ` [PATCH v2 3/3] libvduse: Pass positive value to strerror() Xie Yongji
2022-07-29 15:22 ` [PATCH v2 0/3] Fix some coverity issues on VDUSE Peter Maydell
2022-08-02  9:07 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).