Page MenuHomeFreeBSD

D52278.diff
No OneTemporary

D52278.diff

diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -1045,8 +1045,7 @@
crextend(newcred, ngrp);
p = td->td_proc;
PROC_LOCK(p);
- oldcred = p->p_ucred;
- crcopy(newcred, oldcred);
+ oldcred = crcopysafe(p, newcred);
if ((error = priv_check_cred(oldcred, PRIV_CRED_SETGROUPS)) != 0) {
PROC_UNLOCK(p);

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 19, 5:46 AM (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34067207
Default Alt Text
D52278.diff (411 B)

Event Timeline