Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2008 18:07:04 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_pty.c
Message-ID:  <200801181807.m0II741E008940@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-01-18 18:07:04 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_pty.c 
  Log:
  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.
  
  Tested by:      kensmith
  Reviewed by:    jhb
  MFC after:      3 days
  
  Revision  Changes    Path
  1.156     +3 -1      src/sys/kern/tty_pty.c



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