plymouth-24.004.60-18.fc43
List of Findings
Error: SHELLCHECK_WARNING (CWE-156): [#def1]
/usr/bin/plymouth-set-default-theme:47:14: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-477): [#def2]
/usr/bin/plymouth-set-default-theme:62:31: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def3]
/usr/bin/plymouth-set-default-theme:66:31: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def4]
/usr/bin/plymouth-set-default-theme:67:14: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def5]
/usr/bin/plymouth-set-default-theme:70:31: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-156): [#def6]
/usr/bin/plymouth-set-default-theme:88:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def7]
/usr/bin/plymouth-set-default-theme:94:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def8]
/usr/bin/plymouth-set-default-theme:108:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def9]
/usr/bin/plymouth-set-default-theme:114:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def10]
/usr/bin/plymouth-set-default-theme:127:22: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-140): [#def11]
/usr/bin/plymouth-set-default-theme:135:23: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def12]
/usr/bin/plymouth-set-default-theme:135:43: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-156): [#def13]
/usr/bin/plymouth-set-default-theme:142:22: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def14]
/usr/bin/plymouth-set-default-theme:149:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def15]
/usr/bin/plymouth-set-default-theme:155:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def16]
/usr/bin/plymouth-set-default-theme:161:30: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def17]
/usr/bin/plymouth-set-default-theme:186:6: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-477): [#def18]
/usr/bin/plymouth-set-default-theme:199:31: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-252): [#def19]
/usr/libexec/plymouth/plymouth-generate-initrd:17:6: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-140): [#def20]
/usr/libexec/plymouth/plymouth-populate-initrd:71:24: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def21]
/usr/libexec/plymouth/plymouth-populate-initrd:72:25: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-153): [#def22]
/usr/libexec/plymouth/plymouth-populate-initrd:77:40: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-277): [#def23]
/usr/libexec/plymouth/plymouth-populate-initrd:127:19: warning[SC2174]: When used with -p, -m only applies to the deepest directory.
Error: SHELLCHECK_WARNING (CWE-571): [#def24]
/usr/libexec/plymouth/plymouth-populate-initrd:169:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-153): [#def25]
/usr/libexec/plymouth/plymouth-populate-initrd:175:84: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-156): [#def26]
/usr/libexec/plymouth/plymouth-populate-initrd:201:17: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def27]
/usr/libexec/plymouth/plymouth-populate-initrd:302:13: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-153): [#def28]
/usr/libexec/plymouth/plymouth-populate-initrd:313:27: warning[SC2053]: Quote the right-hand side of = in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-457): [#def29]
/usr/libexec/plymouth/plymouth-populate-initrd:333:20: warning[SC2154]: hookdirs is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-156): [#def30]
/usr/libexec/plymouth/plymouth-populate-initrd:386:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-569): [#def31]
/usr/libexec/plymouth/plymouth-populate-initrd:556:40: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def32]
/usr/libexec/plymouth/plymouth-populate-initrd:556:45: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def33]
/usr/libexec/plymouth/plymouth-populate-initrd:565:46: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def34]
/usr/libexec/plymouth/plymouth-populate-initrd:565:51: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def35]
/usr/libexec/plymouth/plymouth-populate-initrd:574:50: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def36]
/usr/libexec/plymouth/plymouth-populate-initrd:574:55: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-477): [#def37]
/usr/libexec/plymouth/plymouth-populate-initrd:595:57: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-569): [#def38]
/usr/libexec/plymouth/plymouth-populate-initrd:599:29: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def39]
/usr/libexec/plymouth/plymouth-populate-initrd:599:34: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def40]
/usr/libexec/plymouth/plymouth-populate-initrd:601:39: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def41]
/usr/libexec/plymouth/plymouth-populate-initrd:601:44: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-477): [#def42]
/usr/libexec/plymouth/plymouth-populate-initrd:616:29: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def43]
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:215:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘request’
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:211:9: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:212:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:212:9: branch_true: following ‘true’ branch (when ‘request_command’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:214:19: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:214:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:215:9: danger: ‘request’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:324:33: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(p)’
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:256:9: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:259:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:259:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:264:24: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:265:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:267:49: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:268:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:270:14: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:270:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:273:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:273:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:276:19: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:276:19: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:294:19: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:294:19: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:305:22: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:305:20: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:308:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:308:17: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:310:26: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:312:20: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:317:25: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:321:29: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:322:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:322:28: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:323:71: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:323:71: acquire_memory: allocated here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:324:33: danger: ‘strdup(p)’ leaks here; was allocated at [(27)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/26)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def45]
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:377:33: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘strdup(*request.command)’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:369:9: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:370:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:370:9: branch_true: following ‘true’ branch (when ‘request’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:371:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:371:9: branch_true: following ‘true’ branch (when ‘request_size’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:373:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:373:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:375:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:375:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:376:34: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:376:34: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/ply-boot-client.c:377:33: danger: argument 1 (‘strdup(*request.command)’) from [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def46]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:113:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘args’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:108:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:111:27: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:112:20: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:112:20: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:113:49: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:113:25: danger: ‘args + (long unsigned int)i * 8’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def47]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:126:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘args’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:108:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:126:9: danger: ‘args + (long unsigned int)i * 8’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def48]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:167:17: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*<unknown>’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:132:1: enter_function: entry to ‘answer_via_command’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:156:12: branch_false: following ‘false’ branch (when ‘pid >= 0’)...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:159:12: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:159:12: branch_true: following ‘true’ branch (when ‘pid == 0’)...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:161:24: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:161:24: call_function: calling ‘split_string’ from ‘answer_via_command’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:161:24: return_function: returning to ‘answer_via_command’ from ‘split_string’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:162:20: branch_false: following ‘false’ branch (when ‘answer’ is NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:167:17: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:167:17: danger: argument 1 (‘*<unknown>’) from [(8)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/7) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-401): [#def49]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:168:17: warning[-Wanalyzer-malloc-leak]: leak of ‘split_string(command, 32)’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:132:1: enter_function: entry to ‘answer_via_command’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:156:12: branch_false: following ‘false’ branch (when ‘pid >= 0’)...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:159:12: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:159:12: branch_true: following ‘true’ branch (when ‘pid == 0’)...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:161:24: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:161:24: call_function: calling ‘split_string’ from ‘answer_via_command’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:161:24: return_function: returning to ‘answer_via_command’ from ‘split_string’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:162:20: branch_false: following ‘false’ branch (when ‘answer’ is NULL)...
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:167:17: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:168:17: danger: ‘split_string(command, 32)’ leaks here; was allocated at [(8)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def50]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:479:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘password_answer_state’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:478:33: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:479:9: danger: ‘password_answer_state’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def51]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:531:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘question_answer_state’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:530:33: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:531:9: danger: ‘question_answer_state’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def52]
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:609:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘key_answer_state’
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:608:28: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/client/plymouth.c:609:9: danger: ‘key_answer_state’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def53]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-boot-splash.c:98:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘splash’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-boot-splash.c:94:9: branch_true: following ‘true’ branch (when ‘theme_path’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-boot-splash.c:96:18: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-boot-splash.c:96:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-boot-splash.c:98:9: danger: ‘splash’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def54]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-device-manager.c:741:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘device_name’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-device-manager.c:1269:1: enter_function: entry to ‘ply_device_manager_watch_devices’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-device-manager.c:1291:43: call_function: calling ‘create_devices_from_terminals’ from ‘ply_device_manager_watch_devices’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def55]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-device-manager.c:746:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘full_name’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-device-manager.c:1269:1: enter_function: entry to ‘ply_device_manager_watch_devices’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-device-manager.c:1291:43: call_function: calling ‘create_devices_from_terminals’ from ‘ply_device_manager_watch_devices’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def56]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:253:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘key_state’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:208:27: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:212:21: branch_false: ...to here
branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:249:44: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:253:20: danger: use of uninitialized value ‘key_state’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def57]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:481:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘xkb_state’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:479:47: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-input-device.c:481:9: danger: ‘xkb_state’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def58]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:192:13: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘keyboard_input’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:413:1: enter_function: entry to ‘on_terminal_data’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:423:9: call_function: calling ‘on_key_event’ from ‘on_terminal_data’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def59]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:528:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘closure’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:608:1: enter_function: entry to ‘ply_keyboard_add_escape_handler’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:614:9: branch_true: following ‘true’ branch (when ‘keyboard’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-keyboard.c:616:19: call_function: inlined call to ‘ply_keyboard_closure_new’ from ‘ply_keyboard_add_escape_handler’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def60]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:91:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘msgptr’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:78:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:87:26: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:91:21: danger: dereference of NULL ‘msgptr’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def61]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:138:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘kmsg_message’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:67:1: enter_function: entry to ‘handle_kmsg_message’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:78:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:87:26: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:94:17: call_function: calling ‘unhexmangle_to_buffer’ from ‘handle_kmsg_message’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:94:17: return_function: returning to ‘handle_kmsg_message’ from ‘unhexmangle_to_buffer’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:112:20: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:115:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:135:24: branch_true: following ‘true’ branch (when ‘message_substr’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:136:40: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:136:40: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:138:25: danger: ‘kmsg_message’ could be NULL: unchecked value from [(14)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def62]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:166:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘kmsg_reader’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:165:42: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-kmsg-reader.c:166:9: danger: ‘kmsg_reader’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def63]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:164:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*buffer.bytes + ((long unsigned int)y * *buffer.area.width + (long unsigned int)x) * 4’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1120:1: enter_function: entry to ‘ply_pixel_buffer_rotate_upright’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1129:18: call_function: calling ‘ply_pixel_buffer_new’ from ‘ply_pixel_buffer_rotate_upright’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1129:18: return_function: returning to ‘ply_pixel_buffer_rotate_upright’ from ‘ply_pixel_buffer_new’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1131:21: branch_true: following ‘true’ branch (when ‘y < height’)...
branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1132:29: branch_true: following ‘true’ branch (when ‘x < width’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1133:33: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1134:25: call_function: calling ‘ply_pixel_buffer_set_pixel’ from ‘ply_pixel_buffer_rotate_upright’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def64]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:341:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘new_clip_area’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1096:1: enter_function: entry to ‘ply_pixel_buffer_set_device_rotation’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1099:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1102:9: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1116:9: call_function: calling ‘ply_pixel_buffer_push_clip_area’ from ‘ply_pixel_buffer_set_device_rotation’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def65]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:381:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘buffer’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1120:1: enter_function: entry to ‘ply_pixel_buffer_rotate_upright’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1129:18: call_function: calling ‘ply_pixel_buffer_new’ from ‘ply_pixel_buffer_rotate_upright’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def66]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:991:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height))’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:966:1: enter_function: entry to ‘ply_pixel_buffer_resize’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:977:18: call_function: calling ‘ply_pixel_buffer_new’ from ‘ply_pixel_buffer_resize’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:977:18: return_function: returning to ‘ply_pixel_buffer_resize’ from ‘ply_pixel_buffer_new’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:987:21: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:988:25: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:989:29: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:990:33: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:992:33: call_function: calling ‘ply_pixel_buffer_interpolate’ from ‘ply_pixel_buffer_resize’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:992:33: return_function: returning to ‘ply_pixel_buffer_resize’ from ‘ply_pixel_buffer_interpolate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:991:25: danger: ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)((long int)y * width + (long int)x) * 4’ could be NULL: unchecked value from [(8)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def67]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1033:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)(y * width + x) * 4’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:999:1: enter_function: entry to ‘ply_pixel_buffer_rotate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1014:18: call_function: calling ‘ply_pixel_buffer_new’ from ‘ply_pixel_buffer_rotate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1014:18: return_function: returning to ‘ply_pixel_buffer_rotate’ from ‘ply_pixel_buffer_new’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1026:21: branch_true: following ‘true’ branch (when ‘y < height’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1029:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1031:29: branch_true: following ‘true’ branch (when ‘x < width’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1032:28: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1033:33: danger: ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)(y * width + x) * 4’ could be NULL: unchecked value from [(8)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def68]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1035:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)(y * width + x) * 4’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:999:1: enter_function: entry to ‘ply_pixel_buffer_rotate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1014:18: call_function: calling ‘ply_pixel_buffer_new’ from ‘ply_pixel_buffer_rotate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1014:18: return_function: returning to ‘ply_pixel_buffer_rotate’ from ‘ply_pixel_buffer_new’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1026:21: branch_true: following ‘true’ branch (when ‘y < height’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1029:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1031:29: branch_true: following ‘true’ branch (when ‘x < width’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1032:28: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1032:28: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1036:41: call_function: calling ‘ply_pixel_buffer_interpolate’ from ‘ply_pixel_buffer_rotate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1036:41: return_function: returning to ‘ply_pixel_buffer_rotate’ from ‘ply_pixel_buffer_interpolate’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1035:33: danger: ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)(y * width + x) * 4’ could be NULL: unchecked value from [(8)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def69]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1067:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)(y * width + x) * 4’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1045:1: enter_function: entry to ‘ply_pixel_buffer_tile’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1055:18: call_function: calling ‘ply_pixel_buffer_new’ from ‘ply_pixel_buffer_tile’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1055:18: return_function: returning to ‘ply_pixel_buffer_tile’ from ‘ply_pixel_buffer_new’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1063:21: branch_true: following ‘true’ branch (when ‘y < height’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1064:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1065:29: branch_true: following ‘true’ branch (when ‘x < width’)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1066:25: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-buffer.c:1067:25: danger: ‘ply_pixel_buffer_get_argb32_data(ply_pixel_buffer_new((long unsigned int)width, (long unsigned int)height)) + (long unsigned int)(y * width + x) * 4’ could be NULL: unchecked value from [(8)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def70]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-display.c:71:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘display’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-display.c:69:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-pixel-display.c:71:9: danger: ‘display’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def71]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-renderer.c:74:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘renderer’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-renderer.c:72:20: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-renderer.c:74:9: danger: ‘renderer’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def72]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:160:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘character’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:158:48: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:160:9: danger: ‘character’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def73]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:267:9: warning[-Wanalyzer-malloc-leak]: leak of ‘*character.bytes’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:246:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:249:57: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:249:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:253:22: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:255:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:259:21: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:266:28: acquire_memory: allocated here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-rich-text.c:267:9: danger: ‘*character.bytes’ leaks here; was allocated at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def74]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1245:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘command_object’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1356:1: enter_function: entry to ‘ply_terminal_emulator_parse_lines’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1369:16: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1370:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1370:17: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1373:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1386:17: call_function: calling ‘ply_terminal_emulator_parse_substring’ from ‘ply_terminal_emulator_parse_lines’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def75]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1285:33: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘command_object’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1356:1: enter_function: entry to ‘ply_terminal_emulator_parse_lines’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1369:16: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1370:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1370:17: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1373:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal-emulator.c:1386:17: call_function: calling ‘ply_terminal_emulator_parse_substring’ from ‘ply_terminal_emulator_parse_lines’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def76]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:130:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘terminal’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:126:9: branch_true: following ‘true’ branch (when ‘device_name’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:128:20: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:128:20: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:130:9: danger: ‘terminal’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def77]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1031:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘closure’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1027:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1030:19: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1030:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1031:9: danger: ‘closure’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def78]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1073:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘closure’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1072:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-terminal.c:1073:9: danger: ‘closure’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def79]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-display.c:113:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘display’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-display.c:110:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-display.c:113:9: danger: ‘display’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def80]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:81:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘progress_bar’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:78:24: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:81:9: danger: ‘progress_bar’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def81]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:150:15: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘buf’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:107:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:110:13: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:110:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:115:23: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:115:15: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-progress-bar.c:150:15: danger: argument 1 (‘buf’) from [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def82]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-step-bar.c:51:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘step_bar’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-step-bar.c:48:20: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-core/ply-text-step-bar.c:51:9: danger: ‘step_bar’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def83]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:88:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘animation’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:83:9: branch_true: following ‘true’ branch (when ‘image_dir’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:84:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:84:9: branch_true: following ‘true’ branch (when ‘frames_prefix’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:86:21: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:86:21: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-animation.c:88:9: danger: ‘animation’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def84]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-capslock-icon.c:66:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘capslock_icon’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-capslock-icon.c:61:9: branch_true: following ‘true’ branch (when ‘image_dir’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-capslock-icon.c:63:25: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-capslock-icon.c:63:25: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-capslock-icon.c:66:9: danger: ‘capslock_icon’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def85]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-console-viewer.c:105:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘console_viewer’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-console-viewer.c:103:26: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-console-viewer.c:105:9: danger: ‘console_viewer’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def86]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-entry.c:88:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘entry’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-entry.c:82:9: branch_true: following ‘true’ branch (when ‘image_dir’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-entry.c:84:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-entry.c:84:17: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-entry.c:88:9: danger: ‘entry’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def87]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:91:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘image’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:87:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:89:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:89:17: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:91:9: danger: ‘image’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def88]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:203:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘rows’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:150:9: branch_true: following ‘true’ branch (when ‘image’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:151:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:151:9: branch_true: following ‘true’ branch (when ‘fp’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:153:15: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:154:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:156:16: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:157:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:159:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:161:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:164:9: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:197:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:202:23: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:203:49: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-image.c:203:17: danger: ‘rows + (long unsigned int)row * 8’ could be NULL: unchecked value from [(12)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def89]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:108:21: warning[-Wanalyzer-null-argument]: use of NULL ‘icon_text’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:83:1: enter_function: entry to ‘ply_keymap_icon_fill_keymap_info’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:94:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:97:34: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:97:34: call_function: calling ‘ply_keymap_normalize_keymap’ from ‘ply_keymap_icon_fill_keymap_info’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:97:34: return_function: returning to ‘ply_keymap_icon_fill_keymap_info’ from ‘ply_keymap_normalize_keymap’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:99:21: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:102:21: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:102:20: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:104:27: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:104:27: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:108:21: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:108:21: danger: argument 2 (‘icon_text’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def90]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:108:21: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘icon_text’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:83:1: enter_function: entry to ‘ply_keymap_icon_fill_keymap_info’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:94:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:97:34: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:97:34: call_function: calling ‘ply_keymap_normalize_keymap’ from ‘ply_keymap_icon_fill_keymap_info’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:97:34: return_function: returning to ‘ply_keymap_icon_fill_keymap_info’ from ‘ply_keymap_normalize_keymap’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:99:21: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:102:21: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:102:20: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:108:21: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:108:21: danger: argument 2 (‘icon_text’) from [(8)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/7) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def91]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:130:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘keymap_icon’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:129:23: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-keymap-icon.c:130:9: danger: ‘keymap_icon’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def92]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-label.c:73:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘label’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-label.c:72:17: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-label.c:73:9: danger: ‘label’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def93]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:86:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘progress_animation’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:81:9: branch_true: following ‘true’ branch (when ‘image_dir’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:82:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:82:9: branch_true: following ‘true’ branch (when ‘frames_prefix’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:84:30: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:84:30: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-animation.c:86:9: danger: ‘progress_animation’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def94]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-bar.c:72:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘progress_bar’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-bar.c:70:24: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-progress-bar.c:72:9: danger: ‘progress_bar’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def95]
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:94:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘throbber’
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:89:9: branch_true: following ‘true’ branch (when ‘image_dir’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:90:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:90:9: branch_true: following ‘true’ branch (when ‘frames_prefix’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:92:20: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:92:20: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply-splash-graphics/ply-throbber.c:94:9: danger: ‘throbber’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def96]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-array.c:47:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘array’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-array.c:45:17: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-array.c:47:9: danger: ‘array’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def97]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:84:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:177:1: enter_function: entry to ‘ply_buffer_append_bytes’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:194:16: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:22: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:22: call_function: calling ‘ply_buffer_increase_capacity’ from ‘ply_buffer_append_bytes’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:22: return_function: returning to ‘ply_buffer_append_bytes’ from ‘ply_buffer_increase_capacity’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:20: branch_true: following ‘true’ branch...
branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:194:16: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:22: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:22: call_function: calling ‘ply_buffer_increase_capacity’ from ‘ply_buffer_append_bytes’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:195:22: return_function: returning to ‘ply_buffer_append_bytes’ from ‘ply_buffer_increase_capacity’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-buffer.c:196:25: call_function: calling ‘ply_buffer_remove_bytes’ from ‘ply_buffer_append_bytes’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def98]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:572:17: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:560:1: enter_function: entry to ‘ply_command_parser_get_options_for_command’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:565:9: branch_true: following ‘true’ branch (when ‘parser’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:566:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:566:9: branch_true: following ‘true’ branch (when ‘command’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:567:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:567:9: branch_true: following ‘true’ branch (when ‘option_name’ is non-NULL)...
branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:569:16: branch_true: following ‘true’ branch (when ‘option_name’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:572:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:574:17: call_function: calling ‘ply_command_parser_get_option_for_command’ from ‘ply_command_parser_get_options_for_command’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:574:17: return_function: returning to ‘ply_command_parser_get_options_for_command’ from ‘ply_command_parser_get_option_for_command’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:569:16: branch_true: following ‘true’ branch (when ‘option_name’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:572:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:572:17: danger: ‘<unknown>’ leaks here; was allocated at [(14)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def99]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:803:28: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘option_name’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:781:1: enter_function: entry to ‘ply_command_read_option’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:792:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:795:35: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:797:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:799:14: call_function: inlined call to ‘argument_is_option’ from ‘ply_command_read_option’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:802:23: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-command-parser.c:803:28: danger: argument 1 (‘option_name’) from [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def100]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:140:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:819:1: enter_function: entry to ‘ply_event_loop_watch_signal’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:826:18: call_function: inlined call to ‘ply_signal_source_new’ from ‘ply_event_loop_watch_signal’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def101]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:876:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘closure’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:872:9: branch_true: following ‘true’ branch (when ‘loop’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:873:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:873:9: branch_true: following ‘true’ branch (when ‘exit_handler’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:875:19: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:875:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:876:9: danger: ‘closure’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def102]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:920:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘timeout_watch’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:915:9: branch_true: following ‘true’ branch (when ‘loop’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:916:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:916:9: branch_true: following ‘true’ branch (when ‘timeout_handler’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:917:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:917:9: branch_true: following ‘true’ branch (when ‘seconds > 0.0’)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:919:25: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:919:25: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:920:9: danger: ‘timeout_watch’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-416): [#def103]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1085:29: warning[-Wanalyzer-use-after-free]: use after ‘free’ of ‘source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1072:1: enter_function: entry to ‘ply_event_loop_free_watches_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1077:9: branch_true: following ‘true’ branch (when ‘loop’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1078:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1078:9: branch_true: following ‘true’ branch (when ‘source’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1080:16: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1081:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1085:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1089:17: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1090:17: call_function: inlined call to ‘ply_fd_watch_free’ from ‘ply_event_loop_free_watches_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1092:17: call_function: calling ‘ply_event_source_drop_reference’ from ‘ply_event_loop_free_watches_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1092:17: return_function: returning to ‘ply_event_loop_free_watches_for_source’ from ‘ply_event_source_drop_reference’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1081:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1085:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1085:29: danger: use after ‘free’ of ‘source’; freed at [(23)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/22)
Error: GCC_ANALYZER_WARNING (CWE-416): [#def104]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1131:16: warning[-Wanalyzer-use-after-free]: use after ‘free’ of ‘source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1154:1: enter_function: entry to ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1157:9: call_function: calling ‘ply_event_loop_handle_disconnect_for_source’ from ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1157:9: return_function: returning to ‘ply_event_loop_disconnect_source’ from ‘ply_event_loop_handle_disconnect_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1163:9: call_function: calling ‘ply_event_loop_free_watches_for_source’ from ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1163:9: return_function: returning to ‘ply_event_loop_disconnect_source’ from ‘ply_event_loop_free_watches_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1164:9: call_function: calling ‘ply_event_loop_free_destinations_for_source’ from ‘ply_event_loop_disconnect_source’
Error: GCC_ANALYZER_WARNING (CWE-416): [#def105]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1136:29: warning[-Wanalyzer-use-after-free]: use after ‘free’ of ‘source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1123:1: enter_function: entry to ‘ply_event_loop_free_destinations_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1128:9: branch_true: following ‘true’ branch (when ‘loop’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1129:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1129:9: branch_true: following ‘true’ branch (when ‘source’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1131:16: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1132:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1136:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1141:17: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1142:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1148:17: call_function: calling ‘ply_event_source_drop_reference’ from ‘ply_event_loop_free_destinations_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1148:17: return_function: returning to ‘ply_event_loop_free_destinations_for_source’ from ‘ply_event_source_drop_reference’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1132:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1136:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1136:29: danger: use after ‘free’ of ‘source’; freed at [(22)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/21)
Error: GCC_ANALYZER_WARNING (CWE-416): [#def106]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1165:9: warning[-Wanalyzer-use-after-free]: use after ‘free’ of ‘source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1154:1: enter_function: entry to ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1157:9: call_function: calling ‘ply_event_loop_handle_disconnect_for_source’ from ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1157:9: return_function: returning to ‘ply_event_loop_disconnect_source’ from ‘ply_event_loop_handle_disconnect_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1163:9: call_function: calling ‘ply_event_loop_free_watches_for_source’ from ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1163:9: return_function: returning to ‘ply_event_loop_disconnect_source’ from ‘ply_event_loop_free_watches_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1164:9: call_function: calling ‘ply_event_loop_free_destinations_for_source’ from ‘ply_event_loop_disconnect_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1164:9: return_function: returning to ‘ply_event_loop_disconnect_source’ from ‘ply_event_loop_free_destinations_for_source’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-event-loop.c:1165:9: danger: use after ‘free’ of ‘source’; freed at [(38)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/37)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def107]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-hashtable.c:93:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘hashtable’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-hashtable.c:92:21: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-hashtable.c:93:9: danger: ‘hashtable’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def108]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:110:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘key_file’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:106:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:108:20: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:108:20: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:110:9: danger: ‘key_file’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def109]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:171:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘group’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:170:17: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:171:9: danger: ‘group’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def110]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:218:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘entry’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:207:20: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:216:25: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:216:25: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-key-file.c:218:17: danger: ‘entry’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def111]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-logger.c:563:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘filter’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-logger.c:561:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-logger.c:563:9: danger: ‘filter’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def112]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:79:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘progress’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:77:36: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:79:9: danger: ‘progress’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def113]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:201:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘message’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:171:12: branch_false: following ‘false’ branch...
branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:183:20: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:184:33: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:185:20: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:189:28: branch_false: following ‘false’ branch (when ‘string_size > i’)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:193:41: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:194:28: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:195:33: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:200:51: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:201:17: danger: ‘message’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def114]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:322:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘message’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:306:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:310:27: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:311:20: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:321:27: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:321:27: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-progress.c:322:17: danger: ‘message’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def115]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:86:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘new_rectangle’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:423:1: enter_function: entry to ‘ply_region_add_rectangle’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:429:9: branch_true: following ‘true’ branch (when ‘region’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:430:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:430:9: branch_true: following ‘true’ branch (when ‘rectangle’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:432:22: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-region.c:434:26: call_function: calling ‘copy_rectangle’ from ‘ply_region_add_rectangle’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def116]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-terminal-session.c:72:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘session’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-terminal-session.c:71:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-terminal-session.c:72:9: danger: ‘session’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def117]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:65:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘trigger’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:64:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:65:9: danger: ‘trigger’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def118]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:126:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘closure’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:125:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:126:9: danger: ‘closure’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def119]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:171:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘closure’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:168:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-trigger.c:171:9: danger: ‘closure’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def120]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:143:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘address’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:139:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:140:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:142:19: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:142:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:143:9: danger: ‘address’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def121]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:444:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘copy’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:441:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:443:21: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:444:21: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:444:17: danger: ‘copy + (long unsigned int)i * 8’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def122]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:646:47: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘parent_directory’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:624:9: branch_true: following ‘true’ branch (when ‘directory’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:625:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:625:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:627:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:627:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:632:13: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:632:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:638:13: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:638:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:643:30: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:644:20: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:645:44: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:645:44: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:646:47: danger: argument 1 (‘parent_directory’) from [(13)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/12) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def123]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:728:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘handle’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:691:1: enter_function: entry to ‘ply_create_daemon’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:697:14: call_function: calling ‘ply_open_unidirectional_pipe’ from ‘ply_create_daemon’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:697:14: return_function: returning to ‘ply_create_daemon’ from ‘ply_open_unidirectional_pipe’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:697:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:701:15: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:703:12: branch_false: following ‘false’ branch (when ‘pid >= 0’)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:706:12: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:706:12: branch_false: following ‘false’ branch (when ‘pid == 0’)...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:725:9: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:727:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:728:9: danger: ‘handle’ could be NULL: unchecked value from [(18)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/17)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def124]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:811:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘size’
branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:811:16: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:811:16: danger: use of uninitialized value ‘size’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def125]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:966:21: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘command_line’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:950:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:955:24: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:955:24: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:957:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:962:9: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:965:21: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:966:33: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:966:21: danger: ‘command_line + (sizetype)i’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def126]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:969:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘command_line’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:950:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:955:24: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:955:24: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:957:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:962:9: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:965:21: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:969:21: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:969:9: danger: ‘command_line + (sizetype)i’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING: [#def127]
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:1324:15: warning[-Wanalyzer-fd-use-without-check]: ‘read’ on possibly invalid file descriptor ‘open(filename, 0)’
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:1323:14: acquire_resource: opened here
plymouth-24.004.60/redhat-linux-build/../src/libply/ply-utils.c:1324:15: danger: ‘open(filename, 0)’ could be invalid: unchecked value from [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def128]
plymouth-24.004.60/redhat-linux-build/../src/main.c:1994:30: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘file’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/main.c:2083:1: enter_function: entry to ‘initialize_environment’
plymouth-24.004.60/redhat-linux-build/../src/main.c:2109:9: call_function: calling ‘check_verbosity’ from ‘initialize_environment’
Error: GCC_ANALYZER_WARNING (CWE-479): [#def129]
plymouth-24.004.60/redhat-linux-build/../src/main.c:2261:17: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘free’ from within signal handler
plymouth-24.004.60/redhat-linux-build/../src/main.c:2321:1: enter_function: entry to ‘main’
plymouth-24.004.60/redhat-linux-build/../src/main.c:2363:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/main.c:2374:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/main.c:2390:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/main.c:2404:13: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/main.c:2432:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/main.c:2437:9: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/main.c:2224:1: enter_function: entry to ‘on_crash’
plymouth-24.004.60/redhat-linux-build/../src/main.c:2259:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/main.c:2260:17: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/main.c:2261:17: danger: call to ‘free’ from within signal handler
Error: GCC_ANALYZER_WARNING (CWE-476): [#def130]
plymouth-24.004.60/redhat-linux-build/../src/plugins/controls/label-freetype/plugin.c:447:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘entry’
plymouth-24.004.60/redhat-linux-build/../src/plugins/controls/label-freetype/plugin.c:672:1: enter_function: entry to ‘draw_control’
plymouth-24.004.60/redhat-linux-build/../src/plugins/controls/label-freetype/plugin.c:686:9: call_function: calling ‘update_scale_factor_from_pixel_buffer’ from ‘draw_control’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
plymouth-24.004.60/redhat-linux-build/../src/plugins/controls/label-freetype/plugin.c:448:9: warning[-Wanalyzer-malloc-leak]: leak of ‘entry’
plymouth-24.004.60/redhat-linux-build/../src/plugins/controls/label-freetype/plugin.c:672:1: enter_function: entry to ‘draw_control’
plymouth-24.004.60/redhat-linux-build/../src/plugins/controls/label-freetype/plugin.c:686:9: call_function: calling ‘update_scale_factor_from_pixel_buffer’ from ‘draw_control’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def132]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:230:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘buffer’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1644:1: enter_function: entry to ‘map_to_device’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1652:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1653:48: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1655:21: call_function: calling ‘ply_renderer_head_map’ from ‘map_to_device’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def133]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1200:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘output’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1625:1: enter_function: entry to ‘handle_change_event’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1630:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1635:15: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/drm/plugin.c:1635:15: call_function: calling ‘create_heads_for_active_connectors’ from ‘handle_change_event’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def134]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:253:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘backend’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:250:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:252:12: branch_true: following ‘true’ branch (when ‘device_name’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:253:40: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:253:17: danger: ‘backend’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def135]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:255:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘backend’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:250:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:252:12: branch_false: following ‘false’ branch (when ‘device_name’ is NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:254:18: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:254:17: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:255:48: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:255:17: danger: ‘backend’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def136]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:257:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘backend’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:250:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:252:12: branch_false: following ‘false’ branch (when ‘device_name’ is NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:254:18: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:254:17: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:258:25: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/frame-buffer/plugin.c:257:17: danger: ‘backend’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def137]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:129:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘backend’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:124:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:127:19: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:127:19: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:129:9: danger: ‘backend’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def138]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:226:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘head’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:224:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:226:9: danger: ‘head’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def139]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:239:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘head’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:237:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:239:9: danger: ‘head’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def140]
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:271:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘head’
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:269:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/renderers/x11/plugin.c:271:9: danger: ‘head’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def141]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/details/plugin.c:90:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘view’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/details/plugin.c:253:1: enter_function: entry to ‘add_text_display’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/details/plugin.c:259:16: call_function: inlined call to ‘view_new’ from ‘add_text_display’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def142]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/details/plugin.c:158:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘plugin’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/details/plugin.c:157:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/details/plugin.c:158:9: danger: ‘plugin’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def143]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:279:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘star’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:966:1: enter_function: entry to ‘view_add_star’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:976:9: branch_true: following ‘true’ branch (when ‘view’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:978:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:1030:18: branch_false: following ‘false’ branch (when ‘node’ is NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:1032:42: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:1032:16: call_function: calling ‘star_new’ from ‘view_add_star’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def144]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:326:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘view’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:859:1: enter_function: entry to ‘add_pixel_display’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/fade-throbber/plugin.c:864:16: call_function: calling ‘view_new’ from ‘add_pixel_display’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def145]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/plugin.c:159:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘new_env_var’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/plugin.c:158:23: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/plugin.c:159:9: danger: ‘new_env_var’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def146]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/plugin.c:171:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘plugin’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/plugin.c:170:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/plugin.c:171:9: danger: ‘plugin’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def147]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-debug.c:48:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘new_location’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-debug.c:47:49: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-debug.c:48:9: danger: ‘new_location’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def148]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-math.c:119:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘data’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-math.c:70:40: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-math.c:119:9: danger: ‘data’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def149]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-plymouth.c:122:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘data’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-plymouth.c:120:44: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-plymouth.c:122:9: danger: ‘data’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def150]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-sprite.c:56:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘sprite’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-sprite.c:53:28: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-sprite.c:56:9: danger: ‘sprite’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def151]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-sprite.c:537:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘script_display’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-sprite.c:535:48: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-sprite.c:537:9: danger: ‘script_display’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def152]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-string.c:126:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘data’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-string.c:103:42: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-lib-string.c:126:9: danger: ‘data’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def153]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:152:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘obj’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:435:15: enter_function: entry to ‘script_obj_hash_get_element’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:443:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:447:39: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:450:28: call_function: calling ‘script_obj_new_null’ from ‘script_obj_hash_get_element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def154]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:181:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘obj’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:435:15: enter_function: entry to ‘script_obj_hash_get_element’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:443:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:444:28: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:444:28: call_function: calling ‘script_obj_new_hash’ from ‘script_obj_hash_get_element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def155]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:449:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘variable’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:443:12: branch_false: following ‘false’ branch...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:447:39: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:447:39: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-object.c:449:9: danger: ‘variable’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def156]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-parse.c:63:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘exp’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-parse.c:250:27: enter_function: entry to ‘script_parse_function_def’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-parse.c:287:32: call_function: calling ‘script_parse_op’ from ‘script_parse_function_def’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def157]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-parse.c:151:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘op’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-parse.c:250:27: enter_function: entry to ‘script_parse_function_def’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-parse.c:287:32: call_function: calling ‘script_parse_op’ from ‘script_parse_function_def’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-scan.c:274:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-scan.c:391:22: enter_function: entry to ‘script_scan_peek_next_token’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-scan.c:393:16: call_function: calling ‘script_scan_peek_token’ from ‘script_scan_peek_next_token’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def159]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-scan.c:359:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(40)’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-scan.c:391:22: enter_function: entry to ‘script_scan_peek_next_token’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script-scan.c:393:16: call_function: calling ‘script_scan_peek_token’ from ‘script_scan_peek_next_token’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def160]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:48:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘function’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:46:39: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:48:9: danger: ‘function’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def161]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:62:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘function’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:60:39: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:62:9: danger: ‘function’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def162]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:104:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘class’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:102:44: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:104:9: danger: ‘class’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def163]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:122:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘state’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:119:33: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:122:9: danger: ‘state’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def164]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:136:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘newstate’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:133:36: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/script/script.c:136:9: danger: ‘newstate’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def165]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:421:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘new_sprite’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1283:1: enter_function: entry to ‘start_animation’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1291:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1295:24: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1298:17: call_function: calling ‘view_start_animation’ from ‘start_animation’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def166]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1580:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘star_bg’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1283:1: enter_function: entry to ‘start_animation’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1291:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1295:24: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1298:17: call_function: calling ‘view_start_animation’ from ‘start_animation’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def167]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1682:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘progress’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1283:1: enter_function: entry to ‘start_animation’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1291:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1295:24: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1298:17: call_function: calling ‘view_start_animation’ from ‘start_animation’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def168]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1703:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘flare’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1283:1: enter_function: entry to ‘start_animation’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1291:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1295:24: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/space-flares/plugin.c:1298:17: call_function: calling ‘view_start_animation’ from ‘start_animation’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def169]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:93:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘view’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:92:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:93:9: danger: ‘view’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def170]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:309:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘plugin’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:306:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:309:9: danger: ‘plugin’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def171]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:623:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘entered_text’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:620:24: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:622:21: branch_true: following ‘true’ branch (when ‘i < bullets’)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:623:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/text/plugin.c:623:17: danger: ‘entered_text + (sizetype)i’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def172]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:96:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘view’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:95:16: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:96:9: danger: ‘view’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def173]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:315:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘plugin’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:312:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:315:9: danger: ‘plugin’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def174]
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:629:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘entered_text’
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:626:24: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:628:21: branch_true: following ‘true’ branch (when ‘i < bullets’)...
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:629:29: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/plugins/splash/tribar/plugin.c:629:17: danger: ‘entered_text + (sizetype)i’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def175]
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:115:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘server’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:114:18: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:115:9: danger: ‘server’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def176]
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:170:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘connection’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:169:22: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:170:9: danger: ‘connection’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def177]
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:245:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘*command’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:236:9: branch_true: following ‘true’ branch (when ‘connection’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:237:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:237:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:239:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:241:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:244:20: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:244:20: acquire_memory: this call could return NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:245:9: danger: ‘calloc(2, 1)’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def178]
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:245:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘command’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:406:1: enter_function: entry to ‘ply_boot_connection_on_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:411:9: branch_true: following ‘true’ branch (when ‘connection’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:412:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:412:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:414:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:415:9: branch_true: following ‘true’ branch (when ‘server’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: call_function: calling ‘ply_boot_connection_read_request’ from ‘ply_boot_connection_on_request’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def179]
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:468:25: warning[-Wanalyzer-null-argument]: use of NULL ‘argument’ where non-null expected
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:406:1: enter_function: entry to ‘ply_boot_connection_on_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:411:9: branch_true: following ‘true’ branch (when ‘connection’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:412:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:412:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:414:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:415:9: branch_true: following ‘true’ branch (when ‘server’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: call_function: calling ‘ply_boot_connection_read_request’ from ‘ply_boot_connection_on_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: return_function: returning to ‘ply_boot_connection_on_request’ from ‘ply_boot_connection_read_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:423:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:426:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:439:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:439:12: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:452:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:452:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:464:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:464:19: branch_true: following ‘true’ branch (when the strings are equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:466:23: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:466:23: release_memory: ‘argument’ is NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:468:25: release_memory: ‘argument’ is NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:469:21: release_memory: ‘argument’ is NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:468:25: danger: argument 1 (‘argument’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def180]
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:530:40: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘argument’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:406:1: enter_function: entry to ‘ply_boot_connection_on_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:411:9: branch_true: following ‘true’ branch (when ‘connection’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:412:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:412:9: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:414:9: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:415:9: branch_true: following ‘true’ branch (when ‘server’ is non-NULL)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: call_function: calling ‘ply_boot_connection_read_request’ from ‘ply_boot_connection_on_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:14: return_function: returning to ‘ply_boot_connection_on_request’ from ‘ply_boot_connection_read_request’
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:417:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:423:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:426:12: branch_true: following ‘true’ branch...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:439:13: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:439:12: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:452:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:452:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:464:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:464:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:485:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:485:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:489:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:489:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:493:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:493:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:497:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:497:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:501:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:501:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:522:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:522:19: branch_false: following ‘false’ branch (when the strings are non-equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:526:20: branch_false: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:526:19: branch_true: following ‘true’ branch (when the strings are equal)...
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:530:40: branch_true: ...to here
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:530:40: release_memory: ‘argument’ is NULL
plymouth-24.004.60/redhat-linux-build/../src/ply-boot-server.c:530:40: danger: dereference of NULL ‘argument’
Error: CPPCHECK_WARNING (CWE-476): [#def181]
plymouth-24.004.60/src/client/ply-boot-client.c:72: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def182]
plymouth-24.004.60/src/client/ply-boot-client.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def183]
plymouth-24.004.60/src/client/ply-boot-client.c:74: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def184]
plymouth-24.004.60/src/client/ply-boot-client.c:75: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def185]
plymouth-24.004.60/src/client/ply-boot-client.c:76: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def186]
plymouth-24.004.60/src/client/ply-boot-client.c:77: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def187]
plymouth-24.004.60/src/client/ply-boot-client.c:78: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def188]
plymouth-24.004.60/src/client/ply-boot-client.c:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: client
Error: CPPCHECK_WARNING (CWE-476): [#def189]
plymouth-24.004.60/src/client/ply-boot-client.c:215: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: request
Error: CPPCHECK_WARNING (CWE-476): [#def190]
plymouth-24.004.60/src/client/ply-boot-client.c:216: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: request
Error: CPPCHECK_WARNING (CWE-476): [#def191]
plymouth-24.004.60/src/client/ply-boot-client.c:219: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: request
Error: CPPCHECK_WARNING (CWE-476): [#def192]
plymouth-24.004.60/src/client/ply-boot-client.c:220: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: request
Error: CPPCHECK_WARNING (CWE-476): [#def193]
plymouth-24.004.60/src/client/ply-boot-client.c:221: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: request
Error: CPPCHECK_WARNING (CWE-476): [#def194]
plymouth-24.004.60/src/client/ply-boot-client.c:377: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: request_string
Error: COMPILER_WARNING (CWE-252): [#def195]
plymouth-24.004.60/src/client/ply-boot-client.c: scope_hint: In function ‘ply_boot_client_get_request_string’
plymouth-24.004.60/src/client/ply-boot-client.c:384:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def196]
plymouth-24.004.60/src/client/plymouth.c: scope_hint: In function ‘on_password_answer’
plymouth-24.004.60/src/client/plymouth.c:275:25: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def197]
plymouth-24.004.60/src/client/plymouth.c: scope_hint: In function ‘on_question_answer’
plymouth-24.004.60/src/client/plymouth.c:313:25: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def198]
plymouth-24.004.60/src/client/plymouth.c: scope_hint: In function ‘on_key_answer’
plymouth-24.004.60/src/client/plymouth.c:358:17: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def199]
plymouth-24.004.60/src/client/plymouth.c:479: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: password_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def200]
plymouth-24.004.60/src/client/plymouth.c:480: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: password_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def201]
plymouth-24.004.60/src/client/plymouth.c:481: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: password_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def202]
plymouth-24.004.60/src/client/plymouth.c:482: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: password_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def203]
plymouth-24.004.60/src/client/plymouth.c:483: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: password_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def204]
plymouth-24.004.60/src/client/plymouth.c:484: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: password_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def205]
plymouth-24.004.60/src/client/plymouth.c:531: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: question_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def206]
plymouth-24.004.60/src/client/plymouth.c:532: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: question_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def207]
plymouth-24.004.60/src/client/plymouth.c:533: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: question_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def208]
plymouth-24.004.60/src/client/plymouth.c:534: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: question_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def209]
plymouth-24.004.60/src/client/plymouth.c:535: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: question_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def210]
plymouth-24.004.60/src/client/plymouth.c:609: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: key_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def211]
plymouth-24.004.60/src/client/plymouth.c:610: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: key_answer_state
Error: CPPCHECK_WARNING (CWE-476): [#def212]
plymouth-24.004.60/src/client/plymouth.c:611: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: key_answer_state
Error: COMPILER_WARNING (CWE-252): [#def213]
plymouth-24.004.60/src/client/plymouth.c: scope_hint: In function ‘on_system_update_request’
plymouth-24.004.60/src/client/plymouth.c:870:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def214]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:97: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def215]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:98: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def216]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def217]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:100: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def218]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:101: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def219]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:103: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def220]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:104: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: CPPCHECK_WARNING (CWE-476): [#def221]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:105: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: splash
Error: COMPILER_WARNING (CWE-252): [#def222]
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c: scope_hint: In function ‘ply_boot_splash_load’
plymouth-24.004.60/src/libply-splash-core/ply-boot-splash.c:233:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def223]
plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c: scope_hint: In function ‘get_terminal’
plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c:744:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def224]
plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c:746: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: full_name
Error: CPPCHECK_WARNING (CWE-476): [#def225]
plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c:863: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: manager
Error: CPPCHECK_WARNING (CWE-476): [#def226]
plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c:864: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: manager
Error: CPPCHECK_WARNING (CWE-476): [#def227]
plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c:866: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: manager
Error: COMPILER_WARNING (CWE-457): [#def228]
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c: scope_hint: In function ‘on_input’
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:253:20: warning[-Wmaybe-uninitialized]: ‘key_state’ may be used uninitialized
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:193:37: note: ‘key_state’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def229]
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:254:41: warning[-Wmaybe-uninitialized]: ‘xkb_key_direction’ may be used uninitialized
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:194:40: note: ‘xkb_key_direction’ was declared here
Error: CPPCHECK_WARNING (CWE-476): [#def230]
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:481: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: xkb_state
Error: CPPCHECK_WARNING (CWE-476): [#def231]
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:483: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: xkb_state
Error: CPPCHECK_WARNING (CWE-476): [#def232]
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:485: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: xkb_state
Error: CPPCHECK_WARNING (CWE-476): [#def233]
plymouth-24.004.60/src/libply-splash-core/ply-input-device.c:487: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: xkb_state
Error: CPPCHECK_WARNING (CWE-476): [#def234]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:113: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def235]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:114: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def236]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:115: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def237]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def238]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def239]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:118: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def240]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def241]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def242]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard->provider.if_terminal
Error: CPPCHECK_WARNING (CWE-476): [#def243]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:121: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def244]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:123: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def245]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:135: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def246]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:136: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def247]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:137: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def248]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def249]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def250]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def251]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def252]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:142: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def253]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:142: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard->provider.if_renderer
Error: CPPCHECK_WARNING (CWE-476): [#def254]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:146: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def255]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:148: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keyboard
Error: CPPCHECK_WARNING (CWE-476): [#def256]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:528: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def257]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:529: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: COMPILER_WARNING (CWE-252): [#def258]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c: scope_hint: In function ‘handle_kmsg_message’
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:132:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def259]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_message
Error: CPPCHECK_WARNING (CWE-476): [#def260]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_message
Error: CPPCHECK_WARNING (CWE-476): [#def261]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_message
Error: CPPCHECK_WARNING (CWE-476): [#def262]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_message
Error: COMPILER_WARNING (CWE-252): [#def263]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:143:25: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def264]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:144: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_message
Error: CPPCHECK_WARNING (CWE-476): [#def265]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:166: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_reader
Error: CPPCHECK_WARNING (CWE-476): [#def266]
plymouth-24.004.60/src/libply-splash-core/ply-kmsg-reader.c:167: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: kmsg_reader
Error: CPPCHECK_WARNING (CWE-476): [#def267]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:341: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_clip_area
Error: CPPCHECK_WARNING (CWE-476): [#def268]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:344: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def269]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:381: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def270]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:382: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def271]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:383: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def272]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:384: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def273]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:385: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def274]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:386: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def275]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:387: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def276]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:389: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def277]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-buffer.c:391: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def278]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-display.c:71: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def279]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-display.c:72: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def280]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-display.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def281]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-display.c:78: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def282]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-display.c:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def283]
plymouth-24.004.60/src/libply-splash-core/ply-pixel-display.c:80: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def284]
plymouth-24.004.60/src/libply-splash-core/ply-renderer.c:74: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: renderer
Error: CPPCHECK_WARNING (CWE-476): [#def285]
plymouth-24.004.60/src/libply-splash-core/ply-renderer.c:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: renderer
Error: CPPCHECK_WARNING (CWE-476): [#def286]
plymouth-24.004.60/src/libply-splash-core/ply-rich-text.c:43: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rich_text
Error: CPPCHECK_WARNING (CWE-476): [#def287]
plymouth-24.004.60/src/libply-splash-core/ply-rich-text.c:44: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rich_text
Error: CPPCHECK_WARNING (CWE-476): [#def288]
plymouth-24.004.60/src/libply-splash-core/ply-rich-text.c:159: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: character
Error: CPPCHECK_WARNING (CWE-476): [#def289]
plymouth-24.004.60/src/libply-splash-core/ply-rich-text.c:160: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: character
Error: CPPCHECK_WARNING (CWE-476): [#def290]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:151: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def291]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:152: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def292]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:153: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def293]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:154: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def294]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:156: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def295]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:157: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def296]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:158: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def297]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:161: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def298]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:163: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def299]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:166: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def300]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:169: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def301]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def302]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:173: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def303]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:174: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def304]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:176: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def305]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:177: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def306]
plymouth-24.004.60/src/libply-splash-core/ply-terminal-emulator.c:179: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal_emulator
Error: CPPCHECK_WARNING (CWE-476): [#def307]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: CPPCHECK_WARNING (CWE-476): [#def308]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: CPPCHECK_WARNING (CWE-476): [#def309]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:132: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: COMPILER_WARNING (CWE-252): [#def310]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c: scope_hint: In function ‘ply_terminal_new’
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:137:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def311]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: CPPCHECK_WARNING (CWE-476): [#def312]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: CPPCHECK_WARNING (CWE-476): [#def313]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: CPPCHECK_WARNING (CWE-476): [#def314]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:142: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: CPPCHECK_WARNING (CWE-476): [#def315]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:143: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: terminal
Error: COMPILER_WARNING (CWE-252): [#def316]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c: scope_hint: In function ‘ply_terminal_write’
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:365:9: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def317]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:1031: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def318]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:1032: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def319]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:1073: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def320]
plymouth-24.004.60/src/libply-splash-core/ply-terminal.c:1074: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def321]
plymouth-24.004.60/src/libply-splash-core/ply-text-display.c:112: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: CPPCHECK_WARNING (CWE-476): [#def322]
plymouth-24.004.60/src/libply-splash-core/ply-text-display.c:113: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: display
Error: COMPILER_WARNING (CWE-252): [#def323]
plymouth-24.004.60/src/libply-splash-core/ply-text-display.c: scope_hint: In function ‘ply_text_display_write’
plymouth-24.004.60/src/libply-splash-core/ply-text-display.c:246:9: warning[-Wunused-result]: ignoring return value of ‘vasprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def324]
plymouth-24.004.60/src/libply-splash-core/ply-text-display.c:249:9: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def325]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:80: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def326]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:81: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def327]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:82: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def328]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:83: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: COMPILER_WARNING (CWE-252): [#def329]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c: scope_hint: In function ‘get_os_string’
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:116:9: warning[-Wunused-result]: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def330]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:145:25: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def331]
plymouth-24.004.60/src/libply-splash-core/ply-text-progress-bar.c:164:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def332]
plymouth-24.004.60/src/libply-splash-core/ply-text-step-bar.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: step_bar
Error: CPPCHECK_WARNING (CWE-476): [#def333]
plymouth-24.004.60/src/libply-splash-core/ply-text-step-bar.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: step_bar
Error: CPPCHECK_WARNING (CWE-476): [#def334]
plymouth-24.004.60/src/libply-splash-core/ply-text-step-bar.c:52: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: step_bar
Error: CPPCHECK_WARNING (CWE-476): [#def335]
plymouth-24.004.60/src/libply-splash-core/ply-text-step-bar.c:53: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: step_bar
Error: CPPCHECK_WARNING (CWE-476): [#def336]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:88: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def337]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:89: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def338]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:90: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def339]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:91: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def340]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:92: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def341]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def342]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:94: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: CPPCHECK_WARNING (CWE-476): [#def343]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: animation
Error: COMPILER_WARNING (CWE-252): [#def344]
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c: scope_hint: In function ‘ply_animation_add_frames’
plymouth-24.004.60/src/libply-splash-graphics/ply-animation.c:249:25: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def345]
plymouth-24.004.60/src/libply-splash-graphics/ply-capslock-icon.c: scope_hint: In function ‘ply_capslock_icon_new’
plymouth-24.004.60/src/libply-splash-graphics/ply-capslock-icon.c:65:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def346]
plymouth-24.004.60/src/libply-splash-graphics/ply-capslock-icon.c:66: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: capslock_icon
Error: CPPCHECK_WARNING (CWE-476): [#def347]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:105: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def348]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:106: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def349]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:108: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def350]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:112: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def351]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:114: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def352]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def353]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def354]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def355]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def356]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def357]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def358]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:134: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: CPPCHECK_WARNING (CWE-476): [#def359]
plymouth-24.004.60/src/libply-splash-graphics/ply-console-viewer.c:136: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: console_viewer
Error: COMPILER_WARNING (CWE-252): [#def360]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c: scope_hint: In function ‘ply_entry_new’
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:87:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def361]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:88: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: COMPILER_WARNING (CWE-252): [#def362]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:92:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def363]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def364]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def365]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def366]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:98: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def367]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def368]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:101: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def369]
plymouth-24.004.60/src/libply-splash-graphics/ply-entry.c:102: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def370]
plymouth-24.004.60/src/libply-splash-graphics/ply-image.c:91: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: image
Error: CPPCHECK_WARNING (CWE-476): [#def371]
plymouth-24.004.60/src/libply-splash-graphics/ply-image.c:92: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: image
Error: CPPCHECK_WARNING (CWE-476): [#def372]
plymouth-24.004.60/src/libply-splash-graphics/ply-image.c:203: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rows
Error: CPPCHECK_WARNING (CWE-476): [#def373]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:90: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keymap_icon
Error: CPPCHECK_WARNING (CWE-476): [#def374]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:92: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keymap_icon
Error: CPPCHECK_WARNING (CWE-476): [#def375]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keymap_icon
Error: CPPCHECK_WARNING (CWE-476): [#def376]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keymap_icon
Error: CPPCHECK_WARNING (CWE-476): [#def377]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:132: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keymap_icon
Error: CPPCHECK_WARNING (CWE-476): [#def378]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:133: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keymap_icon
Error: COMPILER_WARNING (CWE-252): [#def379]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c: scope_hint: In function ‘ply_keymap_icon_load’
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:167:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def380]
plymouth-24.004.60/src/libply-splash-graphics/ply-keymap-icon.c:174:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def381]
plymouth-24.004.60/src/libply-splash-graphics/ply-label.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def382]
plymouth-24.004.60/src/libply-splash-graphics/ply-label.c:74: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def383]
plymouth-24.004.60/src/libply-splash-graphics/ply-label.c:75: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def384]
plymouth-24.004.60/src/libply-splash-graphics/ply-label.c:76: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def385]
plymouth-24.004.60/src/libply-splash-graphics/ply-label.c:77: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def386]
plymouth-24.004.60/src/libply-splash-graphics/ply-label.c:78: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def387]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:86: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def388]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:87: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def389]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:88: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def390]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:89: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def391]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:90: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def392]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:91: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def393]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:92: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def394]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def395]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:94: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def396]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def397]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def398]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:97: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def399]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:98: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def400]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: CPPCHECK_WARNING (CWE-476): [#def401]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:100: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_animation
Error: COMPILER_WARNING (CWE-252): [#def402]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c: scope_hint: In function ‘ply_progress_animation_add_frames’
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-animation.c:358:25: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def403]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-bar.c:72: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def404]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-bar.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def405]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-bar.c:74: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def406]
plymouth-24.004.60/src/libply-splash-graphics/ply-progress-bar.c:75: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress_bar
Error: CPPCHECK_WARNING (CWE-476): [#def407]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:94: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def408]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def409]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def410]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:97: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def411]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:98: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def412]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def413]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:100: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def414]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:101: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def415]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:102: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def416]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:103: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: CPPCHECK_WARNING (CWE-476): [#def417]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:104: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: throbber
Error: COMPILER_WARNING (CWE-252): [#def418]
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c: scope_hint: In function ‘ply_throbber_add_frames’
plymouth-24.004.60/src/libply-splash-graphics/ply-throbber.c:260:25: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def419]
plymouth-24.004.60/src/libply/ply-array.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: array
Error: CPPCHECK_WARNING (CWE-476): [#def420]
plymouth-24.004.60/src/libply/ply-array.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: array
Error: CPPCHECK_WARNING (CWE-476): [#def421]
plymouth-24.004.60/src/libply/ply-array.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: array
Error: CPPCHECK_WARNING (CWE-476): [#def422]
plymouth-24.004.60/src/libply/ply-buffer.c:106: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def423]
plymouth-24.004.60/src/libply/ply-buffer.c:107: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def424]
plymouth-24.004.60/src/libply/ply-buffer.c:108: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: COMPILER_WARNING (CWE-563): [#def425]
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.h:29: included_from: Included from here.
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:22: included_from: Included from here.
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c: scope_hint: In function ‘process_backspace’
plymouth-24.004.60/src/libply/ply-buffer.h:60:20: warning[-Wunused-value]: value computed is not used
plymouth-24.004.60/src/libply-splash-core/ply-keyboard.c:161:9: note: in expansion of macro ‘ply_buffer_borrow_bytes’
Error: CPPCHECK_WARNING (CWE-476): [#def426]
plymouth-24.004.60/src/libply/ply-command-parser.c:87: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: option
Error: CPPCHECK_WARNING (CWE-476): [#def427]
plymouth-24.004.60/src/libply/ply-command-parser.c:88: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: option
Error: CPPCHECK_WARNING (CWE-476): [#def428]
plymouth-24.004.60/src/libply/ply-command-parser.c:89: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: option
Error: CPPCHECK_WARNING (CWE-476): [#def429]
plymouth-24.004.60/src/libply/ply-command-parser.c:115: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command
Error: CPPCHECK_WARNING (CWE-476): [#def430]
plymouth-24.004.60/src/libply/ply-command-parser.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command
Error: CPPCHECK_WARNING (CWE-476): [#def431]
plymouth-24.004.60/src/libply/ply-command-parser.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command
Error: CPPCHECK_WARNING (CWE-476): [#def432]
plymouth-24.004.60/src/libply/ply-command-parser.c:118: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command
Error: CPPCHECK_WARNING (CWE-476): [#def433]
plymouth-24.004.60/src/libply/ply-command-parser.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command
Error: CPPCHECK_WARNING (CWE-476): [#def434]
plymouth-24.004.60/src/libply/ply-command-parser.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command
Error: CPPCHECK_WARNING (CWE-476): [#def435]
plymouth-24.004.60/src/libply/ply-command-parser.c:349: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command_parser
Error: CPPCHECK_WARNING (CWE-476): [#def436]
plymouth-24.004.60/src/libply/ply-command-parser.c:350: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command_parser
Error: CPPCHECK_WARNING (CWE-476): [#def437]
plymouth-24.004.60/src/libply/ply-command-parser.c:351: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: command_parser
Error: CPPCHECK_WARNING (CWE-476): [#def438]
plymouth-24.004.60/src/libply/ply-command-parser.c:803: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: option_name
Error: CPPCHECK_WARNING (CWE-476): [#def439]
plymouth-24.004.60/src/libply/ply-event-loop.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def440]
plymouth-24.004.60/src/libply/ply-event-loop.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def441]
plymouth-24.004.60/src/libply/ply-event-loop.c:142: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def442]
plymouth-24.004.60/src/libply/ply-event-loop.c:143: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def443]
plymouth-24.004.60/src/libply/ply-event-loop.c:168: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dispatcher
Error: CPPCHECK_WARNING (CWE-476): [#def444]
plymouth-24.004.60/src/libply/ply-event-loop.c:282: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: destination
Error: CPPCHECK_WARNING (CWE-476): [#def445]
plymouth-24.004.60/src/libply/ply-event-loop.c:283: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: destination
Error: CPPCHECK_WARNING (CWE-476): [#def446]
plymouth-24.004.60/src/libply/ply-event-loop.c:284: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: destination
Error: CPPCHECK_WARNING (CWE-476): [#def447]
plymouth-24.004.60/src/libply/ply-event-loop.c:285: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: destination
Error: CPPCHECK_WARNING (CWE-476): [#def448]
plymouth-24.004.60/src/libply/ply-event-loop.c:286: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: destination
Error: CPPCHECK_WARNING (CWE-476): [#def449]
plymouth-24.004.60/src/libply/ply-event-loop.c:306: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: watch
Error: CPPCHECK_WARNING (CWE-476): [#def450]
plymouth-24.004.60/src/libply/ply-event-loop.c:331: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def451]
plymouth-24.004.60/src/libply/ply-event-loop.c:332: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def452]
plymouth-24.004.60/src/libply/ply-event-loop.c:333: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def453]
plymouth-24.004.60/src/libply/ply-event-loop.c:334: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def454]
plymouth-24.004.60/src/libply/ply-event-loop.c:335: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def455]
plymouth-24.004.60/src/libply/ply-event-loop.c:336: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: CPPCHECK_WARNING (CWE-476): [#def456]
plymouth-24.004.60/src/libply/ply-event-loop.c:485: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def457]
plymouth-24.004.60/src/libply/ply-event-loop.c:486: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def458]
plymouth-24.004.60/src/libply/ply-event-loop.c:488: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def459]
plymouth-24.004.60/src/libply/ply-event-loop.c:490: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def460]
plymouth-24.004.60/src/libply/ply-event-loop.c:491: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def461]
plymouth-24.004.60/src/libply/ply-event-loop.c:492: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def462]
plymouth-24.004.60/src/libply/ply-event-loop.c:494: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def463]
plymouth-24.004.60/src/libply/ply-event-loop.c:495: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def464]
plymouth-24.004.60/src/libply/ply-event-loop.c:496: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def465]
plymouth-24.004.60/src/libply/ply-event-loop.c:498: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def466]
plymouth-24.004.60/src/libply/ply-event-loop.c:500: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def467]
plymouth-24.004.60/src/libply/ply-event-loop.c:512: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: loop
Error: CPPCHECK_WARNING (CWE-476): [#def468]
plymouth-24.004.60/src/libply/ply-event-loop.c:876: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def469]
plymouth-24.004.60/src/libply/ply-event-loop.c:877: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def470]
plymouth-24.004.60/src/libply/ply-event-loop.c:920: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: timeout_watch
Error: CPPCHECK_WARNING (CWE-476): [#def471]
plymouth-24.004.60/src/libply/ply-event-loop.c:921: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: timeout_watch
Error: CPPCHECK_WARNING (CWE-476): [#def472]
plymouth-24.004.60/src/libply/ply-event-loop.c:922: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: timeout_watch
Error: CPPCHECK_WARNING (CWE-476): [#def473]
plymouth-24.004.60/src/libply/ply-hashtable.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def474]
plymouth-24.004.60/src/libply/ply-hashtable.c:94: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def475]
plymouth-24.004.60/src/libply/ply-hashtable.c:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def476]
plymouth-24.004.60/src/libply/ply-hashtable.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def477]
plymouth-24.004.60/src/libply/ply-hashtable.c:97: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def478]
plymouth-24.004.60/src/libply/ply-hashtable.c:98: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def479]
plymouth-24.004.60/src/libply/ply-hashtable.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def480]
plymouth-24.004.60/src/libply/ply-hashtable.c:100: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def481]
plymouth-24.004.60/src/libply/ply-hashtable.c:102: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def482]
plymouth-24.004.60/src/libply/ply-hashtable.c:104: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def483]
plymouth-24.004.60/src/libply/ply-hashtable.c:155: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def484]
plymouth-24.004.60/src/libply/ply-hashtable.c:158: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def485]
plymouth-24.004.60/src/libply/ply-hashtable.c:159: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def486]
plymouth-24.004.60/src/libply/ply-hashtable.c:161: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def487]
plymouth-24.004.60/src/libply/ply-hashtable.c:162: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def488]
plymouth-24.004.60/src/libply/ply-hashtable.c:163: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def489]
plymouth-24.004.60/src/libply/ply-hashtable.c:164: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def490]
plymouth-24.004.60/src/libply/ply-hashtable.c:165: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def491]
plymouth-24.004.60/src/libply/ply-hashtable.c:166: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def492]
plymouth-24.004.60/src/libply/ply-hashtable.c:167: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def493]
plymouth-24.004.60/src/libply/ply-hashtable.c:168: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hashtable
Error: CPPCHECK_WARNING (CWE-476): [#def494]
plymouth-24.004.60/src/libply/ply-key-file.c:110: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: key_file
Error: CPPCHECK_WARNING (CWE-476): [#def495]
plymouth-24.004.60/src/libply/ply-key-file.c:111: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: key_file
Error: CPPCHECK_WARNING (CWE-476): [#def496]
plymouth-24.004.60/src/libply/ply-key-file.c:112: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: key_file
Error: CPPCHECK_WARNING (CWE-476): [#def497]
plymouth-24.004.60/src/libply/ply-key-file.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: group
Error: CPPCHECK_WARNING (CWE-476): [#def498]
plymouth-24.004.60/src/libply/ply-key-file.c:172: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: group
Error: COMPILER_WARNING (CWE-252): [#def499]
plymouth-24.004.60/src/libply/ply-key-file.c: scope_hint: In function ‘ply_key_file_load_group’
plymouth-24.004.60/src/libply/ply-key-file.c:196:25: warning[-Wunused-result]: ignoring return value of ‘getline’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def500]
plymouth-24.004.60/src/libply/ply-key-file.c:218: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def501]
plymouth-24.004.60/src/libply/ply-key-file.c:219: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def502]
plymouth-24.004.60/src/libply/ply-key-file.c:221: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: COMPILER_WARNING (CWE-252): [#def503]
plymouth-24.004.60/src/libply/ply-key-file.c: scope_hint: In function ‘ply_key_file_load_groups’
plymouth-24.004.60/src/libply/ply-key-file.c:248:25: warning[-Wunused-result]: ignoring return value of ‘getline’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def504]
plymouth-24.004.60/src/libply/ply-list.c:53: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: CPPCHECK_WARNING (CWE-476): [#def505]
plymouth-24.004.60/src/libply/ply-list.c:54: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: CPPCHECK_WARNING (CWE-476): [#def506]
plymouth-24.004.60/src/libply/ply-list.c:55: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list
Error: CPPCHECK_WARNING (CWE-476): [#def507]
plymouth-24.004.60/src/libply/ply-list.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: node
Error: COMPILER_WARNING (CWE-252): [#def508]
plymouth-24.004.60/src/libply/ply-logger.c: scope_hint: In function ‘ply_logger_write_exception’
plymouth-24.004.60/src/libply/ply-logger.c:113:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def509]
plymouth-24.004.60/src/libply/ply-logger.c:231: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def510]
plymouth-24.004.60/src/libply/ply-logger.c:232: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def511]
plymouth-24.004.60/src/libply/ply-logger.c:233: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def512]
plymouth-24.004.60/src/libply/ply-logger.c:234: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def513]
plymouth-24.004.60/src/libply/ply-logger.c:235: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def514]
plymouth-24.004.60/src/libply/ply-logger.c:237: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def515]
plymouth-24.004.60/src/libply/ply-logger.c:238: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def516]
plymouth-24.004.60/src/libply/ply-logger.c:239: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def517]
plymouth-24.004.60/src/libply/ply-logger.c:241: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logger
Error: CPPCHECK_WARNING (CWE-476): [#def518]
plymouth-24.004.60/src/libply/ply-logger.c:563: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: filter
Error: CPPCHECK_WARNING (CWE-476): [#def519]
plymouth-24.004.60/src/libply/ply-logger.c:564: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: filter
Error: CPPCHECK_WARNING (CWE-476): [#def520]
plymouth-24.004.60/src/libply/ply-progress.c:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def521]
plymouth-24.004.60/src/libply/ply-progress.c:80: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def522]
plymouth-24.004.60/src/libply/ply-progress.c:81: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def523]
plymouth-24.004.60/src/libply/ply-progress.c:82: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def524]
plymouth-24.004.60/src/libply/ply-progress.c:83: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def525]
plymouth-24.004.60/src/libply/ply-progress.c:84: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def526]
plymouth-24.004.60/src/libply/ply-progress.c:85: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def527]
plymouth-24.004.60/src/libply/ply-progress.c:86: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def528]
plymouth-24.004.60/src/libply/ply-progress.c:87: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def529]
plymouth-24.004.60/src/libply/ply-progress.c:88: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def530]
plymouth-24.004.60/src/libply/ply-progress.c:89: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-401): [#def531]
plymouth-24.004.60/src/libply/ply-progress.c:191: error[memleakOnRealloc]: Common realloc mistake: 'string' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-476): [#def532]
plymouth-24.004.60/src/libply/ply-progress.c:201: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: message
Error: CPPCHECK_WARNING (CWE-476): [#def533]
plymouth-24.004.60/src/libply/ply-progress.c:202: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: message
Error: CPPCHECK_WARNING (CWE-476): [#def534]
plymouth-24.004.60/src/libply/ply-progress.c:322: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: message
Error: CPPCHECK_WARNING (CWE-476): [#def535]
plymouth-24.004.60/src/libply/ply-progress.c:323: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: message
Error: CPPCHECK_WARNING (CWE-476): [#def536]
plymouth-24.004.60/src/libply/ply-progress.c:324: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: message
Error: CPPCHECK_WARNING (CWE-476): [#def537]
plymouth-24.004.60/src/libply/ply-region.c:46: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: region
Error: CPPCHECK_WARNING (CWE-476): [#def538]
plymouth-24.004.60/src/libply/ply-region.c:86: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_rectangle
Error: CPPCHECK_WARNING (CWE-476): [#def539]
plymouth-24.004.60/src/libply/ply-terminal-session.c:72: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: session
Error: CPPCHECK_WARNING (CWE-476): [#def540]
plymouth-24.004.60/src/libply/ply-terminal-session.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: session
Error: CPPCHECK_WARNING (CWE-476): [#def541]
plymouth-24.004.60/src/libply/ply-terminal-session.c:74: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: session
Error: CPPCHECK_WARNING (CWE-476): [#def542]
plymouth-24.004.60/src/libply/ply-terminal-session.c:75: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: session
Error: CPPCHECK_WARNING (CWE-476): [#def543]
plymouth-24.004.60/src/libply/ply-terminal-session.c:76: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: session
Error: CPPCHECK_WARNING (CWE-476): [#def544]
plymouth-24.004.60/src/libply/ply-trigger.c:65: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: trigger
Error: CPPCHECK_WARNING (CWE-476): [#def545]
plymouth-24.004.60/src/libply/ply-trigger.c:66: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: trigger
Error: CPPCHECK_WARNING (CWE-476): [#def546]
plymouth-24.004.60/src/libply/ply-trigger.c:67: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: trigger
Error: CPPCHECK_WARNING (CWE-476): [#def547]
plymouth-24.004.60/src/libply/ply-trigger.c:126: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def548]
plymouth-24.004.60/src/libply/ply-trigger.c:127: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def549]
plymouth-24.004.60/src/libply/ply-trigger.c:128: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def550]
plymouth-24.004.60/src/libply/ply-trigger.c:169: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def551]
plymouth-24.004.60/src/libply/ply-trigger.c:170: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def552]
plymouth-24.004.60/src/libply/ply-trigger.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: closure
Error: CPPCHECK_WARNING (CWE-476): [#def553]
plymouth-24.004.60/src/libply/ply-utils.c:143: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: address
Error: CPPCHECK_WARNING (CWE-476): [#def554]
plymouth-24.004.60/src/libply/ply-utils.c:444: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
Error: CPPCHECK_WARNING (CWE-476): [#def555]
plymouth-24.004.60/src/libply/ply-utils.c:646: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: parent_directory
Error: CPPCHECK_WARNING (CWE-476): [#def556]
plymouth-24.004.60/src/libply/ply-utils.c:728: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: handle
Error: COMPILER_WARNING (CWE-457): [#def557]
plymouth-24.004.60/src/libply/ply-utils.c: scope_hint: In function ‘ply_utf8_character_get_size_from_byte_type’
plymouth-24.004.60/src/libply/ply-utils.c:811:16: warning[-Wmaybe-uninitialized]: ‘size’ may be used uninitialized
plymouth-24.004.60/src/libply/ply-utils.c:790:16: note: ‘size’ was declared here
Error: COMPILER_WARNING (CWE-252): [#def558]
plymouth-24.004.60/src/libply/ply-utils.c: scope_hint: In function ‘ply_get_process_command_line’
plymouth-24.004.60/src/libply/ply-utils.c:946:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def559]
plymouth-24.004.60/src/libply/ply-utils.c: scope_hint: In function ‘ply_get_process_parent_pid’
plymouth-24.004.60/src/libply/ply-utils.c:986:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def560]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘get_theme_path’
plymouth-24.004.60/src/main.c:290:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def561]
plymouth-24.004.60/src/main.c:548: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def562]
plymouth-24.004.60/src/main.c:549: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def563]
plymouth-24.004.60/src/main.c:550: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def564]
plymouth-24.004.60/src/main.c:564: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def565]
plymouth-24.004.60/src/main.c:565: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def566]
plymouth-24.004.60/src/main.c:566: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def567]
plymouth-24.004.60/src/main.c:621: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keystroke_trigger
Error: CPPCHECK_WARNING (CWE-476): [#def568]
plymouth-24.004.60/src/main.c:622: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: keystroke_trigger
Error: COMPILER_WARNING (CWE-252): [#def569]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘on_newroot’
plymouth-24.004.60/src/main.c:677:9: warning[-Wunused-result]: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def570]
plymouth-24.004.60/src/main.c:678:9: warning[-Wunused-result]: ignoring return value of ‘chroot’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def571]
plymouth-24.004.60/src/main.c:679:9: warning[-Wunused-result]: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def572]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘check_verbosity’
plymouth-24.004.60/src/main.c:1992:33: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def573]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘write_maps’
plymouth-24.004.60/src/main.c:2173:9: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def574]
plymouth-24.004.60/src/main.c:2185:33: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def575]
plymouth-24.004.60/src/main.c:2200:17: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def576]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘write_backtrace’
plymouth-24.004.60/src/main.c:2212:9: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def577]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘on_crash’
plymouth-24.004.60/src/main.c:2240:17: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def578]
plymouth-24.004.60/src/main.c: scope_hint: In function ‘main’
plymouth-24.004.60/src/main.c:2439:9: warning[-Wunused-result]: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def579]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c: scope_hint: In function ‘find_default_font_path’
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:134:9: warning[-Wunused-result]: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def580]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c: scope_hint: In function ‘find_default_monospace_font_path’
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:154:9: warning[-Wunused-result]: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def581]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:172: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def582]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:173: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def583]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:174: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def584]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:175: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def585]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:176: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: COMPILER_WARNING (CWE-457): [#def586]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:334:52: warning[-Wmaybe-uninitialized]: ‘red’ may be used uninitialized
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c: scope_hint: In function ‘load_glyphs’
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:554:25: note: ‘red’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def587]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:335:52: warning[-Wmaybe-uninitialized]: ‘green’ may be used uninitialized
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c: scope_hint: In function ‘load_glyphs’
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:554:30: note: ‘green’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def588]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:336:52: warning[-Wmaybe-uninitialized]: ‘blue’ may be used uninitialized
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c: scope_hint: In function ‘load_glyphs’
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:554:37: note: ‘blue’ was declared here
Error: CPPCHECK_WARNING (CWE-476): [#def589]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:447: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entry
Error: CPPCHECK_WARNING (CWE-476): [#def590]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:777: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def591]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:780: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def592]
plymouth-24.004.60/src/plugins/controls/label-freetype/plugin.c:781: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def593]
plymouth-24.004.60/src/plugins/controls/label-pango/plugin.c:83: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def594]
plymouth-24.004.60/src/plugins/controls/label-pango/plugin.c:84: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def595]
plymouth-24.004.60/src/plugins/controls/label-pango/plugin.c:85: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def596]
plymouth-24.004.60/src/plugins/controls/label-pango/plugin.c:86: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: label
Error: CPPCHECK_WARNING (CWE-476): [#def597]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:230: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def598]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:231: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def599]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:232: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffer
Error: CPPCHECK_WARNING (CWE-476): [#def600]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:604: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def601]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:605: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def602]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:606: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def603]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:607: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def604]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:608: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def605]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:609: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def606]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:611: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def607]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:612: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def608]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:613: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def609]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:614: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def610]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:617: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def611]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:618: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def612]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:622: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def613]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:623: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def614]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:624: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def615]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:629: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def616]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:631: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def617]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:632: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def618]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:635: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def619]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:638: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def620]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:896: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def621]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:898: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def622]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:899: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def623]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:900: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def624]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:901: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def625]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:902: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def626]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:903: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def627]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:904: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def628]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:906: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def629]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1261: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: outputs
Error: CPPCHECK_WARNING (CWE-476): [#def630]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1288: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: outputs
Error: CPPCHECK_WARNING (CWE-476): [#def631]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1310: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: outputs
Error: CPPCHECK_WARNING (CWE-476): [#def632]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1323: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_outputs
Error: CPPCHECK_WARNING (CWE-476): [#def633]
plymouth-24.004.60/src/plugins/renderers/drm/plugin.c:1324: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_outputs
Error: CPPCHECK_WARNING (CWE-682): [#def634]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:202: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def635]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:207: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-476): [#def636]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:262: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def637]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:263: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def638]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:264: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def639]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:265: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def640]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:266: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def641]
plymouth-24.004.60/src/plugins/renderers/frame-buffer/plugin.c:267: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def642]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:129: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def643]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def644]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: backend
Error: CPPCHECK_WARNING (CWE-476): [#def645]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:226: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def646]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:227: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def647]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:228: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def648]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:229: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def649]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:230: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def650]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:231: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def651]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:232: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def652]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:233: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def653]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:239: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def654]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:240: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def655]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:241: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def656]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:242: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def657]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:243: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def658]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:244: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def659]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:245: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def660]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:246: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def661]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:271: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def662]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:272: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def663]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:273: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def664]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:274: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def665]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:275: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def666]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:276: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def667]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:277: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def668]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:280: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def669]
plymouth-24.004.60/src/plugins/renderers/x11/plugin.c:281: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: head
Error: CPPCHECK_WARNING (CWE-476): [#def670]
plymouth-24.004.60/src/plugins/splash/details/plugin.c:90: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def671]
plymouth-24.004.60/src/plugins/splash/details/plugin.c:91: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def672]
plymouth-24.004.60/src/plugins/splash/details/plugin.c:158: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def673]
plymouth-24.004.60/src/plugins/splash/details/plugin.c:159: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def674]
plymouth-24.004.60/src/plugins/splash/details/plugin.c:160: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def675]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:234: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def676]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:236: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def677]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c: scope_hint: In function ‘create_plugin’
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:239:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def678]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:240: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def679]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:243:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def680]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:244: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def681]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:247: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def682]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:248: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def683]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:251: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def684]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:253: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def685]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:256: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def686]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:261: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def687]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:263: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def688]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:264: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def689]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:266: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def690]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:279: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star
Error: CPPCHECK_WARNING (CWE-476): [#def691]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:280: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star
Error: CPPCHECK_WARNING (CWE-476): [#def692]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:281: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star
Error: CPPCHECK_WARNING (CWE-476): [#def693]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:282: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star
Error: CPPCHECK_WARNING (CWE-476): [#def694]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:326: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def695]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:327: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def696]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:329: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def697]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:330: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def698]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:331: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def699]
plymouth-24.004.60/src/plugins/splash/fade-throbber/plugin.c:333: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def700]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:159: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_env_var
Error: CPPCHECK_WARNING (CWE-476): [#def701]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:160: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_env_var
Error: CPPCHECK_WARNING (CWE-476): [#def702]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def703]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:174: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def704]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:178: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def705]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:179: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def706]
plymouth-24.004.60/src/plugins/splash/script/plugin.c:181: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def707]
plymouth-24.004.60/src/plugins/splash/script/script-debug.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_location
Error: CPPCHECK_WARNING (CWE-476): [#def708]
plymouth-24.004.60/src/plugins/splash/script/script-debug.c:49: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_location
Error: CPPCHECK_WARNING (CWE-476): [#def709]
plymouth-24.004.60/src/plugins/splash/script/script-debug.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_location
Error: CPPCHECK_WARNING (CWE-476): [#def710]
plymouth-24.004.60/src/plugins/splash/script/script-debug.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_location
Error: COMPILER_WARNING (CWE-252): [#def711]
plymouth-24.004.60/src/plugins/splash/script/script-execute.c: scope_hint: In function ‘script_evaluate_set’
plymouth-24.004.60/src/plugins/splash/script/script-execute.c:147:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def712]
plymouth-24.004.60/src/plugins/splash/script/script-execute.c: scope_hint: In function ‘script_execute_function_with_parlist’
plymouth-24.004.60/src/plugins/splash/script/script-execute.c:589:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def713]
plymouth-24.004.60/src/plugins/splash/script/script-lib-image.c: scope_hint: In function ‘image_new’
plymouth-24.004.60/src/plugins/splash/script/script-lib-image.c:69:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def714]
plymouth-24.004.60/src/plugins/splash/script/script-lib-image.c:268: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def715]
plymouth-24.004.60/src/plugins/splash/script/script-lib-image.c:269: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def716]
plymouth-24.004.60/src/plugins/splash/script/script-lib-image.c:332: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def717]
plymouth-24.004.60/src/plugins/splash/script/script-lib-image.c:333: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def718]
plymouth-24.004.60/src/plugins/splash/script/script-lib-math.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def719]
plymouth-24.004.60/src/plugins/splash/script/script-lib-math.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def720]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:122: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def721]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:123: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def722]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:124: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def723]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:125: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def724]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:126: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def725]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:127: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def726]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:128: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def727]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:129: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def728]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def729]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def730]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:132: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def731]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:133: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def732]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:134: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def733]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:135: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def734]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:136: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def735]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:137: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def736]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def737]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def738]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:251: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def739]
plymouth-24.004.60/src/plugins/splash/script/script-lib-plymouth.c:252: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def740]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:55: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def741]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:56: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def742]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:57: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def743]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:58: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def744]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:59: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def745]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:60: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def746]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:61: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def747]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:62: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def748]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:63: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def749]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:64: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def750]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:65: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def751]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:66: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def752]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:67: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def753]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:68: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: sprite
Error: CPPCHECK_WARNING (CWE-476): [#def754]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:510: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def755]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:511: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def756]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:512: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def757]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:514: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def758]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:516: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def759]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:517: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def760]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:520: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def761]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:522: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def762]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:524: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def763]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:525: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def764]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:528: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def765]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:537: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: script_display
Error: CPPCHECK_WARNING (CWE-476): [#def766]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:538: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: script_display
Error: CPPCHECK_WARNING (CWE-476): [#def767]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:543: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def768]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:552: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def769]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:553: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def770]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:554: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def771]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:687: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def772]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:688: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def773]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:689: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def774]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:690: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def775]
plymouth-24.004.60/src/plugins/splash/script/script-lib-sprite.c:691: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def776]
plymouth-24.004.60/src/plugins/splash/script/script-lib-string.c:126: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def777]
plymouth-24.004.60/src/plugins/splash/script/script-lib-string.c:127: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def778]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:152: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def779]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:153: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def780]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:161: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def781]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:162: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def782]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:163: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def783]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def784]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:172: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def785]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:173: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def786]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:181: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def787]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:182: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def788]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:184: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def789]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:192: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def790]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:193: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def791]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:194: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def792]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:204: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def793]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:205: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def794]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:206: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def795]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:219: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def796]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:220: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def797]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:221: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def798]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:222: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def799]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:231: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def800]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:232: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def801]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:233: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: CPPCHECK_WARNING (CWE-476): [#def802]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:234: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: obj
Error: COMPILER_WARNING (CWE-252): [#def803]
plymouth-24.004.60/src/plugins/splash/script/script-object.c: scope_hint: In function ‘script_obj_as_string’
plymouth-24.004.60/src/plugins/splash/script/script-object.c:314:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def804]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:319:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def805]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:449: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: variable
Error: CPPCHECK_WARNING (CWE-476): [#def806]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:450: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: variable
Error: CPPCHECK_WARNING (CWE-476): [#def807]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:451: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: variable
Error: CPPCHECK_WARNING (CWE-476): [#def808]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:452: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: variable
Error: CPPCHECK_WARNING (CWE-476): [#def809]
plymouth-24.004.60/src/plugins/splash/script/script-object.c:453: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: variable
Error: COMPILER_WARNING (CWE-252): [#def810]
plymouth-24.004.60/src/plugins/splash/script/script-object.c: scope_hint: In function ‘script_obj_plus’
plymouth-24.004.60/src/plugins/splash/script/script-object.c:531:25: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def811]
plymouth-24.004.60/src/plugins/splash/script/script-parse.c:63: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: exp
Error: CPPCHECK_WARNING (CWE-476): [#def812]
plymouth-24.004.60/src/plugins/splash/script/script-parse.c:151: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: op
Error: CPPCHECK_WARNING (CWE-476): [#def813]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:44: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def814]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:45: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def815]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:46: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def816]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def817]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def818]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def819]
plymouth-24.004.60/src/plugins/splash/script/script-scan.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: scan
Error: CPPCHECK_WARNING (CWE-476): [#def820]
plymouth-24.004.60/src/plugins/splash/script/script.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def821]
plymouth-24.004.60/src/plugins/splash/script/script.c:49: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def822]
plymouth-24.004.60/src/plugins/splash/script/script.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def823]
plymouth-24.004.60/src/plugins/splash/script/script.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def824]
plymouth-24.004.60/src/plugins/splash/script/script.c:52: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def825]
plymouth-24.004.60/src/plugins/splash/script/script.c:62: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def826]
plymouth-24.004.60/src/plugins/splash/script/script.c:63: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def827]
plymouth-24.004.60/src/plugins/splash/script/script.c:64: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def828]
plymouth-24.004.60/src/plugins/splash/script/script.c:65: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def829]
plymouth-24.004.60/src/plugins/splash/script/script.c:66: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: function
Error: CPPCHECK_WARNING (CWE-476): [#def830]
plymouth-24.004.60/src/plugins/splash/script/script.c:104: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: class
Error: CPPCHECK_WARNING (CWE-476): [#def831]
plymouth-24.004.60/src/plugins/splash/script/script.c:105: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: class
Error: CPPCHECK_WARNING (CWE-476): [#def832]
plymouth-24.004.60/src/plugins/splash/script/script.c:106: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: class
Error: CPPCHECK_WARNING (CWE-476): [#def833]
plymouth-24.004.60/src/plugins/splash/script/script.c:122: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: state
Error: CPPCHECK_WARNING (CWE-476): [#def834]
plymouth-24.004.60/src/plugins/splash/script/script.c:124: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: state
Error: CPPCHECK_WARNING (CWE-476): [#def835]
plymouth-24.004.60/src/plugins/splash/script/script.c:125: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: state
Error: CPPCHECK_WARNING (CWE-476): [#def836]
plymouth-24.004.60/src/plugins/splash/script/script.c:126: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: state
Error: CPPCHECK_WARNING (CWE-476): [#def837]
plymouth-24.004.60/src/plugins/splash/script/script.c:136: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: newstate
Error: CPPCHECK_WARNING (CWE-476): [#def838]
plymouth-24.004.60/src/plugins/splash/script/script.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: newstate
Error: CPPCHECK_WARNING (CWE-476): [#def839]
plymouth-24.004.60/src/plugins/splash/script/script.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: newstate
Error: CPPCHECK_WARNING (CWE-476): [#def840]
plymouth-24.004.60/src/plugins/splash/script/script.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: newstate
Error: CPPCHECK_WARNING (CWE-476): [#def841]
plymouth-24.004.60/src/plugins/splash/script/script.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: newstate
Error: CPPCHECK_WARNING (CWE-476): [#def842]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:235: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def843]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:236: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def844]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:238: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def845]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:239: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def846]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:240: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def847]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:242: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def848]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:420: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def849]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:421: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def850]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:422: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def851]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:423: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def852]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:424: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def853]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:425: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def854]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:426: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def855]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:427: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def856]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:428: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def857]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:429: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def858]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:430: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: new_sprite
Error: CPPCHECK_WARNING (CWE-476): [#def859]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:580: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def860]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c: scope_hint: In function ‘create_plugin’
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:584:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def861]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:585: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def862]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:588:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def863]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:589: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def864]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:592:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def865]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:593: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def866]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:621:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def867]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:622: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def868]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:626: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def869]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:627: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def870]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:630: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def871]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:632: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def872]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:635: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def873]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:640: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def874]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:641: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def875]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:642: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def876]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:644: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def877]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:646: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def878]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:648: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def879]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1019: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def880]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1020: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def881]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1021: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def882]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1022: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def883]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1023: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def884]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1024: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def885]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1025: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def886]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1580: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def887]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1581: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def888]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1582: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def889]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1583: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def890]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1584: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def891]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1595: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def892]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1600: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def893]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1601: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def894]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1602: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: star_bg
Error: CPPCHECK_WARNING (CWE-476): [#def895]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1682: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def896]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1686: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def897]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1687: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def898]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1688: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def899]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1689: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def900]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1691: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: progress
Error: CPPCHECK_WARNING (CWE-476): [#def901]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1703: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def902]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1704: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def903]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1706: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def904]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1713: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def905]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1714: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def906]
plymouth-24.004.60/src/plugins/splash/space-flares/plugin.c:1727: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: flare
Error: CPPCHECK_WARNING (CWE-476): [#def907]
plymouth-24.004.60/src/plugins/splash/text/plugin.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def908]
plymouth-24.004.60/src/plugins/splash/text/plugin.c:94: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def909]
plymouth-24.004.60/src/plugins/splash/text/plugin.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def910]
plymouth-24.004.60/src/plugins/splash/text/plugin.c:307: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def911]
plymouth-24.004.60/src/plugins/splash/text/plugin.c:309: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def912]
plymouth-24.004.60/src/plugins/splash/text/plugin.c:623: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entered_text
Error: CPPCHECK_WARNING (CWE-476): [#def913]
plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def914]
plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:97: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def915]
plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def916]
plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:313: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def917]
plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:315: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: CPPCHECK_WARNING (CWE-476): [#def918]
plymouth-24.004.60/src/plugins/splash/tribar/plugin.c:629: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: entered_text
Error: CPPCHECK_WARNING (CWE-476): [#def919]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:234: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def920]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:235: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def921]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:237: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def922]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:238: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def923]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:239: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def924]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:240: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def925]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:242: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def926]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:246: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def927]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:247: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def928]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:251: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def929]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:254: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def930]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:255: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def931]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:257: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def932]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:258: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def933]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:260: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def934]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:261: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def935]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:263: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: CPPCHECK_WARNING (CWE-476): [#def936]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:264: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: view
Error: COMPILER_WARNING (CWE-252): [#def937]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c: scope_hint: In function ‘create_plugin’
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1168:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def938]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1169: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def939]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1172:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def940]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1173: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def941]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1176:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def942]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1177: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def943]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1180:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def944]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1181: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: plugin
Error: COMPILER_WARNING (CWE-252): [#def945]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1184:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def946]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1187:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def947]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1194:9: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def948]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1203:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def949]
plymouth-24.004.60/src/plugins/splash/two-step/plugin.c:1333:17: warning[-Wunused-result]: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def950]
plymouth-24.004.60/src/ply-boot-server.c:115: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def951]
plymouth-24.004.60/src/ply-boot-server.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def952]
plymouth-24.004.60/src/ply-boot-server.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def953]
plymouth-24.004.60/src/ply-boot-server.c:118: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def954]
plymouth-24.004.60/src/ply-boot-server.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def955]
plymouth-24.004.60/src/ply-boot-server.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def956]
plymouth-24.004.60/src/ply-boot-server.c:121: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def957]
plymouth-24.004.60/src/ply-boot-server.c:122: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def958]
plymouth-24.004.60/src/ply-boot-server.c:123: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def959]
plymouth-24.004.60/src/ply-boot-server.c:124: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def960]
plymouth-24.004.60/src/ply-boot-server.c:125: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def961]
plymouth-24.004.60/src/ply-boot-server.c:126: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def962]
plymouth-24.004.60/src/ply-boot-server.c:127: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def963]
plymouth-24.004.60/src/ply-boot-server.c:128: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def964]
plymouth-24.004.60/src/ply-boot-server.c:129: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def965]
plymouth-24.004.60/src/ply-boot-server.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def966]
plymouth-24.004.60/src/ply-boot-server.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def967]
plymouth-24.004.60/src/ply-boot-server.c:132: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def968]
plymouth-24.004.60/src/ply-boot-server.c:133: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def969]
plymouth-24.004.60/src/ply-boot-server.c:134: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def970]
plymouth-24.004.60/src/ply-boot-server.c:135: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def971]
plymouth-24.004.60/src/ply-boot-server.c:136: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def972]
plymouth-24.004.60/src/ply-boot-server.c:137: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def973]
plymouth-24.004.60/src/ply-boot-server.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def974]
plymouth-24.004.60/src/ply-boot-server.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def975]
plymouth-24.004.60/src/ply-boot-server.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: server
Error: CPPCHECK_WARNING (CWE-476): [#def976]
plymouth-24.004.60/src/ply-boot-server.c:170: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: connection
Error: CPPCHECK_WARNING (CWE-476): [#def977]
plymouth-24.004.60/src/ply-boot-server.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: connection
Error: CPPCHECK_WARNING (CWE-476): [#def978]
plymouth-24.004.60/src/ply-boot-server.c:172: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: connection
Error: CPPCHECK_WARNING (CWE-476): [#def979]
plymouth-24.004.60/src/ply-boot-server.c:173: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: connection
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-220.us-west-2.compute.internal |
known-false-positives | /usr/share/csmock/known-false-positives.js |
known-false-positives-rpm | known-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | plymouth-24.004.60-18.fc43 |
store-results-to | /tmp/tmp640r7dt0/plymouth-24.004.60-18.fc43.tar.xz |
time-created | 2025-04-25 15:10:06 |
time-finished | 2025-04-25 15:12:06 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmp640r7dt0/plymouth-24.004.60-18.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp640r7dt0/plymouth-24.004.60-18.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |