[sudo-users] sudo-1.7.4p4-1 on AIX 6.1 and vi

Nick Jones jonesn at gmail.com
Tue Jan 18 13:00:00 EST 2011


Hi Todd,

Yep I can confirm that building from source with this diff fixes the problem on AIX 6.1. 

Thanks for your help. Will this fix be included in the next binary release?

Thanks
Nick


On 21 Dec 2010, at 17:24, Todd C. Miller wrote:

> If you can build from source the following diff should fix the problem.
> 
> - todd
> 
> --- term.c	Fri Jul 30 11:58:55 2010
> +++ term.c	Tue Dec 21 12:23:16 2010
> @@ -155,6 +155,7 @@
>     if (isig)
> 	SET(term.c_lflag, ISIG);
>     CLR(term.c_iflag, ICRNL | IGNCR | INLCR | IUCLC | IXON);
> +    CLR(term.c_oflag, OPOST);
>     if (tcsetattr(fd, TCSADRAIN|TCSASOFT, &term) == 0) {
> 	changed = 1;
>     	return(1);




More information about the sudo-users mailing list