From: Jérémie Galarneau Date: Tue, 18 Feb 2020 00:35:52 +0000 (-0500) Subject: Fix: relayd: unchecked poll set creation return value X-Git-Tag: v2.13.0-rc1~763 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=64e2c0ed5db412b9b3ecced98c7875bf3da0c08f;hp=64e2c0ed5db412b9b3ecced98c7875bf3da0c08f;p=lttng-tools.git Fix: relayd: 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: Id1e35d43442e74dd6784a9a4e235576a5bf135e2 ---