Patch "cifs: add check for returning value of SMB2_close_init" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    cifs: add check for returning value of SMB2_close_init

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     cifs-add-check-for-returning-value-of-smb2_close_ini.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit f4ed7a341054e215887ae1d5bd1f9491d7020bbe
Author: Anastasia Belova <abelova@xxxxxxxxxxxxx>
Date:   Tue Nov 15 17:27:01 2022 +0300

    cifs: add check for returning value of SMB2_close_init
    
    [ Upstream commit d520de6cb42e88a1d008b54f935caf9fc05951da ]
    
    If the returning value of SMB2_close_init is an error-value,
    exit the function.
    
    Found by Linux Verification Center (linuxtesting.org) with SVACE.
    
    Fixes: 352d96f3acc6 ("cifs: multichannel: move channel selection above transport layer")
    
    Signed-off-by: Anastasia Belova <abelova@xxxxxxxxxxxxx>
    Signed-off-by: Steve French <stfrench@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c
index 2d31860d56e9..30b2efafa2de 100644
--- a/fs/cifs/smb2ops.c
+++ b/fs/cifs/smb2ops.c
@@ -1371,6 +1371,8 @@ smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
 	rqst[2].rq_nvec = 1;
 	rc = SMB2_close_init(tcon, server,
 			     &rqst[2], COMPOUND_FID, COMPOUND_FID, false);
+	if (rc)
+		goto sea_exit;
 	smb2_set_related(&rqst[2]);
 
 	rc = compound_send_recv(xid, ses, server,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux