[sudo-commits] sudo changeset 10469:3b5d995966ef

Todd C. Miller Todd.Miller at courtesan.com
Tue May 17 08:31:37 MDT 2016


changeset:	10469:3b5d995966ef in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3b5d995966ef
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 17 08:31:23 2016 -0600

Log Message:
	Bump I/O buffer size to 64K.  We don't use PIPE_BUF or _PC_PIPE_BUF
	for this because that corresponds to the value for atomic pipe
	writes.  The actual pipe buffer is much larger on modern systems
	and 64K is what BSD and Linux support for large pipe buffers.

diffstat:

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


More information about the sudo-commits mailing list