Re: [PATCH V2] Btrfs-progs: subvol_uuid_search: Return error code on memory allocation failure

2016-10-27 Thread David Sterba
On Mon, Oct 17, 2016 at 10:07:17AM +0530, Prasanth K S R wrote: > From: Prasanth K S R > > This commit fixes coverity defect CID 1328695. The patch does more than that. Please split it into two, one that handles the memory allocations (the error message is not needed) and

[PATCH V2] Btrfs-progs: subvol_uuid_search: Return error code on memory allocation failure

2016-10-16 Thread Prasanth K S R
From: Prasanth K S R This commit fixes coverity defect CID 1328695. Signed-off-by: Prasanth K S R --- cmds-receive.c | 10 +- cmds-send.c| 18 +- send-utils.c | 22 ++ 3 files changed, 32