Mailing List Archive

scp problems
On Fri, 28 Apr 2000, Ishikawa wrote:

> I am curious about this thread:
>
> Why don't relevant references to read/write use atomicio() in
> atomicio.c?

I agree.

Anyone who has been experiencing problems with scp, please try the
attached patch. It replaces all plain read() and write() calls with
atomicio() reads and writes().

Regards,
Damien Miller

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)
Re: scp problems [ In reply to ]
> Anyone who has been experiencing problems with scp, please try the
> attached patch. It replaces all plain read() and write() calls with
> atomicio() reads and writes().

It's working! It's working! Thanks Damien.
Re: scp problems [ In reply to ]
John P Speno wrote:

> > Anyone who has been experiencing problems with scp, please try the
> > attached patch. It replaces all plain read() and write() calls with
> > atomicio() reads and writes().
>
> It's working! It's working! Thanks Damien.

Great.
So this proposed patch would go into the next version?
(Just curious this time about when such update would
be released.)

Happy Hacking

Ishikawa