From: Francis Deslauriers Date: Tue, 1 Oct 2019 13:43:03 +0000 (-0400) Subject: Fix: common: Unchecked return value of `closedir()` X-Git-Tag: v2.12.0-rc1~335 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=41066401b61b30ba9718a56e2fe87713a8e2fb71;hp=41066401b61b30ba9718a56e2fe87713a8e2fb71 Fix: common: Unchecked return value of `closedir()` Coverity report: CID 1404930 (#1 of 1): Unchecked return value (CHECKED_RETURN)1. check_return: Calling closedir without checking return value (as is done elsewhere 5 out of 6 times). Reported-by: Coverity (1404930) Unchecked return value Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau ---