cvs commit: src/sys/kern kern_exec.c kern_prot.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 8 14:48:48 PDT 2003


dillon      2003/08/08 14:47:50 PDT

  Modified files:
    sys/kern             kern_exec.c kern_prot.c 
  Log:
  Add a few missing cratom() calls.  In particular the code in kern_exec()
  was modifying the svuid of the parent process when a child exec()'d, which
  broke the 'man' program (and probably other things).
  
  Reported-by: Jeroen Ruigrok/asmodai <asmodai at xxxxxx>
  
  Revision  Changes    Path
  1.9       +6 -2      src/sys/kern/kern_exec.c
  1.10      +3 -0      src/sys/kern/kern_prot.c






More information about the Commits mailing list