[sudo-commits] sudo changeset 9075:28a92888a908

Todd C. Miller Todd.Miller at courtesan.com
Tue Oct 29 15:26:39 MDT 2013


changeset:	9075:28a92888a908 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/28a92888a908
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Oct 29 15:26:32 2013 -0600

Log Message:
	Use MSG_WAITALL when receiving struct command_status over the Unix
	domain socket since we no longer use datagrams.  This should avoid
	the need to handle incomplete reads, though in theory it is still
	possible.

diffstat:

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


More information about the sudo-commits mailing list