Task #89028 - fixed.err
back to task #89028download
Error: CPPCHECK_WARNING (CWE-476):
crun-HEAD/src/libcrun/utils.c:2822: error[ctunullpointer]: Null pointer dereference: container
# 2820| libcrun_get_cached_proc_fd (libcrun_container_t *container, libcrun_error_t *err)
# 2821| {
# 2822|-> if (container->proc_fd < 0)
# 2823| {
# 2824| #ifdef HAVE_NEW_MOUNT_API