summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2015-10-22 11:53:39 +0800
committerDavid Sterba <dsterba@suse.com>2015-11-02 09:35:06 +0100
commit0c90ac0872594d3f6abfa4a91c5c68bd50ad4472 (patch)
tree1bb0e8c396314aaaedd2dc6d7f183c6ee931464e /utils.c
parent1fcb190793b55317463cf1674a3d0bb2f00fe4d7 (diff)
btrfs-progs: fix uninitialized copy of btrfs_fs_devices list
Noticed that at print_one_uuid() some of the members of btrfs_fs_devices contained some junk values. It took a while to dig this further, and found that we make a local copy of the btrfs_fs_devices list at search_umounted_fs_uuids() and wasn't initialized properly. Fixed using using calloc instead of malloc. Signed-off-by: Anand Jain <anand.jain@oracle.com> [ switched to calloc ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'utils.c')
0 files changed, 0 insertions, 0 deletions