From: Jonathan Rajotte Date: Tue, 10 Apr 2018 17:56:47 +0000 (-0400) Subject: Fix: hold consumer socket lock for consumer_send_msg X-Git-Tag: v2.10.4~17 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=1b0afea26b25d92ebdcb2a178bd1a60085ff78aa;hp=1b0afea26b25d92ebdcb2a178bd1a60085ff78aa;p=lttng-tools.git Fix: hold consumer socket lock for consumer_send_msg The lock is held and released during the recv() section, but not during the send section for a failure to lookup the PID registry. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---