[Bug 1195360] Kernel 5.16.1-1 PAM issue after upgrading from 20220101 to 20220121
https://bugzilla.suse.com/show_bug.cgi?id=1195360 https://bugzilla.suse.com/show_bug.cgi?id=1195360#c2 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|kernel-bugs@opensuse.org |palcantara@suse.com --- Comment #2 from Jiri Slaby <jslaby@suse.com> ---
size_of_ntlmssp_blob+0x6a/0x90 [cifs 7ef9028630b6a8ae2a075c5cad1bded3495fffbf]
It's obviously the last strnlen in there: sz += sizeof(__le16) * strnlen(ses->workstation_name, CIFS_MAX_WORKSTATION_LEN); The others are protected: if (ses->domainName) ... if (ses->user_name) Not sure why this one is not. Paulo? -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com