Call for testing: OpenSSH-6.5

Hisashi T Fujinaka htodd at twofifty.com
Fri Jan 31 07:53:25 EST 2014


On Sat, 25 Jan 2014, Damien Miller wrote:

> On Fri, 24 Jan 2014, Hisashi T Fujinaka wrote:
>
>> I'm confused. Should I start with a clean tree or a modified tree? And
>> which patches should I use? I have a lot in my email at this point.
>
> If I checkout the current git or CVS head and apply this then the scp
> test passes on NetBSD 6.1.3 where it was hanging previously:
>
> Index: atomicio.c
> ===================================================================
> RCS file: /var/cvs/openssh/atomicio.c,v
> retrieving revision 1.40
> diff -u -r1.40 atomicio.c
> --- atomicio.c	24 Sep 2010 12:15:11 -0000	1.40
> +++ atomicio.c	25 Jan 2014 06:03:19 -0000
> @@ -57,7 +57,7 @@
> 	struct pollfd pfd;
>
> 	pfd.fd = fd;
> -	pfd.events = f == read ? POLLIN : POLLOUT;
> +	pfd.events = f == vwrite ? POLLOUT : POLLIN;
> 	while (n > pos) {
> 		res = (f) (fd, s + pos, n - pos);
> 		switch (res) {

I still have to apply this (by hand) for make tests to work on NetBSD.
Is this function used in anything other than testing?

-- 
Hisashi T Fujinaka - htodd at twofifty.com
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte


More information about the openssh-unix-dev mailing list