[Bug 235582] rpc_svc_gss / nfsd kernel panic
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 8 00:26:27 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235582
Conrad Meyer <cem at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cem at freebsd.org
--- Comment #4 from Conrad Meyer <cem at freebsd.org> ---
The only two callers of that function appear to be rpc_gss_get_principal_name
and svc_rpc_gss_accept_sec_context. The latter is called exclusively by
svc_rpc_gss, so it might be a good candidate. The former appears to be dead
code, so I think it's svc_rpc_gss -> svc_rpc_gss_accept_sec_context (l.1344) ->
gss_export_name (l.957). (Line numbers from CURRENT-ish, I don't know what
you're running.)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list