cvs commit: src/sys/kern tty_pty.c

Konstantin Belousov kib at FreeBSD.org
Mon Jan 21 04:57:19 PST 2008


kib         2008-01-21 12:57:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_0)
    sys/kern             tty_pty.c 
  Log:
  MFC rev. 1.156:
  In the rev. 1.153, the one place for converting minor number to unit
  was missed. As result, pty_create_slave() may index out of the names[]
  bounds, creating wrong slave tty names.
  
  Approved by:    re (kensmith)
  
  Revision       Changes    Path
  1.152.2.2.2.1  +3 -1      src/sys/kern/tty_pty.c


More information about the cvs-src mailing list