Assert that a ucred is unshared before we remap its ids.
This commit is contained in:
parent
c516499ad4
commit
dee2bb2540
@ -362,6 +362,8 @@ umap_mapids(v_mount, credp)
|
||||
if (credp == NOCRED)
|
||||
return;
|
||||
|
||||
KASSERT(!crshared(credp), ("remapping a shared cred"));
|
||||
|
||||
/* Find uid entry in map */
|
||||
|
||||
uid = (uid_t) umap_findid(credp->cr_uid,
|
||||
|
Loading…
Reference in New Issue
Block a user