Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 1997 11:11:43 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern tty_snoop.c
Message-ID:  <199703161911.LAA14629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/03/16 11:11:43

  Modified:    sys/kern  tty_snoop.c
  Log:
  Fixed null pointer panic in devtotty().  Fixed bounds checking in
  devtotty().  devtotty() must check its arg carefully since the arg is
  supplied as ioctl data.  This should fix PR3004.
  
  Renamed devtotty() to snpdevtotty().
  
  Revision  Changes    Path
  1.17      +12 -6     src/sys/kern/tty_snoop.c



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