[sudo-commits] sudo changeset 9033:b6a321722a91

Todd C. Miller Todd.Miller at courtesan.com
Mon Oct 14 10:50:01 MDT 2013


changeset:	9033:b6a321722a91 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b6a321722a91
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Oct 12 05:39:02 2013 -0600

Log Message:
	Use SOCK_STREAM for socketpair, not SOCK_DGRAM so we get consistent
	semantics when the other end closes.  This should make the conversion
	to poll() less problematic.

diffstat:

 src/exec.c     |  34 ++++++++++++++--------------------
 src/exec_pty.c |  15 ++++++++++-----
 2 files changed, 24 insertions(+), 25 deletions(-)


More information about the sudo-commits mailing list