Fix: common: Unchecked return value of `closedir()`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 1 Oct 2019 13:43:03 +0000 (09:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 00:31:33 +0000 (20:31 -0400)
commit41066401b61b30ba9718a56e2fe87713a8e2fb71
tree64e91c76cd867a5c6f50b4fa45097ed7fff7dcf6
parentcd65fb868140e522fa520a4735d81a93038963e9
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 <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/directory-handle.c
This page took 0.026498 seconds and 5 git commands to generate.