qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] block: Fix leaks of opts in block drivers
@ 2014-08-28  5:56 Fam Zheng
  2014-08-28  5:56 ` [Qemu-devel] [PATCH v3 1/3] nfs: Fix leak of opts in nfs_file_open Fam Zheng
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fam Zheng @ 2014-08-28  5:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, benoit.canet, Stefan Hajnoczi

Remember to call qemu_opts_del before function returning.

v3: Fix nfs return code again! (Benoit)

v2: Drop qcow2 fix since it's duplicated with Max's "[PATCH 0/4]
    qapi/block-core: Add "new" qcow2 options" series. (Max)
    Fix nfs return code. (Benoit)
    Add Beniot's rev-by lines in other patches. (Thanks for reviewing)


Fam Zheng (3):
  nfs: Fix leak of opts in nfs_file_open
  blkverify: Fix leak of opts in blkverify_open
  quorum: Fix leak of opts in quorum_open

 block/blkverify.c |  1 +
 block/nfs.c       | 10 +++++++---
 block/quorum.c    |  3 ++-
 3 files changed, 10 insertions(+), 4 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-08-29 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  5:56 [Qemu-devel] [PATCH v3 0/3] block: Fix leaks of opts in block drivers Fam Zheng
2014-08-28  5:56 ` [Qemu-devel] [PATCH v3 1/3] nfs: Fix leak of opts in nfs_file_open Fam Zheng
2014-08-28  6:43   ` Benoît Canet
2014-08-28  5:56 ` [Qemu-devel] [PATCH v3 2/3] blkverify: Fix leak of opts in blkverify_open Fam Zheng
2014-08-28  5:56 ` [Qemu-devel] [PATCH v3 3/3] quorum: Fix leak of opts in quorum_open Fam Zheng
2014-08-29 16:10 ` [Qemu-devel] [PATCH v3 0/3] block: Fix leaks of opts in block drivers Stefan Hajnoczi

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).