[sudo-commits] sudo changeset 10464:15a5f006836a

Todd C. Miller Todd.Miller at courtesan.com
Mon May 16 11:20:55 MDT 2016


changeset:	10464:15a5f006836a in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/15a5f006836a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon May 16 11:12:54 2016 -0600

Log Message:
	Do not need to open /dev/tty with O_NONBLOCK, it doesn't block on
	first open like a physical terminal.  By definition, if you have a
	controlling tty, the first open (which might block) has already
	occurred.

diffstat:

 src/sudo.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list