[dpdk-stable] [PATCH] eal: fix unitialized data warning

David Marchand david.marchand at redhat.com
Wed Dec 4 12:12:32 CET 2019


Fixed title s/unitialized/uninitialized/

On Wed, Nov 27, 2019 at 11:32 PM Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> Valgrind reports that eal interrupt thread is calling epoll_ctl
> with uninitialized data.  Trivial to fix by initializing it.

Added a note on it being a Valgrind false positive.


> Fixes: af75078fece3 ("first public release")
> Cc: stable at dpdk.org

> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: David Marchand <david.marchand at redhat.com>

Applied, thanks.


--
David Marchand



More information about the stable mailing list