Fix uninitialized stack local, VPP-581 75/4575/2
authorDave Barach <dave@barachs.net>
Thu, 5 Jan 2017 15:08:52 +0000 (10:08 -0500)
committerOle Trøan <otroan@employees.org>
Thu, 5 Jan 2017 17:03:15 +0000 (17:03 +0000)
commit0691d6e9ff4388dc85e150c40bbc877bb74c02b1
tree2f7339ce94bc07bdf9179f7bf18972a9bcf6f6f7
parentc0790cfef0bd1c56f4c75dc4f959584148386258
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.

Manually cherry-picked from stable/1701 due to the recent tree
reorganization.

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