Commit 2707a4ffabe539999f37a0364f7b0ef44a90589a

Tobias Stoeckmann 2019-05-10T23:54:14

kqueue: Avoid undefined behaviour. As ploxiln pointed out in pull request 811 the check "newsize < 0" is undefined behaviour (signed int overflow). Follow the advice and check kqop->changes_size instead. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> Closes: #813 (cherry-picked)