diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-04-12 16:43:57 +0900 |
---|---|---|
committer | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-04-12 18:25:24 +0900 |
commit | 43feb8701361e43ef43460ae16b3837e97b174ed (patch) | |
tree | 0e25c5067a4025f384fe517db5cf6565a5942ae9 /.clang-format | |
parent | bd9df88e70982fb0de81664ebf928d1a414d2887 (diff) |
Don't close invalid or uninitialied fdsmarlin_12.90.0marlin/12.90.0lamprey_11.93.0lamprey_11.92.0lamprey_11.91.0lamprey/11.93.0lamprey/11.92.0lamprey/11.91.0jellyfish_10.0.3jellyfish/10.0.312.90.011.93.011.92.011.91.010.0.3
Avoid calling close() on file descriptors that have not been intialized,
(or initialized to 0) and descriptors that are known to be invalid.
Closing file descriptors due to handle failing initialization is handled
in the intialization code. In the lease-manager, file descriptors can be
invalid during normal operation, so validity is tested at shutdown.
Bug-AGL: SPEC-3862
Change-Id: I798273195cba297c14c6b97d50c7614164fda7df
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions