From: Mathieu Desnoyers Date: Fri, 11 Oct 2013 18:20:22 +0000 (-0400) Subject: Fix: ust-comm recvmsg should handle partial receive X-Git-Tag: v2.4.0-rc1~28 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=89c5b6ec519764a8311bc4be7544c029f2615d83;hp=89c5b6ec519764a8311bc4be7544c029f2615d83;p=lttng-ust.git Fix: ust-comm recvmsg should handle partial receive Handles cases where unix socket buffer is full. Without this fix, the session daemon kicks out application that happen to have their registration message split into multiple recvmsg on the sessiond side. Signed-off-by: Mathieu Desnoyers ---