[Bug 235582] rpc_svc_gss / nfsd kernel panic
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 9 16:08:29 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235582
--- Comment #9 from Rick Macklem <rmacklem at FreeBSD.org> ---
The bogus client_principal name suggests that client->cl_cname
was pointing at something bogus, because the client_principal
is filled in from it.
So, I think this suggests that client->cl_cname is sometimes
bogus and sometimes NULL. (It's filled in via gss_accept_sec_context(),
so that's in Kerberos land.)
Hopefully the patch will help resolve this, rick.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list