Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 12:59:44 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200105261959.f4QJxjW69829@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/05/26 12:59:44 PDT

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  o pcred-removal changes included modifications to optimize the setting of
    the saved uid and gid during execve().  Unfortunately, the optimizations
    were incorrect in the case where the credential was updated, skipping
    the setting of the saved uid and gid when new credentials were generated.
    This change corrects that problem by handling the newcred!=NULL case
    correctly.
  
  Reported/tested by:	David Malone <dwmalone@maths.tcd.ie>
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.130     +9 -8      src/sys/kern/kern_exec.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105261959.f4QJxjW69829>