]> git.ipfire.org Git - thirdparty/curl.git/commit
select: do not return fatal error on EINTR from poll()
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 3 Jul 2022 16:20:44 +0000 (18:20 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 4 Jul 2022 04:58:07 +0000 (00:58 -0400)
commit52e822173aa3cd4f610531d32fbf943f026cdca6
treec3a452e13375ed63d322960b5b8114afdc9c0ded
parente584b1c0445b7f72cdd48ccd8f51d01a642a1a99
select: do not return fatal error on EINTR from poll()

The same was done for select() in 5912da25 but poll() was missed.

Bug: https://bugs.archlinux.org/task/75201
Reported-by: Alexandre Bury (gyscos at archlinux)
Ref: https://github.com/curl/curl/issues/8921
Ref: https://github.com/curl/curl/pull/8961
Ref: https://github.com/curl/curl/commit/5912da25#r77584294

Closes https://github.com/curl/curl/pull/9091
lib/select.c