numam-spdk/lib/event
Ziye Yang e87e3df674 event: fix null pointer issue in spdk_subsystem_fini
The variable cur could be null, so if we use do while
will cause a segment fault

Change-Id: I19ec26e88948a0c3fd957e03e717b68750f40c62
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2016-06-15 16:33:55 -07:00
..
app.c event: Remove the concept of subsystem from the reactor. 2016-06-08 09:13:02 -07:00
dpdk_init.c Add event-driven application framework 2016-05-31 09:58:05 -07:00
Makefile Add event-driven application framework 2016-05-31 09:58:05 -07:00
reactor.c event: Remove the concept of subsystem from the reactor. 2016-06-08 09:13:02 -07:00
reactor.h event: Remove the concept of subsystem from the reactor. 2016-06-08 09:13:02 -07:00
subsystem.c event: fix null pointer issue in spdk_subsystem_fini 2016-06-15 16:33:55 -07:00
subsystem.h Add event-driven application framework 2016-05-31 09:58:05 -07:00