Spdk/lib/ioat
Daniel Verkamp 0c703940a5 ioat: allocate channel context with calloc()
This ensures that any uninitialized fields are 0/NULL so if
ioat_channel_start() fails, ioat_channel_destruct() will not try to free
bogus pointers.

Change-Id: I99278c9fa280cbcdf3f7448e77db3ac98b59cdd6
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-01-06 15:05:25 -07:00
..
ioat_impl.h ioat: add user-mode Intel I/OAT driver 2015-12-09 10:14:15 -07:00
ioat_internal.h ioat: add a union of all descriptor types 2015-12-30 09:28:47 -07:00
ioat_pci.h ioat: add user-mode Intel I/OAT driver 2015-12-09 10:14:15 -07:00
ioat.c ioat: allocate channel context with calloc() 2016-01-06 15:05:25 -07:00
Makefile ioat: add user-mode Intel I/OAT driver 2015-12-09 10:14:15 -07:00