Erik Gabriel Carrillo c485a5e65a timer: fix null access if not initialized
If the timer subsystem is not initialized before rte_timer_manage (for
example) is invoked, a pointer to a shared hugepage memory region will
still be null and dereferenced when it is checked for validity; handle
this case.

Fixes: c0749f7096c7 ("timer: allow management in shared memory")
Cc: stable@dpdk.org

Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
2019-07-18 23:14:53 +02:00
..
2019-07-06 10:32:34 +02:00
2019-07-05 15:28:14 +02:00
2019-07-06 10:32:34 +02:00
2019-07-07 13:23:57 +02:00
2019-07-06 10:32:34 +02:00
2019-07-06 10:32:34 +02:00
2019-07-04 23:44:58 +02:00