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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fix from Steve French:
"Fix for password freeing potential oops (also for stable)"

* tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6:
fs/smb/client: Reset password pointer to NULL

+1
+1
fs/smb/client/fs_context.c
··· 1541 1541 1542 1542 cifs_parse_mount_err: 1543 1543 kfree_sensitive(ctx->password); 1544 + ctx->password = NULL; 1544 1545 return -EINVAL; 1545 1546 } 1546 1547