From: Jérémie Galarneau Date: Tue, 18 Feb 2020 00:40:47 +0000 (-0500) Subject: Fix: relayd: live: unchecked return value when opening relay socket X-Git-Tag: v2.13.0-rc1~762 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=d546eeec57f3d23255e55d6d7384ab825bae8218;hp=d546eeec57f3d23255e55d6d7384ab825bae8218;p=lttng-tools.git Fix: relayd: live: unchecked return value when opening relay socket fd_tracker_open_unsuspendable_fd may fail because the underlying socket() call fails or there may be too many open file descriptors at the time of the call. In both cases, these errors must be logged and handled. Signed-off-by: Jérémie Galarneau Change-Id: I3205896a5e8c83ceba02005a2b73f9466d26427c ---