api: use malloc for rx thread arg instead of heap 02/27002/6
authorFlorin Coras <fcoras@cisco.com>
Mon, 11 May 2020 18:03:40 +0000 (18:03 +0000)
committerDave Barach <openvpp@barachs.net>
Tue, 12 May 2020 14:16:57 +0000 (14:16 +0000)
commit68f58d7401604a7ee1f1cbf276967bad390b41c6
treed30bdfbb5885a251e65b8f23a754d44d6cc3134c
parent69d97256d5ca5b06b4399d8369a7a4c3b544a94d
api: use malloc for rx thread arg instead of heap

Type: fix

Avoids issues if thread with non-zero __os_thread_index attaches to
binary api.

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ib981f12c867fdee7590391ec43128145bb1abce6
src/vlibmemory/memory_client.c