2015-06-29 19:47, Dumitrescu, Cristian: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Daniel Mrzyglod > > 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. > > > > Changes in v3: > > -Simplify the initialization of buffer. > > Changes in v2: > > -Found the real nature of problem. Only buffer was not initilized. > > Changes in v1: > > -Add additional separate IO buffer and initialize both buffers. > > > Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
Applied, thanks