Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'v6.18rc7-SMB-client-fix' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fix from Steve French:
"smb client multiuser (with cifscreds) mount fix"

* tag 'v6.18rc7-SMB-client-fix' of git://git.samba.org/sfrench/cifs-2.6:
smb: client: fix memory leak in cifs_construct_tcon()

+1
+1
fs/smb/client/connect.c
··· 4451 4451 4452 4452 out: 4453 4453 kfree(ctx->username); 4454 + kfree(ctx->domainname); 4454 4455 kfree_sensitive(ctx->password); 4455 4456 kfree(origin_fullpath); 4456 4457 kfree(ctx);