]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_united_media: Fix CID 1355492 Uninitialized scalar variable
authorVolker Lendecke <vl@samba.org>
Wed, 9 Mar 2016 07:51:34 +0000 (08:51 +0100)
committerUri Simchoni <uri@samba.org>
Wed, 9 Mar 2016 17:23:44 +0000 (18:23 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/modules/vfs_unityed_media.c

index 7544b8fdfa0d86d1e051133b974f9646ccc05ee3..4bbb8fb3a23f3081053cf7fa41c032c4df8dbdc0 100644 (file)
@@ -1510,6 +1510,7 @@ static NTSTATUS um_streaminfo(struct vfs_handle_struct *handle,
                                smb_fname,
                                &client_fname);
        if (ret != 0) {
+               status = NT_STATUS_NO_MEMORY;
                goto err;
        }