Skip to content
Commit 29d00da7 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Port klipper away from select() to poll()

select() is not safe, it can corrupt stack if the polled fd is greater
than FD_SETSIZE. poll() is a much safer alternative. Unlike 20 or so
years ago, many unix systems support poll() nowadays, so we can safely
use it.
parent fffa1bad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment