Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102015256
D46921.id144219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
D46921.id144219.diff
View Options
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -3651,8 +3651,6 @@
ngroups = NGROUPS_MAX + 1;
}
- if (ngroups > NGROUPS_MAX)
- ngroups = NGROUPS_MAX;
if (ngroups > SMALLNGROUPS)
cr->cr_groups = malloc(ngroups * sizeof(gid_t));
cr->cr_ngroups = ngroups;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 2:01 PM (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13626137
Default Alt Text
D46921.id144219.diff (358 B)
Attached To
Mode
D46921: mountd(8): parsecred(): Groups limit: NGROUPS_MAX => NGROUPS_MAX + 1
Attached
Detach File
Event Timeline
Log In to Comment