Fix uninitialized stack local, VPP-581 74/4574/1
authorDave Barach <dave@barachs.net>
Thu, 5 Jan 2017 15:01:41 +0000 (10:01 -0500)
committerDave Barach <dave@barachs.net>
Thu, 5 Jan 2017 15:04:30 +0000 (10:04 -0500)
commitb95a916dc335096257ed2fbdd913d4ac44471308
tree6d3a06a5857404de95e21a662ffc627361d10c6b
parent235c64f0678165a2cddee67514052d4bc2bedadb
Fix uninitialized stack local, VPP-581

Sporadically messes up the client message allocation ring, by setting
c->message_bounce[msg_id] non-zero. A day-1 bug, made blatantly
obvious by the python API language binding for no particular reason.

Change-Id: I11084dd884622e7b44bdabb922466c4d07138235
Signed-off-by: Dave Barach <dave@barachs.net>
vlib-api/vlibapi/api_shared.c
vlib-api/vlibmemory/memory_vlib.c