On Wed, Dec 4, 2019 at 4:37 PM Stephen Hemminger <step...@networkplumber.org> wrote: > > 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.
What is wrong with the memset? -- David Marchand