You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using zmq_msg_init_data to create messages since we allocate the underlying buffers using a pool to avoid dynamic memory allocation. However, this is defeated by the implementation of zmq_msg_init_data using malloc for its control_t structure.