[dpdk-dev] [PATCH] eal/linux: fix build error on RHEL 7.6

Stephen Hemminger stephen at networkplumber.org
Wed Dec 4 16:37:37 CET 2019


On Wed,  4 Dec 2019 16:00:02 +0100
David Marchand <david.marchand at 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.


More information about the dev mailing list