**Describe the bug** Poco::Net::PollSet.cpp:188 compare between int and size_t is not correct. **Expected behavior** Should compare the same type to avoid overflow.
Describe the bug
Poco::Net::PollSet.cpp:188 compare between int and size_t is not correct.
Expected behavior
Should compare the same type to avoid overflow.