Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 1998 23:07:52 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_prot.c
Message-ID:  <199812130707.XAA15945@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    1998/12/12 23:07:51 PST

  Modified files:
    sys/kern             kern_prot.c 
  Log:
  getpgid() and getsid() were doing a comparision rather than an assignment,
  which is fortunate, because otherwise another bug would allow them to be
  used to stomp on the syscall return value of another process.
  
  Revision  Changes    Path
  1.43      +11 -5     src/sys/kern/kern_prot.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?199812130707.XAA15945>