Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159784755
D52278.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
D52278.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D52278: linux: setgroups(): Avoid allocation under the process lock
Attached
Detach File
Event Timeline
Log In to Comment