numam-dpdk/lib/librte_cfgfile
Daniel Mrzyglod 8646ea0116 cfgfile: fix unitialised buffer
Nature of the problem was not initialised buffer[256], there were probability
that operation system will provide previously used memory and on special condition
there were probability that string operations will work on random data that
could provide unexpected program behaviour.

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-07-01 23:36:22 +02:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_cfgfile_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_cfgfile.c cfgfile: fix unitialised buffer 2015-07-01 23:36:22 +02:00
rte_cfgfile.h cfgfile: library to interpret config files 2014-06-17 03:34:11 +02:00