From: Jérémie Galarneau Date: Tue, 18 Feb 2020 00:46:18 +0000 (-0500) Subject: Fix: relayd: live: unchecked poll set creation return value X-Git-Tag: v2.13.0-rc1~761 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=ad36f3a7d46a3b0a49ff271e1c8fe3a9a8e9042e;hp=ad36f3a7d46a3b0a49ff271e1c8fe3a9a8e9042e;p=lttng-tools.git Fix: relayd: live: unchecked poll set creation return value The fd_tracker_util_poll_create function can fail because of fd exhaustion or because the underlying epoll call fails. In both cases, report and handle the error. Signed-off-by: Jérémie Galarneau Change-Id: Ie79fdc011afda43395ac883c6648f983118cfddb ---