cvs commit: src/sys/kern tty_pts.c

John Baldwin jhb at FreeBSD.org
Mon Aug 4 19:49:13 UTC 2008


jhb         2008-08-04 19:49:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_pts.c 
  Log:
  SVN rev 181300 on 2008-08-04 19:49:05Z by jhb
  
  - Close a race with concurrent open's of a pts master device which could
    result in leaked tty structures.
  - When constructing a new pty, allocate it's tty structure before adding
    it to the list.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.18      +13 -7     src/sys/kern/tty_pts.c


More information about the cvs-all mailing list