linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Btrfs-progs: Add missing free() against fs_info->super_copy
@ 2013-05-25 14:16 Filipe David Borba Manana
  2013-05-25 14:16 ` Filipe David Borba Manana
  0 siblings, 1 reply; 7+ messages in thread
From: Filipe David Borba Manana @ 2013-05-25 14:16 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Filipe David Borba Manana

There was a missing free() call against fs_info->super_copy
in several places:

1) close_ctree()

2) open_ctree_broken() on failure

3) __open_ctree_fd() on failure

Filipe David Borba Manana (1):
  Btrfs-progs: Add missing free() against fs_info->super_copy

 btrfs-find-root.c |    5 +++--
 disk-io.c         |    6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH] Btrfs-progs: Add missing free() against fs_info->super_copy
@ 2013-05-25 13:49 Filipe David Borba Manana
  2013-05-25 13:49 ` Filipe David Borba Manana
  0 siblings, 1 reply; 7+ messages in thread
From: Filipe David Borba Manana @ 2013-05-25 13:49 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Filipe David Borba Manana

There was a missing free() call against fs_info->super_copy
in several places:

1) close_ctree()

2) open_ctree_broken() on failure

3) __open_ctree_fd() on failure

Filipe David Borba Manana (1):
  Btrfs-progs: Add missing free() against fs_info->super_copy

 btrfs-find-root.c |    4 ++--
 disk-io.c         |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-05-27 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25 14:16 [PATCH] Btrfs-progs: Add missing free() against fs_info->super_copy Filipe David Borba Manana
2013-05-25 14:16 ` Filipe David Borba Manana
2013-05-27 12:12   ` David Sterba
2013-05-27 12:31     ` Filipe David Manana
2013-05-27 15:32       ` David Sterba
  -- strict thread matches above, loose matches on Subject: below --
2013-05-25 13:49 Filipe David Borba Manana
2013-05-25 13:49 ` Filipe David Borba Manana

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