cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c

[ Available lists | Index of cvs-sys | Month of Jun 1997 | Week of 24 Jun 1997 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sean Eric Fagan <sef@FreeBSD.ORG>
Date
24 Jun 1997 18:03:05
Subject
cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c
Message-ID
199706250101.SAA16810@freefall.freebsd.org


[ Hide this part ]
sef         1997/06/24 18:01:23 PDT

Modified files:
sys/i386/ibcs2 ibcs2_misc.c
Log:
Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- we
were returning EFAULT, when it is a completely acceptable thing to do.
Also, at the same time, be a *bit* optimizing and don't allocate any
"stackgrap" memory if we're not going to use it.

This is another Oracle-discovered problem.

Submitted by: Steven Wallace

Revision Changes Path
1.21 +6 -2 src/sys/i386/ibcs2/ibcs2_misc.c


Elapsed time: 0.101 seconds