numam-dpdk/lib/librte_eal/linuxapp
Anatoly Burakov c63a42535a vfio: fix uninitialized variable
Some static analyzers complain about it, even though
value is never used if not initialized. To avoid additional
false positives about a potential null-pointer dereferences,
also add a null-check.

Bugzilla ID: 58
Fixes: ea2dc10668 ("vfio: add multi container support")
Cc: stable@dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-07-13 11:44:56 +02:00
..
eal vfio: fix uninitialized variable 2018-07-13 11:44:56 +02:00
Makefile move kernel modules directories 2018-03-21 23:04:21 +01:00