vpp icon indicating copy to clipboard operation
vpp copied to clipboard

logical mistake at vapi.c : 1009

Open tsinghai1982 opened this issue 7 months ago • 0 comments

vapi_shm_client_connect() return value is greater than 0 when some failure occurrenced.

vapi.c: 1009 if (vapi_shm_client_connect (ctx, (char *) name, 0, response_queue_size, true) < 0) { vl_client_api_unmap (); return VAPI_ECON_FAIL; }

tsinghai1982 avatar May 06 '25 08:05 tsinghai1982