Task #37734 - fixed.err

back to task #37734
download
Error: GCC_ANALYZER_WARNING (CWE-1341):
crun-1.20-build/crun-HEAD/src/libcrun/container.c:3754:23: warning[-Wanalyzer-fd-double-close]: double 'close' of file descriptor 'pipefd1'
crun-1.20-build/crun-HEAD/src/libcrun/container.c: scope_hint: In function 'libcrun_container_exec_with_options'
crun-1.20-build/crun-HEAD/src/libcrun/container.c: scope_hint: In function 'libcrun_container_exec_with_options'
crun-1.20-build/crun-HEAD/src/libcrun/utils.h:57:40: note: in definition of macro 'UNLIKELY'
# 3752|       }
# 3753|   
# 3754|->   TEMP_FAILURE_RETRY (close (pipefd1));
# 3755|     pipefd1 = -1;
# 3756|