Fix: relayd: unchecked poll set creation return value
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Feb 2020 00:35:52 +0000 (19:35 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 19 Feb 2020 22:46:33 +0000 (17:46 -0500)
commit11eecdde0092f831fa5a979478c998307e7aa8d8
treec3380741a71cd0d798f5f4092379eab199ee8a49
parent4e60663c1434c2b3ef4bdcdce0e3bb71fb6d69c3
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 <jeremie.galarneau@efficios.com>
Change-Id: Id1e35d43442e74dd6784a9a4e235576a5bf135e2
src/bin/lttng-relayd/main.c
This page took 0.02553 seconds and 4 git commands to generate.