libovccclient/ovccclient-server: send_message: ensure message is non-null
Even if the Message parameter is non-nullable, in case of problem creating the Message instance we still may receive a null parameter here. This triggers an assert failure in send_loop_queue.push without error so we get a nice deadlock waiting for a non-queued message to be sent...
Showing
Please register or sign in to comment