Date: Tue, 24 Jun 1997 18:01:23 -0700 (PDT) From: Sean Eric Fagan <sef@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c Message-ID: <199706250101.SAA16810@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706250101.SAA16810>