Skip to content

Commit 456af43

Browse files
authored
Merge pull request #64 from namjaejeon/cifsd-for-next
ksmbd-fixes
2 parents a8ab529 + 8b99f35 commit 456af43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/ksmbd/smb2pdu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,6 +2462,7 @@ int smb2_open(struct ksmbd_work *work)
24622462
rc = PTR_ERR(name);
24632463
if (rc != -ENOMEM)
24642464
rc = -ENOENT;
2465+
name = NULL;
24652466
goto err_out1;
24662467
}
24672468

0 commit comments

Comments
 (0)