On Wed,  4 Dec 2019 16:00:02 +0100
David Marchand <david.march...@redhat.com> wrote:

> +                     struct epoll_event ev;
This needs to be  initialized (like it was above) or it will cause
warnings with valgrind about uninitialized data in system calls.

Reply via email to