]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxsftp.c
Add some missing checks for EINTR after select(2).
authorSimon Tatham <anakin@pobox.com>
Fri, 6 Jan 2017 19:29:06 +0000 (19:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 6 Jan 2017 19:29:06 +0000 (19:29 +0000)
commite2452f3bd05521b247162e3a9abdc4e9a79d9ffc
tree9ca1804c786ab7abd7a4cfc0ed84079c806c46f9
parent86ba2e63392de207eb02916ba83af17af755c840
Add some missing checks for EINTR after select(2).

I noticed today that Unix Plink responds to SIGWINCH by accidentally
dying of EINTR having interrupted its main select loop, and when I
checked, there turn out to be a couple of other select loops with the
same bug.
unix/uxcons.c
unix/uxplink.c
unix/uxsftp.c