libguestfs-1.55.9-1.fc43
List of Findings
Error: SHELLCHECK_WARNING (CWE-758): [#def1]
/etc/profile.d/guestfish.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-88): [#def2]
/usr/bin/virt-copy-in:19:12: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-156): [#def3]
/usr/bin/virt-copy-in:22:22: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-88): [#def4]
/usr/bin/virt-copy-out:19:12: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-156): [#def5]
/usr/bin/virt-copy-out:22:22: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-88): [#def6]
/usr/bin/virt-tar-in:19:12: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-156): [#def7]
/usr/bin/virt-tar-in:22:22: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-88): [#def8]
/usr/bin/virt-tar-out:19:12: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-156): [#def9]
/usr/bin/virt-tar-out:22:22: warning[SC2046]: Quote this to prevent word splitting.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def10]
libguestfs-1.55.9/common/edit/file-edit.c:326:6: warning[-Wanalyzer-malloc-leak]: leak of 'generate_random_name(guestfs_realpath(g, fn))'
libguestfs-1.55.9/common/edit/file-edit.c:251:1: enter_function: entry to 'do_upload'
libguestfs-1.55.9/common/edit/file-edit.c:266:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/edit/file-edit.c:274:13: branch_false: ...to here
libguestfs-1.55.9/common/edit/file-edit.c:274:13: call_function: calling 'generate_random_name' from 'do_upload'
libguestfs-1.55.9/common/edit/file-edit.c:274:13: return_function: returning to 'do_upload' from 'generate_random_name'
libguestfs-1.55.9/common/edit/file-edit.c:326:6: danger: 'generate_random_name(guestfs_realpath(g, fn))' leaks here; was allocated at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def11]
libguestfs-1.55.9/common/mlpcre/pcre-c.c:247:3: warning[-Wanalyzer-malloc-leak]: leak of ‘m’
libguestfs-1.55.9/common/mlpcre/pcre-c.c:190:1: enter_function: entry to ‘guestfs_int_pcre_matches’
libguestfs-1.55.9/common/mlpcre/pcre-c.c:192:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:192:3: branch_false: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:198:7: acquire_memory: allocated here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:199:6: branch_false: following ‘false’ branch (when ‘m’ is non-NULL)...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:205:16: branch_false: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:206:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:210:3: branch_false: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:214:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:220:23: branch_false: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:222:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:232:3: branch_false: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:232:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:239:6: branch_true: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:239:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:240:12: branch_true: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:241:5: call_function: inlined call to ‘free_last_match’ from ‘guestfs_int_pcre_matches’
libguestfs-1.55.9/common/mlpcre/pcre-c.c:242:5: branch_false: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:247:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/common/mlpcre/pcre-c.c:247:3: branch_true: ...to here
libguestfs-1.55.9/common/mlpcre/pcre-c.c:247:3: danger: ‘m’ leaks here; was allocated at [(4)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def12]
libguestfs-1.55.9/common/options/decrypt.c:96:27: warning[-Wanalyzer-malloc-leak]: leak of 'make_mapname(mountable)'
libguestfs-1.55.9/common/options/decrypt.c:201:1: enter_function: entry to 'inspect_do_decrypt'
libguestfs-1.55.9/common/options/decrypt.c:207:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/decrypt.c:210:17: branch_false: ...to here
libguestfs-1.55.9/common/options/decrypt.c:210:17: call_function: calling 'decrypt_mountables' from 'inspect_do_decrypt'
Error: CPPCHECK_WARNING (CWE-476): [#def13]
libguestfs-1.55.9/common/options/decrypt.c:113: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: mapname
Error: GCC_ANALYZER_WARNING (CWE-775): [#def14]
libguestfs-1.55.9/common/options/keys.c:99:10: warning[-Wanalyzer-file-leak]: leak of FILE 'infp'
libguestfs-1.55.9/common/options/keys.c:130:1: enter_function: entry to 'get_keys'
libguestfs-1.55.9/common/options/keys.c:148:6: branch_false: following 'false' branch (when 'r' is non-NULL)...
libguestfs-1.55.9/common/options/keys.c:153:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:188:6: branch_true: following 'true' branch (when 'match == r')...
libguestfs-1.55.9/common/options/keys.c:190:9: branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:190:9: call_function: calling 'read_key' from 'get_keys'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def15]
libguestfs-1.55.9/common/options/keys.c:99:10: warning[-Wanalyzer-malloc-leak]: leak of 'infp'
libguestfs-1.55.9/common/options/keys.c:130:1: enter_function: entry to 'get_keys'
libguestfs-1.55.9/common/options/keys.c:148:6: branch_false: following 'false' branch (when 'r' is non-NULL)...
libguestfs-1.55.9/common/options/keys.c:153:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:188:6: branch_true: following 'true' branch (when 'match == r')...
libguestfs-1.55.9/common/options/keys.c:190:9: branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:190:9: call_function: calling 'read_key' from 'get_keys'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def16]
libguestfs-1.55.9/common/options/keys.c:110:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(filename, "r")'
libguestfs-1.55.9/common/options/keys.c:130:1: enter_function: entry to 'get_keys'
libguestfs-1.55.9/common/options/keys.c:148:6: branch_false: following 'false' branch (when 'r' is non-NULL)...
libguestfs-1.55.9/common/options/keys.c:153:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:153:6: branch_true: following 'true' branch (when 'ks' is non-NULL)...
branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:154:17: branch_true: following 'true' branch...
libguestfs-1.55.9/common/options/keys.c:155:36: branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:174:13: call_function: calling 'read_first_line_from_file' from 'get_keys'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
libguestfs-1.55.9/common/options/keys.c:110:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(filename, "r")'
libguestfs-1.55.9/common/options/keys.c:130:1: enter_function: entry to 'get_keys'
libguestfs-1.55.9/common/options/keys.c:148:6: branch_false: following 'false' branch (when 'r' is non-NULL)...
libguestfs-1.55.9/common/options/keys.c:153:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:153:6: branch_true: following 'true' branch (when 'ks' is non-NULL)...
branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:154:17: branch_true: following 'true' branch...
libguestfs-1.55.9/common/options/keys.c:155:36: branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:174:13: call_function: calling 'read_first_line_from_file' from 'get_keys'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def18]
libguestfs-1.55.9/common/options/keys.c:266:1: warning[-Wanalyzer-malloc-leak]: leak of 'key.<Uc320>.string.s'
libguestfs-1.55.9/common/options/keys.c:218:1: enter_function: entry to 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:225:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:227:17: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:230:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:232:12: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:233:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:240:7: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:242:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:246:34: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:246:20: acquire_memory: allocated here
libguestfs-1.55.9/common/options/keys.c:247:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:265:10: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:265:10: call_function: calling 'key_store_import_key' from 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:265:10: return_function: returning to 'key_store_add_from_selector' from 'key_store_import_key'
libguestfs-1.55.9/common/options/keys.c:266:1: danger: 'key.<Uc320>.string.s' leaks here; was allocated at [(12)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def19]
libguestfs-1.55.9/common/options/keys.c:266:1: warning[-Wanalyzer-malloc-leak]: leak of 'key.<Ue320>.string.s'
libguestfs-1.55.9/common/options/keys.c:218:1: enter_function: entry to 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:225:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:227:17: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:230:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:232:12: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:233:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:240:7: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:242:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:246:34: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:246:20: acquire_memory: allocated here
libguestfs-1.55.9/common/options/keys.c:247:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:265:10: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:265:10: call_function: calling 'key_store_import_key' from 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:265:10: return_function: returning to 'key_store_add_from_selector' from 'key_store_import_key'
libguestfs-1.55.9/common/options/keys.c:266:1: danger: 'key.<Ue320>.string.s' leaks here; was allocated at [(12)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
libguestfs-1.55.9/common/options/keys.c:266:1: warning[-Wanalyzer-malloc-leak]: leak of 'key.id'
libguestfs-1.55.9/common/options/keys.c:218:1: enter_function: entry to 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:225:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:227:17: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:230:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:232:12: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:232:12: acquire_memory: allocated here
libguestfs-1.55.9/common/options/keys.c:233:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:240:7: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:242:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:246:34: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:247:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:265:10: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:265:10: call_function: calling 'key_store_import_key' from 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:265:10: return_function: returning to 'key_store_add_from_selector' from 'key_store_import_key'
libguestfs-1.55.9/common/options/keys.c:266:1: danger: 'key.id' leaks here; was allocated at [(6)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def21]
libguestfs-1.55.9/common/options/keys.c:380:24: warning[-Wanalyzer-malloc-leak]: leak of 'key_store_import_key(ks, & key)'
libguestfs-1.55.9/common/options/keys.c:218:1: enter_function: entry to 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:225:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:227:17: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:230:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:232:12: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:233:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:240:7: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:240:6: branch_false: following 'false' branch (when the strings are non-equal)...
libguestfs-1.55.9/common/options/keys.c:249:14: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:249:13: branch_false: following 'false' branch (when the strings are non-equal)...
libguestfs-1.55.9/common/options/keys.c:258:14: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:258:13: branch_true: following 'true' branch (when the strings are equal)...
libguestfs-1.55.9/common/options/keys.c:259:5: branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:260:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:265:10: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:265:10: call_function: calling 'key_store_import_key' from 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:265:10: return_function: returning to 'key_store_add_from_selector' from 'key_store_import_key'
libguestfs-1.55.9/common/options/keys.c:380:24: danger: 'key_store_import_key(ks, & key)' leaks here; was allocated at [(22)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/21)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
libguestfs-1.55.9/common/options/keys.c:389:10: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
libguestfs-1.55.9/common/options/keys.c:218:1: enter_function: entry to 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:225:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:227:17: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:230:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:232:12: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:233:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:237:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:240:7: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:240:6: branch_false: following 'false' branch (when the strings are non-equal)...
libguestfs-1.55.9/common/options/keys.c:249:14: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:249:13: branch_false: following 'false' branch (when the strings are non-equal)...
libguestfs-1.55.9/common/options/keys.c:258:14: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:258:13: branch_true: following 'true' branch (when the strings are equal)...
libguestfs-1.55.9/common/options/keys.c:259:5: branch_true: ...to here
libguestfs-1.55.9/common/options/keys.c:260:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/keys.c:265:10: branch_false: ...to here
libguestfs-1.55.9/common/options/keys.c:265:10: call_function: calling 'key_store_import_key' from 'key_store_add_from_selector'
libguestfs-1.55.9/common/options/keys.c:265:10: return_function: returning to 'key_store_add_from_selector' from 'key_store_import_key'
libguestfs-1.55.9/common/options/keys.c:389:10: danger: '<unknown>' leaks here; was allocated at [(24)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/23)
Error: CPPCHECK_WARNING (CWE-476): [#def23]
libguestfs-1.55.9/common/options/options.c:106: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def24]
libguestfs-1.55.9/common/options/options.c:107: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def25]
libguestfs-1.55.9/common/options/options.c:109: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: GCC_ANALYZER_WARNING (CWE-401): [#def26]
libguestfs-1.55.9/common/options/uri.c:228:17: warning[-Wanalyzer-malloc-leak]: leak of 'query_get(xmlParseURI(arg), "socket")'
libguestfs-1.55.9/common/options/uri.c:110:1: enter_function: entry to 'parse'
libguestfs-1.55.9/common/options/uri.c:118:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/uri.c:128:7: branch_false: ...to here
libguestfs-1.55.9/common/options/uri.c:128:6: branch_false: following 'false' branch...
libguestfs-1.55.9/common/options/uri.c:135:12: call_function: calling 'query_get' from 'parse'
libguestfs-1.55.9/common/options/uri.c:135:12: return_function: returning to 'parse' from 'query_get'
libguestfs-1.55.9/common/options/uri.c:228:17: danger: 'query_get(xmlParseURI(arg), "socket")' leaks here; was allocated at [(24)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/23)
Error: CPPCHECK_WARNING (CWE-476): [#def27]
libguestfs-1.55.9/common/parallel/parallel.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: thread_data
Error: CPPCHECK_WARNING (CWE-476): [#def28]
libguestfs-1.55.9/common/parallel/parallel.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: thread_data
Error: CPPCHECK_WARNING (CWE-476): [#def29]
libguestfs-1.55.9/common/parallel/parallel.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: thread_data
Error: CPPCHECK_WARNING (CWE-476): [#def30]
libguestfs-1.55.9/common/parallel/parallel.c:142: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: thread_data
Error: GCC_ANALYZER_WARNING (CWE-401): [#def31]
libguestfs-1.55.9/common/parallel/parallel.c:181:24: warning[-Wanalyzer-malloc-leak]: leak of 'fp'
libguestfs-1.55.9/common/parallel/parallel.c:193:8: branch_false: following 'false' branch (when 'err == 0')...
libguestfs-1.55.9/common/parallel/parallel.c:198:9: branch_false: ...to here
libguestfs-1.55.9/common/parallel/parallel.c:200:8: branch_false: following 'false' branch (when 'err == 0')...
libguestfs-1.55.9/common/parallel/parallel.c:206:9: branch_false: ...to here
libguestfs-1.55.9/common/parallel/parallel.c:206:8: branch_false: following 'false' branch...
libguestfs-1.55.9/common/parallel/parallel.c:209:9: branch_false: ...to here
libguestfs-1.55.9/common/parallel/parallel.c:213:10: acquire_memory: allocated here
libguestfs-1.55.9/common/parallel/parallel.c:214:8: branch_false: following 'false' branch (when 'fp' is non-NULL)...
libguestfs-1.55.9/common/parallel/parallel.c:221:9: branch_false: ...to here
libguestfs-1.55.9/common/parallel/parallel.c:181:24: danger: 'fp' leaks here; was allocated at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def32]
libguestfs-1.55.9/common/windows/windows.c:115: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: ret
Error: GCC_ANALYZER_WARNING (CWE-401): [#def33]
libguestfs-1.55.9/daemon/base64.c:67:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/base64.c:51:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:59:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:61:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:67:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:67:8: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
libguestfs-1.55.9/daemon/base64.c:81:7: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/base64.c:51:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:59:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:61:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:67:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:68:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:79:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:81:7: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def35]
libguestfs-1.55.9/daemon/base64.c:83:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/base64.c:51:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:59:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:61:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:67:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:68:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:79:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:82:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/base64.c:83:5: branch_true: ...to here
libguestfs-1.55.9/daemon/base64.c:83:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
libguestfs-1.55.9/daemon/base64.c:84:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/base64.c:51:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:59:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:61:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:67:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:68:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:79:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:82:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/base64.c:83:5: branch_true: ...to here
libguestfs-1.55.9/daemon/base64.c:84:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def37]
libguestfs-1.55.9/daemon/base64.c:92:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/base64.c:51:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:59:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:61:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:67:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:68:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:79:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:82:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:88:6: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:88:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/base64.c:92:5: branch_true: ...to here
libguestfs-1.55.9/daemon/base64.c:92:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-401): [#def38]
libguestfs-1.55.9/daemon/base64.c:127: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def39]
libguestfs-1.55.9/daemon/base64.c:132: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def40]
libguestfs-1.55.9/daemon/base64.c:137: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def41]
libguestfs-1.55.9/daemon/base64.c:145: error[memleak]: Memory leak: buffer
Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
libguestfs-1.55.9/daemon/base64.c:155:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/base64.c:118:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:124:9: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:125:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:130:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:130:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:135:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:135:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:141:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:142:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:147:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:149:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:152:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:155:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:155:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
libguestfs-1.55.9/daemon/base64.c:165:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/base64.c:118:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:124:9: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:125:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:130:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:130:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:135:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:135:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:141:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:142:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:147:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:149:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:152:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:155:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:156:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:165:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:165:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
libguestfs-1.55.9/daemon/base64.c:167:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/base64.c:118:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:124:9: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:125:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:130:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:130:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:135:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:135:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:141:8: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:142:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/base64.c:147:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:149:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:152:7: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:155:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/base64.c:156:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/base64.c:165:3: branch_false: ...to here
libguestfs-1.55.9/daemon/base64.c:167:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/12)
Error: CPPCHECK_WARNING (CWE-401): [#def45]
libguestfs-1.55.9/daemon/btrfs.c:969: error[memleakOnRealloc]: Common realloc mistake: 'ss' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-401): [#def46]
libguestfs-1.55.9/daemon/caml-stubs.c:60: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def47]
libguestfs-1.55.9/daemon/caml-stubs.c:66: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def48]
libguestfs-1.55.9/daemon/caml-stubs.c:81: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def49]
libguestfs-1.55.9/daemon/caml-stubs.c:98: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def50]
libguestfs-1.55.9/daemon/caml-stubs.c:101: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def51]
libguestfs-1.55.9/daemon/caml-stubs.c:104: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def52]
libguestfs-1.55.9/daemon/caml-stubs.c:107: error[memleak]: Memory leak: ret
Error: GCC_ANALYZER_WARNING (CWE-401): [#def53]
libguestfs-1.55.9/daemon/caml-stubs.c:177:7: warning[-Wanalyzer-malloc-leak]: leak of ‘return_partition(v)’
libguestfs-1.55.9/daemon/caml-stubs.c:193:1: enter_function: entry to ‘return_partition_list’
libguestfs-1.55.9/daemon/caml-stubs.c:210:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:214:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:214:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:216:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:217:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:221:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:225:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:226:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:227:9: call_function: calling ‘return_partition’ from ‘return_partition_list’
libguestfs-1.55.9/daemon/caml-stubs.c:227:9: return_function: returning to ‘return_partition_list’ from ‘return_partition’
libguestfs-1.55.9/daemon/caml-stubs.c:177:7: danger: ‘return_partition(v)’ leaks here; was allocated at [(12)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/11)
Error: CPPCHECK_WARNING (CWE-401): [#def54]
libguestfs-1.55.9/daemon/caml-stubs.c:256: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def55]
libguestfs-1.55.9/daemon/caml-stubs.c:259: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def56]
libguestfs-1.55.9/daemon/caml-stubs.c:264: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def57]
libguestfs-1.55.9/daemon/caml-stubs.c:267: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def58]
libguestfs-1.55.9/daemon/caml-stubs.c:270: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def59]
libguestfs-1.55.9/daemon/caml-stubs.c:273: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def60]
libguestfs-1.55.9/daemon/caml-stubs.c:276: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def61]
libguestfs-1.55.9/daemon/caml-stubs.c:279: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def62]
libguestfs-1.55.9/daemon/caml-stubs.c:282: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def63]
libguestfs-1.55.9/daemon/caml-stubs.c:285: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def64]
libguestfs-1.55.9/daemon/caml-stubs.c:288: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def65]
libguestfs-1.55.9/daemon/caml-stubs.c:291: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def66]
libguestfs-1.55.9/daemon/caml-stubs.c:294: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def67]
libguestfs-1.55.9/daemon/caml-stubs.c:297: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def68]
libguestfs-1.55.9/daemon/caml-stubs.c:300: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def69]
libguestfs-1.55.9/daemon/caml-stubs.c:303: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def70]
libguestfs-1.55.9/daemon/caml-stubs.c:375: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def71]
libguestfs-1.55.9/daemon/caml-stubs.c:378: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def72]
libguestfs-1.55.9/daemon/caml-stubs.c:389: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def73]
libguestfs-1.55.9/daemon/caml-stubs.c:392: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def74]
libguestfs-1.55.9/daemon/caml-stubs.c:395: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def75]
libguestfs-1.55.9/daemon/caml-stubs.c:398: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def76]
libguestfs-1.55.9/daemon/caml-stubs.c:401: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def77]
libguestfs-1.55.9/daemon/caml-stubs.c:404: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def78]
libguestfs-1.55.9/daemon/caml-stubs.c:407: error[memleak]: Memory leak: ret
Error: GCC_ANALYZER_WARNING (CWE-401): [#def79]
libguestfs-1.55.9/daemon/caml-stubs.c:426:43: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/caml-stubs.c:477:1: enter_function: entry to ‘return_lvm_pv_list’
libguestfs-1.55.9/daemon/caml-stubs.c:494:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:498:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:498:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:500:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:501:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:505:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:509:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:510:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:511:9: call_function: calling ‘return_lvm_pv’ from ‘return_lvm_pv_list’
libguestfs-1.55.9/daemon/caml-stubs.c:511:9: return_function: returning to ‘return_lvm_pv_list’ from ‘return_lvm_pv’
libguestfs-1.55.9/daemon/caml-stubs.c:426:43: danger: ‘<unknown>’ leaks here; was allocated at [(14)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def80]
libguestfs-1.55.9/daemon/caml-stubs.c:436:7: warning[-Wanalyzer-malloc-leak]: leak of ‘return_lvm_pv(v)’
libguestfs-1.55.9/daemon/caml-stubs.c:477:1: enter_function: entry to ‘return_lvm_pv_list’
libguestfs-1.55.9/daemon/caml-stubs.c:494:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:498:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:498:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:500:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:501:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:505:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:509:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:510:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:511:9: call_function: calling ‘return_lvm_pv’ from ‘return_lvm_pv_list’
libguestfs-1.55.9/daemon/caml-stubs.c:511:9: return_function: returning to ‘return_lvm_pv_list’ from ‘return_lvm_pv’
libguestfs-1.55.9/daemon/caml-stubs.c:436:7: danger: ‘return_lvm_pv(v)’ leaks here; was allocated at [(12)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/11)
Error: CPPCHECK_WARNING (CWE-401): [#def81]
libguestfs-1.55.9/daemon/caml-stubs.c:438: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def82]
libguestfs-1.55.9/daemon/caml-stubs.c:444: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def83]
libguestfs-1.55.9/daemon/caml-stubs.c:455: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def84]
libguestfs-1.55.9/daemon/caml-stubs.c:462: error[memleak]: Memory leak: ret
Error: GCC_ANALYZER_WARNING (CWE-401): [#def85]
libguestfs-1.55.9/daemon/caml-stubs.c:528:43: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/caml-stubs.c:590:1: enter_function: entry to ‘return_lvm_vg_list’
libguestfs-1.55.9/daemon/caml-stubs.c:607:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:611:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:611:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:613:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:614:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:618:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:622:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:623:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:624:9: call_function: calling ‘return_lvm_vg’ from ‘return_lvm_vg_list’
libguestfs-1.55.9/daemon/caml-stubs.c:624:9: return_function: returning to ‘return_lvm_vg_list’ from ‘return_lvm_vg’
libguestfs-1.55.9/daemon/caml-stubs.c:528:43: danger: ‘<unknown>’ leaks here; was allocated at [(14)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def86]
libguestfs-1.55.9/daemon/caml-stubs.c:538:7: warning[-Wanalyzer-malloc-leak]: leak of ‘return_lvm_vg(v)’
libguestfs-1.55.9/daemon/caml-stubs.c:590:1: enter_function: entry to ‘return_lvm_vg_list’
libguestfs-1.55.9/daemon/caml-stubs.c:607:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:611:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:611:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:613:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:614:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:618:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:622:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:623:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:624:9: call_function: calling ‘return_lvm_vg’ from ‘return_lvm_vg_list’
libguestfs-1.55.9/daemon/caml-stubs.c:624:9: return_function: returning to ‘return_lvm_vg_list’ from ‘return_lvm_vg’
libguestfs-1.55.9/daemon/caml-stubs.c:538:7: danger: ‘return_lvm_vg(v)’ leaks here; was allocated at [(12)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/11)
Error: CPPCHECK_WARNING (CWE-401): [#def87]
libguestfs-1.55.9/daemon/caml-stubs.c:540: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def88]
libguestfs-1.55.9/daemon/caml-stubs.c:546: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def89]
libguestfs-1.55.9/daemon/caml-stubs.c:549: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def90]
libguestfs-1.55.9/daemon/caml-stubs.c:556: error[memleak]: Memory leak: ret
Error: CPPCHECK_WARNING (CWE-401): [#def91]
libguestfs-1.55.9/daemon/caml-stubs.c:577: error[memleak]: Memory leak: ret
Error: GCC_ANALYZER_WARNING (CWE-401): [#def92]
libguestfs-1.55.9/daemon/caml-stubs.c:641:59: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/caml-stubs.c:666:1: enter_function: entry to ‘return_btrfssubvolume_list’
libguestfs-1.55.9/daemon/caml-stubs.c:683:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:687:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:687:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:689:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:690:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:694:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:698:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:699:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:700:9: call_function: calling ‘return_btrfssubvolume’ from ‘return_btrfssubvolume_list’
libguestfs-1.55.9/daemon/caml-stubs.c:700:9: return_function: returning to ‘return_btrfssubvolume_list’ from ‘return_btrfssubvolume’
libguestfs-1.55.9/daemon/caml-stubs.c:641:59: danger: ‘<unknown>’ leaks here; was allocated at [(14)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def93]
libguestfs-1.55.9/daemon/caml-stubs.c:651:7: warning[-Wanalyzer-malloc-leak]: leak of ‘return_btrfssubvolume(v)’
libguestfs-1.55.9/daemon/caml-stubs.c:666:1: enter_function: entry to ‘return_btrfssubvolume_list’
libguestfs-1.55.9/daemon/caml-stubs.c:683:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:687:6: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:687:6: branch_true: following ‘true’ branch (when ‘len != 0’)...
libguestfs-1.55.9/daemon/caml-stubs.c:689:7: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:690:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/caml-stubs.c:694:5: branch_false: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:698:15: branch_true: following ‘true’ branch (when ‘i < len’)...
libguestfs-1.55.9/daemon/caml-stubs.c:699:9: branch_true: ...to here
libguestfs-1.55.9/daemon/caml-stubs.c:700:9: call_function: calling ‘return_btrfssubvolume’ from ‘return_btrfssubvolume_list’
libguestfs-1.55.9/daemon/caml-stubs.c:700:9: return_function: returning to ‘return_btrfssubvolume_list’ from ‘return_btrfssubvolume’
libguestfs-1.55.9/daemon/caml-stubs.c:651:7: danger: ‘return_btrfssubvolume(v)’ leaks here; was allocated at [(12)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/11)
Error: CPPCHECK_WARNING (CWE-401): [#def94]
libguestfs-1.55.9/daemon/caml-stubs.c:657: error[memleak]: Memory leak: ret
Error: GCC_ANALYZER_WARNING (CWE-775): [#def95]
libguestfs-1.55.9/daemon/checksum.c:98:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/checksum.c:98:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/checksum.c:98:8: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def96]
libguestfs-1.55.9/daemon/checksum.c:114:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(device, 524288)’
libguestfs-1.55.9/daemon/checksum.c:114:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/checksum.c:114:8: danger: ‘open(device, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-401): [#def97]
libguestfs-1.55.9/daemon/checksum.c:144: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def98]
libguestfs-1.55.9/daemon/checksum.c:149: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def99]
libguestfs-1.55.9/daemon/checksum.c:155: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def100]
libguestfs-1.55.9/daemon/checksum.c:159: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def101]
libguestfs-1.55.9/daemon/checksum.c:166: error[memleak]: Memory leak: str
Error: GCC_ANALYZER_WARNING (CWE-401): [#def102]
libguestfs-1.55.9/daemon/checksum.c:178:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/checksum.c:137:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:142:13: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:143:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:146:16: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:147:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:152:7: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:153:6: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/checksum.c:157:8: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:157:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:162:8: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:163:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/checksum.c:168:3: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:172:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:175:7: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:178:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/checksum.c:178:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(15)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def103]
libguestfs-1.55.9/daemon/checksum.c:188:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/checksum.c:137:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:142:13: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:143:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:146:16: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:147:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:152:7: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:153:6: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/checksum.c:157:8: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:157:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:162:8: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:163:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/checksum.c:168:3: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:172:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:175:7: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:178:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/checksum.c:179:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:188:3: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:188:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(15)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
libguestfs-1.55.9/daemon/checksum.c:190:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/checksum.c:137:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:142:13: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:143:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:146:16: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:147:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:152:7: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:153:6: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/checksum.c:157:8: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:157:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:162:8: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:163:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/checksum.c:168:3: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:172:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:175:7: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:178:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/checksum.c:179:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/checksum.c:188:3: branch_false: ...to here
libguestfs-1.55.9/daemon/checksum.c:190:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(15)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING: [#def105]
libguestfs-1.55.9/daemon/command.c:289:11: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘0’
libguestfs-1.55.9/daemon/command.c:232:6: branch_false: following ‘false’ branch (when ‘stderror’ is NULL)...
libguestfs-1.55.9/daemon/command.c:234:7: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:273:29: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:278:9: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:279:6: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/daemon/command.c:284:6: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:284:6: branch_true: following ‘true’ branch (when ‘pid == 0’)...
libguestfs-1.55.9/daemon/command.c:285:5: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:287:5: release_resource: closed here
libguestfs-1.55.9/daemon/command.c:288:8: branch_true: following ‘true’ branch (when ‘flag_copy_stdin != 0’)...
libguestfs-1.55.9/daemon/command.c:289:11: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:289:11: danger: ‘0’ could be invalid
Error: GCC_ANALYZER_WARNING (CWE-775): [#def106]
libguestfs-1.55.9/daemon/command.c:295:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/null", 0)’
libguestfs-1.55.9/daemon/command.c:232:6: branch_false: following ‘false’ branch (when ‘stderror’ is NULL)...
libguestfs-1.55.9/daemon/command.c:234:7: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:273:29: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:278:9: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:279:6: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/daemon/command.c:284:6: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:284:6: branch_true: following ‘true’ branch (when ‘pid == 0’)...
libguestfs-1.55.9/daemon/command.c:285:5: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:288:8: branch_false: following ‘false’ branch (when ‘flag_copy_stdin == 0’)...
libguestfs-1.55.9/daemon/command.c:295:11: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:295:11: acquire_resource: opened here
libguestfs-1.55.9/daemon/command.c:295:10: danger: ‘open("/dev/null", 0)’ leaks here; was opened at [(15)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def107]
libguestfs-1.55.9/daemon/command.c:303:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(so_fd[1], 1)’
libguestfs-1.55.9/daemon/command.c:232:6: branch_false: following ‘false’ branch (when ‘stderror’ is NULL)...
libguestfs-1.55.9/daemon/command.c:234:7: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:273:29: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:278:9: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:279:6: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/daemon/command.c:284:6: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:284:6: branch_true: following ‘true’ branch (when ‘pid == 0’)...
libguestfs-1.55.9/daemon/command.c:285:5: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:289:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:300:5: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:302:8: branch_true: following ‘true’ branch (when ‘flag_out_on_err == 0’)...
libguestfs-1.55.9/daemon/command.c:303:11: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:303:11: acquire_resource: opened here
libguestfs-1.55.9/daemon/command.c:303:10: danger: ‘dup2(so_fd[1], 1)’ leaks here; was opened at [(17)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def108]
libguestfs-1.55.9/daemon/command.c:308:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(se_fd[1], 1)’
libguestfs-1.55.9/daemon/command.c:232:6: branch_false: following ‘false’ branch (when ‘stderror’ is NULL)...
libguestfs-1.55.9/daemon/command.c:234:7: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:273:29: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:278:9: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:279:6: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/daemon/command.c:284:6: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:284:6: branch_true: following ‘true’ branch (when ‘pid == 0’)...
libguestfs-1.55.9/daemon/command.c:285:5: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:289:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:300:5: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:302:8: branch_false: following ‘false’ branch (when ‘flag_out_on_err != 0’)...
libguestfs-1.55.9/daemon/command.c:308:11: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:308:11: acquire_resource: opened here
libguestfs-1.55.9/daemon/command.c:308:10: danger: ‘dup2(se_fd[1], 1)’ leaks here; was opened at [(17)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def109]
libguestfs-1.55.9/daemon/command.c:313:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(se_fd[1], 2)’
libguestfs-1.55.9/daemon/command.c:232:6: branch_false: following ‘false’ branch (when ‘stderror’ is NULL)...
libguestfs-1.55.9/daemon/command.c:234:7: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:273:29: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:273:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:278:9: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:279:6: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/daemon/command.c:284:6: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:284:6: branch_true: following ‘true’ branch (when ‘pid == 0’)...
libguestfs-1.55.9/daemon/command.c:285:5: branch_true: ...to here
libguestfs-1.55.9/daemon/command.c:289:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:300:5: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:303:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/command.c:313:9: branch_false: ...to here
libguestfs-1.55.9/daemon/command.c:313:9: acquire_resource: opened here
libguestfs-1.55.9/daemon/command.c:313:8: danger: ‘dup2(se_fd[1], 2)’ leaks here; was opened at [(17)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/16)
Error: CPPCHECK_WARNING (CWE-401): [#def110]
libguestfs-1.55.9/daemon/compress.c:61: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-401): [#def111]
libguestfs-1.55.9/daemon/compress.c:76:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/compress.c:41:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:57:8: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:58:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/compress.c:63:3: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:70:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:73:7: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:76:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/compress.c:76:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
libguestfs-1.55.9/daemon/compress.c:86:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/compress.c:41:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:57:8: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:58:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/compress.c:63:3: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:70:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:73:7: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:76:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/compress.c:77:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:86:3: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:86:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def113]
libguestfs-1.55.9/daemon/compress.c:88:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/compress.c:41:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:57:8: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:58:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/compress.c:63:3: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:70:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:73:7: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:76:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/compress.c:77:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/compress.c:86:3: branch_false: ...to here
libguestfs-1.55.9/daemon/compress.c:88:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-401): [#def114]
libguestfs-1.55.9/daemon/copy.c:67: error[memleak]: Memory leak: buf
Error: CPPCHECK_WARNING (CWE-401): [#def115]
libguestfs-1.55.9/daemon/copy.c:76: error[memleak]: Memory leak: buf
Error: CPPCHECK_WARNING (CWE-401): [#def116]
libguestfs-1.55.9/daemon/copy.c:85: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-775): [#def117]
libguestfs-1.55.9/daemon/copy.c:95:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(src, 524288)’
libguestfs-1.55.9/daemon/copy.c:59:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:95:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/copy.c:95:12: danger: ‘open(src, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-401): [#def118]
libguestfs-1.55.9/daemon/copy.c:98: error[memleak]: Memory leak: buf
Error: CPPCHECK_WARNING (CWE-401): [#def119]
libguestfs-1.55.9/daemon/copy.c:104: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-775): [#def120]
libguestfs-1.55.9/daemon/copy.c:107:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(src, 524288)’
libguestfs-1.55.9/daemon/copy.c:59:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:95:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/copy.c:96:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:101:6: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:101:6: branch_false: following ‘false’ branch (when ‘srcoffset == 0’)...
libguestfs-1.55.9/daemon/copy.c:107:13: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:107:13: danger: ‘open(src, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def121]
libguestfs-1.55.9/daemon/copy.c:109:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(src, 524288)’
libguestfs-1.55.9/daemon/copy.c:59:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:95:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/copy.c:96:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:101:6: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:101:6: branch_false: following ‘false’ branch (when ‘srcoffset == 0’)...
libguestfs-1.55.9/daemon/copy.c:107:13: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:108:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/copy.c:109:5: branch_true: ...to here
libguestfs-1.55.9/daemon/copy.c:109:5: danger: ‘open(src, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-401): [#def122]
libguestfs-1.55.9/daemon/copy.c:111: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-775): [#def123]
libguestfs-1.55.9/daemon/copy.c:115:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(src, 524288)’
libguestfs-1.55.9/daemon/copy.c:59:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:64:7: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:74:8: branch_false: following ‘false’ branch (when ‘destoffset >= 0’)...
libguestfs-1.55.9/daemon/copy.c:82:7: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:95:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/copy.c:96:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:101:6: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:101:6: branch_false: following ‘false’ branch (when ‘srcoffset == 0’)...
libguestfs-1.55.9/daemon/copy.c:107:13: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:108:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/copy.c:114:6: branch_false: ...to here
libguestfs-1.55.9/daemon/copy.c:114:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/copy.c:115:5: danger: ‘open(src, 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def124]
libguestfs-1.55.9/daemon/copy.c:124:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(src, 524288)’
libguestfs-1.55.9/daemon/copy.c:216:1: enter_function: entry to ‘do_copy_device_to_device’
libguestfs-1.55.9/daemon/copy.c:225:10: call_function: calling ‘copy’ from ‘do_copy_device_to_device’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def125]
libguestfs-1.55.9/daemon/copy.c:128:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(src, 524288)’
libguestfs-1.55.9/daemon/copy.c:216:1: enter_function: entry to ‘do_copy_device_to_device’
libguestfs-1.55.9/daemon/copy.c:225:10: call_function: calling ‘copy’ from ‘do_copy_device_to_device’
Error: CPPCHECK_WARNING (CWE-401): [#def126]
libguestfs-1.55.9/daemon/cpio.c:57: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def127]
libguestfs-1.55.9/daemon/cpio.c:62: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def128]
libguestfs-1.55.9/daemon/cpio.c:67: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def129]
libguestfs-1.55.9/daemon/cpio.c:74: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def130]
libguestfs-1.55.9/daemon/cpio.c:84: error[memleak]: Memory leak: buffer
Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
libguestfs-1.55.9/daemon/cpio.c:95:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/cpio.c:48:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:54:9: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:55:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:60:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:60:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:65:9: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:65:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:71:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:81:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/cpio.c:86:3: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:89:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:92:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:95:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/cpio.c:95:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def132]
libguestfs-1.55.9/daemon/cpio.c:105:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/cpio.c:48:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:54:9: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:55:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:60:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:60:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:65:9: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:65:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:71:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:81:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/cpio.c:86:3: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:89:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:92:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:95:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/cpio.c:96:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:105:3: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:105:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def133]
libguestfs-1.55.9/daemon/cpio.c:107:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/cpio.c:48:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:54:9: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:55:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:60:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:60:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:65:9: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:65:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:71:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:81:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/cpio.c:86:3: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:89:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:92:7: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:95:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/cpio.c:96:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/cpio.c:105:3: branch_false: ...to here
libguestfs-1.55.9/daemon/cpio.c:107:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
libguestfs-1.55.9/daemon/daemon-c.c:141:17: warning[-Wanalyzer-malloc-leak]: leak of ‘guestfs_int_daemon_return_string_mountable(mv)’
libguestfs-1.55.9/daemon/daemon-c.c:211:1: enter_function: entry to ‘guestfs_int_daemon_return_hashtable_mountable_string’
libguestfs-1.55.9/daemon/daemon-c.c:217:10: branch_true: following ‘true’ branch (when ‘retv != 1’)...
libguestfs-1.55.9/daemon/daemon-c.c:218:9: branch_true: ...to here
libguestfs-1.55.9/daemon/daemon-c.c:220:9: call_function: calling ‘guestfs_int_daemon_return_string_mountable’ from ‘guestfs_int_daemon_return_hashtable_mountable_string’
libguestfs-1.55.9/daemon/daemon-c.c:220:9: return_function: returning to ‘guestfs_int_daemon_return_hashtable_mountable_string’ from ‘guestfs_int_daemon_return_string_mountable’
libguestfs-1.55.9/daemon/daemon-c.c:141:17: danger: ‘guestfs_int_daemon_return_string_mountable(mv)’ leaks here; was allocated at [(8)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def135]
libguestfs-1.55.9/daemon/daemon-c.c:141:17: warning[-Wanalyzer-malloc-leak]: leak of ‘guestfs_int_daemon_return_string_mountable(v)’
libguestfs-1.55.9/daemon/daemon-c.c:163:1: enter_function: entry to ‘guestfs_int_daemon_return_string_mountable_list’
libguestfs-1.55.9/daemon/daemon-c.c:169:10: branch_true: following ‘true’ branch (when ‘retv != 1’)...
libguestfs-1.55.9/daemon/daemon-c.c:170:9: branch_true: ...to here
libguestfs-1.55.9/daemon/daemon-c.c:171:9: call_function: calling ‘guestfs_int_daemon_return_string_mountable’ from ‘guestfs_int_daemon_return_string_mountable_list’
libguestfs-1.55.9/daemon/daemon-c.c:171:9: return_function: returning to ‘guestfs_int_daemon_return_string_mountable_list’ from ‘guestfs_int_daemon_return_string_mountable’
libguestfs-1.55.9/daemon/daemon-c.c:141:17: danger: ‘guestfs_int_daemon_return_string_mountable(v)’ leaks here; was allocated at [(8)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def136]
libguestfs-1.55.9/daemon/dd.c:82:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(sysroot_path(src), 524288)’
libguestfs-1.55.9/daemon/dd.c:74:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/dd.c:77:30: branch_false: ...to here
libguestfs-1.55.9/daemon/dd.c:78:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/dd.c:82:14: branch_false: ...to here
libguestfs-1.55.9/daemon/dd.c:82:14: acquire_resource: opened here
libguestfs-1.55.9/daemon/dd.c:82:14: danger: ‘open(sysroot_path(src), 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def137]
libguestfs-1.55.9/daemon/debug-bmap.c:50:7: warning[-Wanalyzer-malloc-leak]: leak of ‘bmap_prepare(sysroot_path(path), path)’
libguestfs-1.55.9/daemon/debug-bmap.c:103:1: enter_function: entry to ‘debug_bmap_file’
libguestfs-1.55.9/daemon/debug-bmap.c:108:6: branch_false: following ‘false’ branch (when ‘argc == 1’)...
libguestfs-1.55.9/daemon/debug-bmap.c:112:3: branch_false: ...to here
libguestfs-1.55.9/daemon/debug-bmap.c:115:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug-bmap.c:120:10: branch_false: ...to here
libguestfs-1.55.9/daemon/debug-bmap.c:120:10: call_function: calling ‘bmap_prepare’ from ‘debug_bmap_file’
libguestfs-1.55.9/daemon/debug-bmap.c:120:10: return_function: returning to ‘debug_bmap_file’ from ‘bmap_prepare’
libguestfs-1.55.9/daemon/debug-bmap.c:50:7: danger: ‘bmap_prepare(sysroot_path(path), path)’ leaks here; was allocated at [(14)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def138]
libguestfs-1.55.9/daemon/debug.c:730:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*argv, 540672)’
libguestfs-1.55.9/daemon/debug.c:685:6: branch_false: following ‘false’ branch (when ‘argc == 2’)...
libguestfs-1.55.9/daemon/debug.c:691:7: branch_false: ...to here
libguestfs-1.55.9/daemon/debug.c:699:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug.c:703:12: branch_false: ...to here
libguestfs-1.55.9/daemon/debug.c:703:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/debug.c:704:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug.c:717:13: branch_false: ...to here
branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug.c:728:3: branch_false: ...to here
libguestfs-1.55.9/daemon/debug.c:729:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/debug.c:730:5: branch_true: ...to here
libguestfs-1.55.9/daemon/debug.c:730:5: danger: ‘open(*argv, 540672)’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def139]
libguestfs-1.55.9/daemon/debug.c:814:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(device, <unknown>)’
libguestfs-1.55.9/daemon/debug.c:778:6: branch_false: following ‘false’ branch (when ‘argc == 3’)...
libguestfs-1.55.9/daemon/debug.c:784:3: branch_false: ...to here
libguestfs-1.55.9/daemon/debug.c:791:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug.c:795:10: branch_false: ...to here
libguestfs-1.55.9/daemon/debug.c:796:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug.c:799:6: branch_false: ...to here
libguestfs-1.55.9/daemon/debug.c:799:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/debug.c:805:9: branch_false: ...to here
branch_true: following ‘true’ branch (when ‘err == 0’)...
libguestfs-1.55.9/daemon/debug.c:812:3: branch_true: ...to here
libguestfs-1.55.9/daemon/debug.c:814:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/debug.c:814:8: danger: ‘open(device, <unknown>)’ leaks here; was opened at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def140]
libguestfs-1.55.9/daemon/devsparts.c:45:9: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/dev/disk/guestfs")’
libguestfs-1.55.9/daemon/devsparts.c:45:9: acquire_memory: allocated here
libguestfs-1.55.9/daemon/devsparts.c:45:9: danger: ‘opendir("/dev/disk/guestfs")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def141]
libguestfs-1.55.9/daemon/file.c:483:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/file.c:469:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/file.c:474:3: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:477:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/file.c:480:7: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:483:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/file.c:483:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def142]
libguestfs-1.55.9/daemon/file.c:489:7: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/file.c:469:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/file.c:474:3: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:477:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/file.c:480:7: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:483:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/file.c:484:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/file.c:489:7: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:489:7: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def143]
libguestfs-1.55.9/daemon/file.c:490:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/file.c:469:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/file.c:474:3: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:477:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/file.c:480:7: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:483:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/file.c:484:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/file.c:489:7: branch_false: ...to here
libguestfs-1.55.9/daemon/file.c:489:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/file.c:490:5: branch_true: ...to here
libguestfs-1.55.9/daemon/file.c:490:5: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-401): [#def144]
libguestfs-1.55.9/daemon/fill.c:53: error[memleak]: Memory leak: buf
Error: CPPCHECK_WARNING (CWE-401): [#def145]
libguestfs-1.55.9/daemon/find.c:74: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def146]
libguestfs-1.55.9/daemon/find.c:80: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def147]
libguestfs-1.55.9/daemon/find.c:84: error[memleak]: Memory leak: str
Error: CPPCHECK_WARNING (CWE-401): [#def148]
libguestfs-1.55.9/daemon/find.c:93: error[memleak]: Memory leak: str
Error: GCC_ANALYZER_WARNING (CWE-401): [#def149]
libguestfs-1.55.9/daemon/find.c:104:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/find.c:66:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:71:16: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:72:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:77:7: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:78:6: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/find.c:82:8: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:82:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:87:19: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:90:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/find.c:95:3: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:101:7: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:104:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/find.c:104:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def150]
libguestfs-1.55.9/daemon/find.c:114:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/find.c:66:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:71:16: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:72:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:77:7: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:78:6: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/find.c:82:8: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:82:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:87:19: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:90:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/find.c:95:3: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:101:7: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:104:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/find.c:105:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:114:3: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:114:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def151]
libguestfs-1.55.9/daemon/find.c:121:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/find.c:54:1: enter_function: entry to ‘do_find0’
libguestfs-1.55.9/daemon/find.c:66:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:71:16: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:72:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:77:7: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:78:6: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/find.c:82:8: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:82:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:87:19: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:90:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/find.c:95:3: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:101:7: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:104:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/find.c:105:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/find.c:114:3: branch_false: ...to here
libguestfs-1.55.9/daemon/find.c:121:15: call_function: calling ‘input_to_nul’ from ‘do_find0’
libguestfs-1.55.9/daemon/find.c:121:15: return_function: returning to ‘do_find0’ from ‘input_to_nul’
libguestfs-1.55.9/daemon/find.c:121:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(14)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def152]
libguestfs-1.55.9/daemon/fs-min-size.c:40:26: warning[-Wanalyzer-malloc-leak]: leak of ‘get_mount_point(*mountable.device)’
libguestfs-1.55.9/daemon/fs-min-size.c:54:1: enter_function: entry to ‘do_vfs_minimum_size’
libguestfs-1.55.9/daemon/fs-min-size.c:60:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/fs-min-size.c:63:12: branch_false: ...to here
libguestfs-1.55.9/daemon/fs-min-size.c:63:11: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/fs-min-size.c:66:12: branch_false: ...to here
libguestfs-1.55.9/daemon/fs-min-size.c:66:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
libguestfs-1.55.9/daemon/fs-min-size.c:69:12: branch_false: ...to here
libguestfs-1.55.9/daemon/fs-min-size.c:69:11: branch_true: following ‘true’ branch (when the strings are equal)...
libguestfs-1.55.9/daemon/fs-min-size.c:70:48: branch_true: ...to here
libguestfs-1.55.9/daemon/fs-min-size.c:70:31: call_function: calling ‘get_mount_point’ from ‘do_vfs_minimum_size’
libguestfs-1.55.9/daemon/fs-min-size.c:70:31: return_function: returning to ‘do_vfs_minimum_size’ from ‘get_mount_point’
libguestfs-1.55.9/daemon/fs-min-size.c:40:26: danger: ‘get_mount_point(*mountable.device)’ leaks here; was allocated at [(16)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/15)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def153]
libguestfs-1.55.9/daemon/grep.c:66:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/grep.c:138:1: enter_function: entry to ‘do_zgrep’
libguestfs-1.55.9/daemon/grep.c:140:10: call_function: calling ‘grep’ from ‘do_zgrep’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def154]
libguestfs-1.55.9/daemon/grep.c:67:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/grep.c:138:1: enter_function: entry to ‘do_zgrep’
libguestfs-1.55.9/daemon/grep.c:140:10: call_function: calling ‘grep’ from ‘do_zgrep’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def155]
libguestfs-1.55.9/daemon/grep.c:78:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/grep.c:138:1: enter_function: entry to ‘do_zgrep’
libguestfs-1.55.9/daemon/grep.c:140:10: call_function: calling ‘grep’ from ‘do_zgrep’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def156]
libguestfs-1.55.9/daemon/headtail.c:39:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/headtail.c:39:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/headtail.c:39:8: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def157]
libguestfs-1.55.9/daemon/headtail.c:40:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/headtail.c:39:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/headtail.c:40:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/headtail.c:40:3: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def158]
libguestfs-1.55.9/daemon/headtail.c:48:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/headtail.c:39:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/headtail.c:42:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/headtail.c:47:3: branch_false: ...to here
libguestfs-1.55.9/daemon/headtail.c:48:7: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def159]
libguestfs-1.55.9/daemon/hexdump.c:38:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/hexdump.c:38:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/hexdump.c:38:8: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def160]
libguestfs-1.55.9/daemon/hexdump.c:39:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/hexdump.c:38:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/hexdump.c:39:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/hexdump.c:39:3: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def161]
libguestfs-1.55.9/daemon/hexdump.c:47:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/hexdump.c:38:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/hexdump.c:41:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/hexdump.c:46:3: branch_false: ...to here
libguestfs-1.55.9/daemon/hexdump.c:47:7: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def162]
libguestfs-1.55.9/daemon/initrd.c:62:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/initrd.c:48:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/initrd.c:53:3: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:56:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:59:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:62:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/initrd.c:62:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def163]
libguestfs-1.55.9/daemon/initrd.c:158:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(fullpath, 524288)’
libguestfs-1.55.9/daemon/initrd.c:110:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:121:8: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:122:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/initrd.c:128:3: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:134:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:137:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:138:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:143:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:143:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:151:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:158:8: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:158:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/initrd.c:158:8: danger: ‘open(fullpath, 524288)’ leaks here; was opened at [(13)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def164]
libguestfs-1.55.9/daemon/initrd.c:212:5: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘open(fullpath, 524288)’
libguestfs-1.55.9/daemon/initrd.c:110:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:121:8: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:122:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/initrd.c:128:3: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:134:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:137:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:138:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:143:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:143:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:151:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:158:8: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:158:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/initrd.c:159:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:168:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:168:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:178:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:178:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:184:9: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:185:6: branch_false: following ‘false’ branch (when ‘ret’ is non-NULL)...
libguestfs-1.55.9/daemon/initrd.c:190:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:190:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/initrd.c:197:7: branch_false: ...to here
libguestfs-1.55.9/daemon/initrd.c:197:7: release_resource: first ‘close’ here
libguestfs-1.55.9/daemon/initrd.c:197:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/initrd.c:198:5: branch_true: ...to here
libguestfs-1.55.9/daemon/initrd.c:211:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/initrd.c:212:5: branch_true: ...to here
libguestfs-1.55.9/daemon/initrd.c:212:5: danger: second ‘close’ here; first ‘close’ was at [(25)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/24)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def165]
libguestfs-1.55.9/daemon/inotify.c:197:3: warning[-Wanalyzer-malloc-leak]: leak of ‘do_inotify_read()’
libguestfs-1.55.9/daemon/inotify.c:310:1: enter_function: entry to ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:321:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:323:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:324:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:329:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:332:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:339:14: call_function: calling ‘do_inotify_read’ from ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:339:14: return_function: returning to ‘do_inotify_files’ from ‘do_inotify_read’
libguestfs-1.55.9/daemon/inotify.c:197:3: danger: ‘do_inotify_read()’ leaks here; was allocated at [(12)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def166]
libguestfs-1.55.9/daemon/inotify.c:197:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "w")’
libguestfs-1.55.9/daemon/inotify.c:310:1: enter_function: entry to ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:321:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:323:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:324:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:329:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:331:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/inotify.c:332:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:339:14: call_function: calling ‘do_inotify_read’ from ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:339:14: return_function: returning to ‘do_inotify_files’ from ‘do_inotify_read’
libguestfs-1.55.9/daemon/inotify.c:197:3: danger: ‘popen(&cmd, "w")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def167]
libguestfs-1.55.9/daemon/inotify.c:213:10: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/inotify.c:310:1: enter_function: entry to ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:321:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:323:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:324:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:329:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:332:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:339:14: call_function: calling ‘do_inotify_read’ from ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:339:14: return_function: returning to ‘do_inotify_files’ from ‘do_inotify_read’
libguestfs-1.55.9/daemon/inotify.c:213:10: danger: ‘<unknown>’ leaks here; was allocated at [(48)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/47)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def168]
libguestfs-1.55.9/daemon/inotify.c:222:10: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/inotify.c:310:1: enter_function: entry to ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:321:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:323:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:324:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:329:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:332:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:339:14: call_function: calling ‘do_inotify_read’ from ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:339:14: return_function: returning to ‘do_inotify_files’ from ‘do_inotify_read’
libguestfs-1.55.9/daemon/inotify.c:222:10: danger: ‘<unknown>’ leaks here; was allocated at [(33)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/32)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def169]
libguestfs-1.55.9/daemon/inotify.c:261:10: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/inotify.c:197:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:199:9: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:200:6: branch_false: following ‘false’ branch (when ‘ret’ is non-NULL)...
libguestfs-1.55.9/daemon/inotify.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:213:10: branch_true: following ‘true’ branch (when ‘space > 0’)...
libguestfs-1.55.9/daemon/inotify.c:218:9: branch_true: ...to here
libguestfs-1.55.9/daemon/inotify.c:220:8: branch_false: following ‘false’ branch (when ‘r != -1’)...
libguestfs-1.55.9/daemon/inotify.c:228:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:228:8: branch_false: following ‘false’ branch (when ‘r != 0’)...
libguestfs-1.55.9/daemon/inotify.c:233:18: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:237:12: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/inotify.c:241:7: branch_true: ...to here
libguestfs-1.55.9/daemon/inotify.c:245:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:246:47: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:245:11: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:253:10: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:253:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:259:22: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:261:10: branch_false: following ‘false’ branch (when ‘np’ is non-NULL)...
libguestfs-1.55.9/daemon/inotify.c:265:7: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:273:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:276:23: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:276:23: acquire_memory: allocated here
libguestfs-1.55.9/daemon/inotify.c:277:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:283:13: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:237:12: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/inotify.c:241:7: branch_true: ...to here
libguestfs-1.55.9/daemon/inotify.c:245:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:246:47: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:245:11: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:253:10: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:253:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:259:22: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:261:10: danger: ‘<unknown>’ leaks here; was allocated at [(24)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/23)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def170]
libguestfs-1.55.9/daemon/inotify.c:331:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(&cmd, "w")’
libguestfs-1.55.9/daemon/inotify.c:321:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:323:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:324:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:329:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:331:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/inotify.c:331:8: danger: ‘popen(&cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def171]
libguestfs-1.55.9/daemon/inotify.c:355:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/inotify.c:310:1: enter_function: entry to ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:321:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:323:8: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:324:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:329:3: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:332:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:339:14: call_function: calling ‘do_inotify_read’ from ‘do_inotify_files’
libguestfs-1.55.9/daemon/inotify.c:339:14: return_function: returning to ‘do_inotify_files’ from ‘do_inotify_read’
libguestfs-1.55.9/daemon/inotify.c:340:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/inotify.c:346:9: branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:346:8: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/inotify.c:351:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/inotify.c:352:26: branch_true: ...to here
libguestfs-1.55.9/daemon/inotify.c:354:10: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/inotify.c:355:9: branch_true: ...to here
libguestfs-1.55.9/daemon/inotify.c:355:9: danger: ‘<unknown>’ leaks here; was allocated at [(28)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/27)
Error: CPPCHECK_WARNING (CWE-457): [#def172]
libguestfs-1.55.9/daemon/is.c:107: error[uninitvar]: Uninitialized variable: &buf
Error: GCC_ANALYZER_WARNING (CWE-401): [#def173]
libguestfs-1.55.9/daemon/ldm.c:75:7: warning[-Wanalyzer-malloc-leak]: leak of ‘parse_json_get_object_string(out, "hint", 1, & __func__, "ldmtool show volume")’
libguestfs-1.55.9/daemon/ldm.c:322:1: enter_function: entry to ‘do_ldmtool_volume_hint’
libguestfs-1.55.9/daemon/ldm.c:329:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ldm.c:334:10: branch_false: ...to here
libguestfs-1.55.9/daemon/ldm.c:334:10: call_function: calling ‘parse_json_get_object_string’ from ‘do_ldmtool_volume_hint’
libguestfs-1.55.9/daemon/ldm.c:334:10: return_function: returning to ‘do_ldmtool_volume_hint’ from ‘parse_json_get_object_string’
libguestfs-1.55.9/daemon/ldm.c:75:7: danger: ‘parse_json_get_object_string(out, "hint", 1, & __func__, "ldmtool show volume")’ leaks here; was allocated at [(21)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/20)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def174]
libguestfs-1.55.9/daemon/ldm.c:75:7: warning[-Wanalyzer-malloc-leak]: leak of ‘parse_json_get_object_string(out, "name", 0, & __func__, "ldmtool show diskgroup")’
libguestfs-1.55.9/daemon/ldm.c:257:1: enter_function: entry to ‘do_ldmtool_diskgroup_name’
libguestfs-1.55.9/daemon/ldm.c:263:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ldm.c:268:10: branch_false: ...to here
libguestfs-1.55.9/daemon/ldm.c:268:10: call_function: calling ‘parse_json_get_object_string’ from ‘do_ldmtool_diskgroup_name’
libguestfs-1.55.9/daemon/ldm.c:268:10: return_function: returning to ‘do_ldmtool_diskgroup_name’ from ‘parse_json_get_object_string’
libguestfs-1.55.9/daemon/ldm.c:75:7: danger: ‘parse_json_get_object_string(out, "name", 0, & __func__, "ldmtool show diskgroup")’ leaks here; was allocated at [(19)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/18)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def175]
libguestfs-1.55.9/daemon/ldm.c:75:7: warning[-Wanalyzer-malloc-leak]: leak of ‘parse_json_get_object_string(out, "type", 0, & __func__, "ldmtool show volume")’
libguestfs-1.55.9/daemon/ldm.c:305:1: enter_function: entry to ‘do_ldmtool_volume_type’
libguestfs-1.55.9/daemon/ldm.c:312:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ldm.c:317:10: branch_false: ...to here
libguestfs-1.55.9/daemon/ldm.c:317:10: call_function: calling ‘parse_json_get_object_string’ from ‘do_ldmtool_volume_type’
libguestfs-1.55.9/daemon/ldm.c:317:10: return_function: returning to ‘do_ldmtool_volume_type’ from ‘parse_json_get_object_string’
libguestfs-1.55.9/daemon/ldm.c:75:7: danger: ‘parse_json_get_object_string(out, "type", 0, & __func__, "ldmtool show volume")’ leaks here; was allocated at [(19)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/18)
Error: GCC_ANALYZER_WARNING (CWE-126): [#def176]
libguestfs-1.55.9/daemon/ldm.c:243:17: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
libguestfs-1.55.9/daemon/ldm.c:217:1: enter_function: entry to ‘do_ldmtool_scan’
libguestfs-1.55.9/daemon/ldm.c:221:10: call_function: calling ‘do_ldmtool_scan_devices’ from ‘do_ldmtool_scan’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def177]
libguestfs-1.55.9/daemon/ldm.c:260:35: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/ldm.c:257:1: enter_function: entry to ‘do_ldmtool_diskgroup_name’
libguestfs-1.55.9/daemon/ldm.c:263:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ldm.c:268:10: branch_false: ...to here
libguestfs-1.55.9/daemon/ldm.c:268:10: call_function: calling ‘parse_json_get_object_string’ from ‘do_ldmtool_diskgroup_name’
libguestfs-1.55.9/daemon/ldm.c:268:10: return_function: returning to ‘do_ldmtool_diskgroup_name’ from ‘parse_json_get_object_string’
libguestfs-1.55.9/daemon/ldm.c:260:35: danger: ‘<unknown>’ leaks here; was allocated at [(19)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/18)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def178]
libguestfs-1.55.9/daemon/ldm.c:308:35: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/ldm.c:305:1: enter_function: entry to ‘do_ldmtool_volume_type’
libguestfs-1.55.9/daemon/ldm.c:312:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ldm.c:317:10: branch_false: ...to here
libguestfs-1.55.9/daemon/ldm.c:317:10: call_function: calling ‘parse_json_get_object_string’ from ‘do_ldmtool_volume_type’
libguestfs-1.55.9/daemon/ldm.c:317:10: return_function: returning to ‘do_ldmtool_volume_type’ from ‘parse_json_get_object_string’
libguestfs-1.55.9/daemon/ldm.c:308:35: danger: ‘<unknown>’ leaks here; was allocated at [(19)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/18)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def179]
libguestfs-1.55.9/daemon/ldm.c:325:35: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/ldm.c:322:1: enter_function: entry to ‘do_ldmtool_volume_hint’
libguestfs-1.55.9/daemon/ldm.c:329:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ldm.c:334:10: branch_false: ...to here
libguestfs-1.55.9/daemon/ldm.c:334:10: call_function: calling ‘parse_json_get_object_string’ from ‘do_ldmtool_volume_hint’
libguestfs-1.55.9/daemon/ldm.c:334:10: return_function: returning to ‘do_ldmtool_volume_hint’ from ‘parse_json_get_object_string’
libguestfs-1.55.9/daemon/ldm.c:325:35: danger: ‘<unknown>’ leaks here; was allocated at [(21)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/20)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def180]
libguestfs-1.55.9/daemon/link.c:41:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 589824)’
libguestfs-1.55.9/daemon/link.c:41:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/link.c:41:12: danger: ‘open(path, 589824)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def181]
libguestfs-1.55.9/daemon/link.c:42:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 589824)’
libguestfs-1.55.9/daemon/link.c:41:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/link.c:42:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/link.c:42:3: danger: ‘open(path, 589824)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def182]
libguestfs-1.55.9/daemon/lvm-filter.c:76:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(conf, "we")’
libguestfs-1.55.9/daemon/lvm-filter.c:93:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/lvm-filter.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:76:7: danger: ‘fopen(conf, "we")’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def183]
libguestfs-1.55.9/daemon/lvm-filter.c:76:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(conf, "we")’
libguestfs-1.55.9/daemon/lvm-filter.c:93:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/lvm-filter.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:76:7: danger: ‘fopen(conf, "we")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def184]
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(conf, "we")’
libguestfs-1.55.9/daemon/lvm-filter.c:93:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: danger: ‘fopen(conf, "we")’ leaks here; was opened at [(3)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def185]
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(conf, "we")’
libguestfs-1.55.9/daemon/lvm-filter.c:93:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: danger: ‘fopen(conf, "we")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def186]
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(conf, "we")’
libguestfs-1.55.9/daemon/lvm-filter.c:93:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/lvm-filter.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: danger: ‘fopen(conf, "we")’ leaks here; was opened at [(3)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def187]
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(conf, "we")’
libguestfs-1.55.9/daemon/lvm-filter.c:93:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/lvm-filter.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm-filter.c:103:3: danger: ‘fopen(conf, "we")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-126): [#def188]
libguestfs-1.55.9/daemon/lvm.c:485:15: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
libguestfs-1.55.9/daemon/lvm.c:499:1: enter_function: entry to ‘do_vg_activate_all’
libguestfs-1.55.9/daemon/lvm.c:502:10: call_function: calling ‘do_vg_activate’ from ‘do_vg_activate_all’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def189]
libguestfs-1.55.9/daemon/lvm.c:778:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(&tmp, 524288)’
libguestfs-1.55.9/daemon/lvm.c:764:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm.c:769:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:772:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm.c:778:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:778:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/lvm.c:778:8: danger: ‘open(&tmp, 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def190]
libguestfs-1.55.9/daemon/lvm.c:803:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(&tmp, 524288)’
libguestfs-1.55.9/daemon/lvm.c:764:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm.c:769:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:772:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm.c:778:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:778:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/lvm.c:779:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:793:8: branch_true: following ‘true’ branch (when ‘alloc <= size’)...
libguestfs-1.55.9/daemon/lvm.c:794:7: branch_true: ...to here
libguestfs-1.55.9/daemon/lvm.c:795:10: branch_false: following ‘false’ branch (when ‘alloc <= 4193304’)...
libguestfs-1.55.9/daemon/lvm.c:801:14: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:802:10: branch_true: following ‘true’ branch (when ‘buf2’ is NULL)...
libguestfs-1.55.9/daemon/lvm.c:803:9: branch_true: ...to here
libguestfs-1.55.9/daemon/lvm.c:803:9: danger: ‘open(&tmp, 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def191]
libguestfs-1.55.9/daemon/lvm.c:811:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(&tmp, 524288)’
libguestfs-1.55.9/daemon/lvm.c:764:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm.c:769:3: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:772:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/lvm.c:778:8: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:778:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/lvm.c:779:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:793:8: branch_true: following ‘true’ branch (when ‘alloc <= size’)...
libguestfs-1.55.9/daemon/lvm.c:794:7: branch_true: ...to here
libguestfs-1.55.9/daemon/lvm.c:795:10: branch_false: following ‘false’ branch (when ‘alloc <= 4193304’)...
libguestfs-1.55.9/daemon/lvm.c:801:14: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:802:10: branch_false: following ‘false’ branch (when ‘buf2’ is non-NULL)...
libguestfs-1.55.9/daemon/lvm.c:811:10: branch_false: ...to here
libguestfs-1.55.9/daemon/lvm.c:811:10: danger: ‘open(&tmp, 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def192]
libguestfs-1.55.9/daemon/md.c:238:10: warning[-Wanalyzer-malloc-leak]: leak of ‘parse_md_stat_line(line + (mdlen + 3))’
libguestfs-1.55.9/daemon/md.c:352:1: enter_function: entry to ‘do_md_stat’
libguestfs-1.55.9/daemon/md.c:366:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/md.c:372:10: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/md.c:373:9: branch_true: ...to here
libguestfs-1.55.9/daemon/md.c:376:13: call_function: calling ‘parse_md_stat_line’ from ‘do_md_stat’
libguestfs-1.55.9/daemon/md.c:376:13: return_function: returning to ‘do_md_stat’ from ‘parse_md_stat_line’
libguestfs-1.55.9/daemon/md.c:265:12: call_function: inlined call to ‘count_spaces’ from ‘parse_md_stat_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def193]
libguestfs-1.55.9/daemon/md.c:274:15: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/md.c:352:1: enter_function: entry to ‘do_md_stat’
libguestfs-1.55.9/daemon/md.c:366:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/md.c:372:10: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/md.c:373:9: branch_true: ...to here
libguestfs-1.55.9/daemon/md.c:376:13: call_function: calling ‘parse_md_stat_line’ from ‘do_md_stat’
libguestfs-1.55.9/daemon/md.c:376:13: return_function: returning to ‘do_md_stat’ from ‘parse_md_stat_line’
libguestfs-1.55.9/daemon/md.c:274:15: danger: ‘<unknown>’ leaks here; was allocated at [(10)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/9)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def194]
libguestfs-1.55.9/daemon/md.c:365:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("/proc/mdstat", "r")’
libguestfs-1.55.9/daemon/md.c:365:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/md.c:365:8: danger: ‘fopen("/proc/mdstat", "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def195]
libguestfs-1.55.9/daemon/md.c:365:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("/proc/mdstat", "r")’
libguestfs-1.55.9/daemon/md.c:365:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/md.c:365:8: danger: ‘fopen("/proc/mdstat", "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def196]
libguestfs-1.55.9/daemon/mkfs.c:242:11: warning[-Wanalyzer-null-argument]: use of NULL ‘label’ where non-null expected
libguestfs-1.55.9/daemon/mkfs.c:281:1: enter_function: entry to ‘do_mkfs_b’
libguestfs-1.55.9/daemon/mkfs.c:284:10: call_function: calling ‘do_mkfs’ from ‘do_mkfs_b’
Error: CPPCHECK_WARNING (CWE-401): [#def197]
libguestfs-1.55.9/daemon/ntfs.c:282: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def198]
libguestfs-1.55.9/daemon/ntfs.c:289: error[memleak]: Memory leak: buffer
Error: GCC_ANALYZER_WARNING (CWE-401): [#def199]
libguestfs-1.55.9/daemon/ntfs.c:295:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/ntfs.c:274:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:280:6: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:280:6: branch_false: following ‘false’ branch (when ‘inode >= 0’)...
libguestfs-1.55.9/daemon/ntfs.c:287:24: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:286:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:292:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:295:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfs.c:295:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-401): [#def200]
libguestfs-1.55.9/daemon/ntfs.c:298: error[memleak]: Memory leak: buffer
Error: GCC_ANALYZER_WARNING (CWE-401): [#def201]
libguestfs-1.55.9/daemon/ntfs.c:305:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/ntfs.c:274:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:280:6: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:280:6: branch_false: following ‘false’ branch (when ‘inode >= 0’)...
libguestfs-1.55.9/daemon/ntfs.c:287:24: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:286:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:292:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:295:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfs.c:296:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:305:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:305:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def202]
libguestfs-1.55.9/daemon/ntfs.c:307:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/ntfs.c:274:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:280:6: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:280:6: branch_false: following ‘false’ branch (when ‘inode >= 0’)...
libguestfs-1.55.9/daemon/ntfs.c:287:24: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:286:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:292:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:295:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfs.c:296:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfs.c:305:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfs.c:307:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def203]
libguestfs-1.55.9/daemon/ntfsclone.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: str
Error: GCC_ANALYZER_WARNING (CWE-401): [#def204]
libguestfs-1.55.9/daemon/ntfsclone.c:51:7: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/ntfsclone.c:67:1: enter_function: entry to ‘do_ntfsclone_in’
libguestfs-1.55.9/daemon/ntfsclone.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:84:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:94:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:110:8: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:113:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:114:5: branch_true: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:115:33: call_function: calling ‘read_error_file’ from ‘do_ntfsclone_in’
libguestfs-1.55.9/daemon/ntfsclone.c:115:33: return_function: returning to ‘do_ntfsclone_in’ from ‘read_error_file’
libguestfs-1.55.9/daemon/ntfsclone.c:51:7: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def205]
libguestfs-1.55.9/daemon/ntfsclone.c:51:7: warning[-Wanalyzer-malloc-leak]: leak of ‘read_error_file(&error_file)’
libguestfs-1.55.9/daemon/ntfsclone.c:67:1: enter_function: entry to ‘do_ntfsclone_in’
libguestfs-1.55.9/daemon/ntfsclone.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:84:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:94:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:110:8: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:113:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:114:5: branch_true: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:115:33: call_function: calling ‘read_error_file’ from ‘do_ntfsclone_in’
libguestfs-1.55.9/daemon/ntfsclone.c:115:33: return_function: returning to ‘do_ntfsclone_in’ from ‘read_error_file’
libguestfs-1.55.9/daemon/ntfsclone.c:51:7: danger: ‘read_error_file(&error_file)’ leaks here; was allocated at [(14)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def206]
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/ntfsclone.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:84:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:94:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def207]
libguestfs-1.55.9/daemon/ntfsclone.c:112:7: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/ntfsclone.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:84:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:94:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:110:8: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:112:7: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def208]
libguestfs-1.55.9/daemon/ntfsclone.c:114:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/ntfsclone.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:84:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:94:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:110:8: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:113:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:114:5: branch_true: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:114:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def209]
libguestfs-1.55.9/daemon/ntfsclone.c:125:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/ntfsclone.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:84:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:94:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:97:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:98:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:110:8: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:113:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:121:6: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:121:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:125:5: branch_true: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:125:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-401): [#def210]
libguestfs-1.55.9/daemon/ntfsclone.c:171: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-401): [#def211]
libguestfs-1.55.9/daemon/ntfsclone.c:177:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/ntfsclone.c:157:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:168:17: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:163:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:174:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:177:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:177:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-401): [#def212]
libguestfs-1.55.9/daemon/ntfsclone.c:180: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-401): [#def213]
libguestfs-1.55.9/daemon/ntfsclone.c:187:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/ntfsclone.c:157:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:168:17: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:163:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:174:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:177:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:178:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:187:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:187:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def214]
libguestfs-1.55.9/daemon/ntfsclone.c:189:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/ntfsclone.c:157:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:168:17: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:163:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:174:7: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:177:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/ntfsclone.c:178:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/ntfsclone.c:187:3: branch_false: ...to here
libguestfs-1.55.9/daemon/ntfsclone.c:189:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def215]
libguestfs-1.55.9/daemon/parted.c:322:10: warning[-Wanalyzer-malloc-leak]: leak of ‘get_table_field(*<unknown>, 5)’
libguestfs-1.55.9/daemon/parted.c:460:1: enter_function: entry to ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:465:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:468:7: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:468:6: branch_true: following ‘true’ branch (when the strings are equal)...
libguestfs-1.55.9/daemon/parted.c:469:30: branch_true: ...to here
libguestfs-1.55.9/daemon/parted.c:469:30: call_function: calling ‘print_partition_table’ from ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:469:30: return_function: returning to ‘do_part_get_name’ from ‘print_partition_table’
libguestfs-1.55.9/daemon/parted.c:470:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:473:45: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:475:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:478:9: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:478:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:484:8: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:492:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:496:11: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:500:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:505:18: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:505:18: call_function: calling ‘get_table_field’ from ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:505:18: return_function: returning to ‘do_part_get_name’ from ‘get_table_field’
libguestfs-1.55.9/daemon/parted.c:322:10: danger: ‘get_table_field(*<unknown>, 5)’ leaks here; was allocated at [(29)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/28)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def216]
libguestfs-1.55.9/daemon/parted.c:322:10: warning[-Wanalyzer-malloc-leak]: leak of ‘get_table_field(*<unknown>, 6)’
libguestfs-1.55.9/daemon/parted.c:374:1: enter_function: entry to ‘do_part_get_bootable’
libguestfs-1.55.9/daemon/parted.c:376:6: branch_false: following ‘false’ branch (when ‘partnum > 0’)...
libguestfs-1.55.9/daemon/parted.c:381:28: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:381:28: call_function: calling ‘print_partition_table’ from ‘do_part_get_bootable’
libguestfs-1.55.9/daemon/parted.c:381:28: return_function: returning to ‘do_part_get_bootable’ from ‘print_partition_table’
libguestfs-1.55.9/daemon/parted.c:382:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:385:43: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:387:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:393:7: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:393:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:399:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:407:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:411:9: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:415:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:420:29: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:420:29: call_function: calling ‘get_table_field’ from ‘do_part_get_bootable’
libguestfs-1.55.9/daemon/parted.c:420:29: return_function: returning to ‘do_part_get_bootable’ from ‘get_table_field’
libguestfs-1.55.9/daemon/parted.c:322:10: danger: ‘get_table_field(*<unknown>, 6)’ leaks here; was allocated at [(27)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/26)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def217]
libguestfs-1.55.9/daemon/parted.c:469:24: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/parted.c:460:1: enter_function: entry to ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:465:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:468:7: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:468:6: branch_true: following ‘true’ branch (when the strings are equal)...
libguestfs-1.55.9/daemon/parted.c:469:30: branch_true: ...to here
libguestfs-1.55.9/daemon/parted.c:469:30: call_function: calling ‘print_partition_table’ from ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:469:30: return_function: returning to ‘do_part_get_name’ from ‘print_partition_table’
libguestfs-1.55.9/daemon/parted.c:470:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:473:45: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:475:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:478:9: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:478:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:484:8: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:492:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:496:11: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:500:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:505:18: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:505:18: call_function: calling ‘get_table_field’ from ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:505:18: return_function: returning to ‘do_part_get_name’ from ‘get_table_field’
libguestfs-1.55.9/daemon/parted.c:506:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:509:12: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:469:24: danger: ‘<unknown>’ leaks here; was allocated at [(29)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/28)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def218]
libguestfs-1.55.9/daemon/parted.c:473:37: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/parted.c:460:1: enter_function: entry to ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:465:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:468:7: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:468:6: branch_true: following ‘true’ branch (when the strings are equal)...
libguestfs-1.55.9/daemon/parted.c:469:30: branch_true: ...to here
libguestfs-1.55.9/daemon/parted.c:469:30: call_function: calling ‘print_partition_table’ from ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:469:30: return_function: returning to ‘do_part_get_name’ from ‘print_partition_table’
libguestfs-1.55.9/daemon/parted.c:470:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:473:45: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:475:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:478:9: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:478:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:484:8: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:492:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:496:11: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:500:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:505:18: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:505:18: call_function: calling ‘get_table_field’ from ‘do_part_get_name’
libguestfs-1.55.9/daemon/parted.c:505:18: return_function: returning to ‘do_part_get_name’ from ‘get_table_field’
libguestfs-1.55.9/daemon/parted.c:506:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/parted.c:509:12: branch_false: ...to here
libguestfs-1.55.9/daemon/parted.c:473:37: danger: ‘<unknown>’ leaks here; was allocated at [(29)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/28)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def219]
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/sleuthkit.c:108:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: branch_false: ...to here
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-401): [#def220]
libguestfs-1.55.9/daemon/sleuthkit.c:116: error[memleak]: Memory leak: buffer
Error: GCC_ANALYZER_WARNING (CWE-401): [#def221]
libguestfs-1.55.9/daemon/sleuthkit.c:120:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/sleuthkit.c:108:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: branch_false: ...to here
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/sleuthkit.c:114:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sleuthkit.c:120:3: branch_false: ...to here
libguestfs-1.55.9/daemon/sleuthkit.c:120:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def222]
libguestfs-1.55.9/daemon/sleuthkit.c:122:17: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/sleuthkit.c:108:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: branch_false: ...to here
libguestfs-1.55.9/daemon/sleuthkit.c:113:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/sleuthkit.c:114:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sleuthkit.c:120:3: branch_false: ...to here
libguestfs-1.55.9/daemon/sleuthkit.c:122:17: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def223]
libguestfs-1.55.9/daemon/squashfs.c:112:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(tmpfile, "r")’
libguestfs-1.55.9/daemon/squashfs.c:54:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:62:13: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:63:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:68:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:69:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:73:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:95:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:104:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:107:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:112:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:112:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/squashfs.c:112:8: danger: ‘fopen(tmpfile, "r")’ leaks here; was opened at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def224]
libguestfs-1.55.9/daemon/squashfs.c:112:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(tmpfile, "r")’
libguestfs-1.55.9/daemon/squashfs.c:54:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:62:13: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:63:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:68:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:69:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:73:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:95:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:104:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:107:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:112:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:112:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/squashfs.c:112:8: danger: ‘fopen(tmpfile, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def225]
libguestfs-1.55.9/daemon/squashfs.c:122:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(tmpfile, "r")’
libguestfs-1.55.9/daemon/squashfs.c:54:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:62:13: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:63:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:68:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:69:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:73:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:95:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:104:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:107:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:112:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:112:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/squashfs.c:113:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:122:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:122:3: danger: ‘fopen(tmpfile, "r")’ leaks here; was opened at [(13)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def226]
libguestfs-1.55.9/daemon/squashfs.c:122:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(tmpfile, "r")’
libguestfs-1.55.9/daemon/squashfs.c:54:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:62:13: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:63:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:68:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:69:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:73:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:95:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:104:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:107:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:112:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:112:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/squashfs.c:113:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:122:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:122:3: danger: ‘fopen(tmpfile, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def227]
libguestfs-1.55.9/daemon/squashfs.c:124:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(tmpfile, "r")’
libguestfs-1.55.9/daemon/squashfs.c:54:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:62:13: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:63:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:68:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:69:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:73:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:95:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:104:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:107:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:112:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:112:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/squashfs.c:113:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:122:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:124:15: danger: ‘fopen(tmpfile, "r")’ leaks here; was opened at [(13)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def228]
libguestfs-1.55.9/daemon/squashfs.c:124:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(tmpfile, "r")’
libguestfs-1.55.9/daemon/squashfs.c:54:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:62:13: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:63:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:68:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:69:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:73:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:76:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:81:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:95:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:104:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:107:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:112:8: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:112:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/squashfs.c:113:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/squashfs.c:122:3: branch_false: ...to here
libguestfs-1.55.9/daemon/squashfs.c:124:15: danger: ‘fopen(tmpfile, "r")’ leaks here; was allocated at [(13)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def229]
libguestfs-1.55.9/daemon/strings.c:44:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/strings.c:37:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:38:25: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:37:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:43:3: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:44:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/strings.c:44:8: danger: ‘open(path, 524288)’ leaks here; was opened at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def230]
libguestfs-1.55.9/daemon/strings.c:45:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/strings.c:37:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:38:25: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:37:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:43:3: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:44:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/strings.c:45:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/strings.c:45:3: danger: ‘open(path, 524288)’ leaks here; was opened at [(6)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def231]
libguestfs-1.55.9/daemon/strings.c:53:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/strings.c:37:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:38:25: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:37:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:43:3: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:44:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/strings.c:47:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/strings.c:52:3: branch_false: ...to here
libguestfs-1.55.9/daemon/strings.c:53:7: danger: ‘open(path, 524288)’ leaks here; was opened at [(6)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/5)
Error: CPPCHECK_WARNING (CWE-476): [#def232]
libguestfs-1.55.9/daemon/stubs-0.c:1836: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: devices
Error: GCC_ANALYZER_WARNING (CWE-476): [#def233]
libguestfs-1.55.9/daemon/stubs-0.c:1836:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-0.c:1815:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1820:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1820:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1825:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1825:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1832:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1832:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-0.c:1835:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1836:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1836:7: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def234]
libguestfs-1.55.9/daemon/stubs-0.c:1837:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-0.c:1815:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1820:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1820:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1825:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1825:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1832:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1832:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-0.c:1835:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-0.c:1837:12: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-0.c:1837:5: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def235]
libguestfs-1.55.9/daemon/stubs-1.c:1785: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: devices
Error: GCC_ANALYZER_WARNING (CWE-476): [#def236]
libguestfs-1.55.9/daemon/stubs-1.c:1785:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-1.c:1763:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1768:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1768:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1773:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1773:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1777:3: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1781:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-1.c:1784:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1785:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1785:7: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def237]
libguestfs-1.55.9/daemon/stubs-1.c:1786:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-1.c:1763:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1768:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1768:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1773:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1773:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1777:3: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1781:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-1.c:1784:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-1.c:1786:12: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-1.c:1786:5: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def238]
libguestfs-1.55.9/daemon/stubs-2.c:1561: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: devices
Error: GCC_ANALYZER_WARNING (CWE-476): [#def239]
libguestfs-1.55.9/daemon/stubs-2.c:1561:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-2.c:1540:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1545:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1545:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1550:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1550:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1557:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1557:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-2.c:1560:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1561:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1561:7: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def240]
libguestfs-1.55.9/daemon/stubs-2.c:1562:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-2.c:1540:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1545:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1545:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1550:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1550:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1557:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1557:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-2.c:1560:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-2.c:1562:12: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-2.c:1562:5: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def241]
libguestfs-1.55.9/daemon/stubs-3.c:462: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: devices
Error: GCC_ANALYZER_WARNING (CWE-476): [#def242]
libguestfs-1.55.9/daemon/stubs-3.c:462:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-3.c:441:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:446:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:446:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:451:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:451:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:458:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:458:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-3.c:461:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:462:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:462:7: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def243]
libguestfs-1.55.9/daemon/stubs-3.c:463:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-3.c:441:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:446:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:446:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:451:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:451:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:458:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:458:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-3.c:461:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:463:12: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:463:5: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def244]
libguestfs-1.55.9/daemon/stubs-3.c:660: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: source
Error: GCC_ANALYZER_WARNING (CWE-476): [#def245]
libguestfs-1.55.9/daemon/stubs-3.c:660:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘source’
libguestfs-1.55.9/daemon/stubs-3.c:639:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:644:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:644:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:649:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:649:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:656:20: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:656:12: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-3.c:659:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:660:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:660:7: danger: ‘source + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def246]
libguestfs-1.55.9/daemon/stubs-3.c:661:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘source’
libguestfs-1.55.9/daemon/stubs-3.c:639:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:644:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:644:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:649:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:649:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:656:20: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:656:12: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-3.c:659:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-3.c:661:11: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-3.c:661:5: danger: ‘source + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def247]
libguestfs-1.55.9/daemon/stubs-5.c:252: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: devices
Error: GCC_ANALYZER_WARNING (CWE-476): [#def248]
libguestfs-1.55.9/daemon/stubs-5.c:252:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-5.c:231:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:236:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:236:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:241:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:241:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:248:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:248:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-5.c:251:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:252:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:252:7: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def249]
libguestfs-1.55.9/daemon/stubs-5.c:253:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-5.c:231:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:236:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:236:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:241:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:241:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:248:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:248:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-5.c:251:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:253:12: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:253:5: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def250]
libguestfs-1.55.9/daemon/stubs-5.c:1887: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: devices
Error: GCC_ANALYZER_WARNING (CWE-476): [#def251]
libguestfs-1.55.9/daemon/stubs-5.c:1887:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-5.c:1866:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1871:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1871:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1876:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1876:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1883:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1883:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-5.c:1886:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1887:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1887:7: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def252]
libguestfs-1.55.9/daemon/stubs-5.c:1888:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘devices’
libguestfs-1.55.9/daemon/stubs-5.c:1866:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1871:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1871:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1876:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1876:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1883:21: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1883:13: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-5.c:1886:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-5.c:1888:12: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-5.c:1888:5: danger: ‘devices + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-476): [#def253]
libguestfs-1.55.9/daemon/stubs-6.c:2709: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: physvols
Error: GCC_ANALYZER_WARNING (CWE-476): [#def254]
libguestfs-1.55.9/daemon/stubs-6.c:2709:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘physvols’
libguestfs-1.55.9/daemon/stubs-6.c:2687:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2692:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2692:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2697:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2697:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2701:3: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2705:14: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-6.c:2708:17: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2709:7: branch_true: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2709:7: danger: ‘physvols + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def255]
libguestfs-1.55.9/daemon/stubs-6.c:2710:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘physvols’
libguestfs-1.55.9/daemon/stubs-6.c:2687:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2692:7: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2692:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2697:8: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2697:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2701:3: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2705:14: acquire_memory: this call could return NULL
libguestfs-1.55.9/daemon/stubs-6.c:2708:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/stubs-6.c:2710:13: branch_false: ...to here
libguestfs-1.55.9/daemon/stubs-6.c:2710:5: danger: ‘physvols + i * 8’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def256]
libguestfs-1.55.9/daemon/sync.c:117:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(dev_path, 524288)’
libguestfs-1.55.9/daemon/sync.c:92:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/sync.c:100:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sync.c:102:9: branch_false: ...to here
libguestfs-1.55.9/daemon/sync.c:117:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/sync.c:117:12: danger: ‘open(dev_path, 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def257]
libguestfs-1.55.9/daemon/sync.c:124:11: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(dev_path, 524288)’
libguestfs-1.55.9/daemon/sync.c:92:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/sync.c:100:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/sync.c:102:9: branch_false: ...to here
libguestfs-1.55.9/daemon/sync.c:117:12: acquire_resource: opened here
libguestfs-1.55.9/daemon/sync.c:124:11: danger: ‘open(dev_path, 524288)’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-476): [#def258]
libguestfs-1.55.9/daemon/tar.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: str
Error: GCC_ANALYZER_WARNING (CWE-401): [#def259]
libguestfs-1.55.9/daemon/tar.c:120:7: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/tar.c:137:1: enter_function: entry to ‘do_tar_in’
libguestfs-1.55.9/daemon/tar.c:148:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:183:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:191:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:195:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:217:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:220:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:223:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:224:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:236:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:239:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/tar.c:240:5: branch_true: ...to here
libguestfs-1.55.9/daemon/tar.c:241:33: call_function: calling ‘read_error_file’ from ‘do_tar_in’
libguestfs-1.55.9/daemon/tar.c:241:33: return_function: returning to ‘do_tar_in’ from ‘read_error_file’
libguestfs-1.55.9/daemon/tar.c:120:7: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(10)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/9)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def260]
libguestfs-1.55.9/daemon/tar.c:120:7: warning[-Wanalyzer-malloc-leak]: leak of ‘read_error_file(&error_file)’
libguestfs-1.55.9/daemon/tar.c:137:1: enter_function: entry to ‘do_tar_in’
libguestfs-1.55.9/daemon/tar.c:148:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:183:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:191:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:195:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:217:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:220:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:224:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:236:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:239:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/tar.c:240:5: branch_true: ...to here
libguestfs-1.55.9/daemon/tar.c:241:33: call_function: calling ‘read_error_file’ from ‘do_tar_in’
libguestfs-1.55.9/daemon/tar.c:241:33: return_function: returning to ‘do_tar_in’ from ‘read_error_file’
libguestfs-1.55.9/daemon/tar.c:120:7: danger: ‘read_error_file(&error_file)’ leaks here; was allocated at [(18)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/17)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def261]
libguestfs-1.55.9/daemon/tar.c:223:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/tar.c:148:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:183:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:191:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:195:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:217:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:220:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:223:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:223:8: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def262]
libguestfs-1.55.9/daemon/tar.c:238:7: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/tar.c:148:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:183:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:191:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:195:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:217:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:220:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:223:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:224:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:236:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:238:7: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def263]
libguestfs-1.55.9/daemon/tar.c:240:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/tar.c:148:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:183:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:191:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:195:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:217:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:220:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:223:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:224:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:236:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:239:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/tar.c:240:5: branch_true: ...to here
libguestfs-1.55.9/daemon/tar.c:240:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def264]
libguestfs-1.55.9/daemon/tar.c:251:5: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "w")’
libguestfs-1.55.9/daemon/tar.c:148:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:151:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:183:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:191:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:195:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:204:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:217:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:220:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:223:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:224:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:236:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:239:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:247:6: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:247:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/tar.c:251:5: branch_true: ...to here
libguestfs-1.55.9/daemon/tar.c:251:5: danger: ‘popen(cmd, "w")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/8)
Error: CPPCHECK_WARNING (CWE-401): [#def265]
libguestfs-1.55.9/daemon/tar.c:325: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def266]
libguestfs-1.55.9/daemon/tar.c:336: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def267]
libguestfs-1.55.9/daemon/tar.c:352: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def268]
libguestfs-1.55.9/daemon/tar.c:357: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def269]
libguestfs-1.55.9/daemon/tar.c:362: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def270]
libguestfs-1.55.9/daemon/tar.c:370: error[memleak]: Memory leak: buffer
Error: GCC_ANALYZER_WARNING (CWE-401): [#def271]
libguestfs-1.55.9/daemon/tar.c:388:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/tar.c:303:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:308:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:333:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:339:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:350:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:355:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:355:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:360:9: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:360:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:366:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:367:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:372:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:374:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:382:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:385:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:388:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:388:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(17)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def272]
libguestfs-1.55.9/daemon/tar.c:398:3: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/tar.c:303:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:308:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:333:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:339:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:350:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:355:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:355:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:360:9: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:360:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:366:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:367:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:372:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:374:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:382:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:385:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:388:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:389:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:398:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:398:3: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(17)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def273]
libguestfs-1.55.9/daemon/tar.c:400:15: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/daemon/tar.c:303:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:308:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:333:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:339:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:350:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:355:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:355:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:360:9: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:360:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:366:8: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:367:6: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
libguestfs-1.55.9/daemon/tar.c:372:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:374:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:382:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:385:7: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:388:8: acquire_memory: allocated here
libguestfs-1.55.9/daemon/tar.c:389:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/tar.c:398:3: branch_false: ...to here
libguestfs-1.55.9/daemon/tar.c:400:15: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(17)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def274]
libguestfs-1.55.9/daemon/upload.c:177:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(filename, 524288)’
libguestfs-1.55.9/daemon/upload.c:169:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/upload.c:174:12: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:177:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/upload.c:177:8: danger: ‘open(filename, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def275]
libguestfs-1.55.9/daemon/upload.c:178:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(filename, 524288)’
libguestfs-1.55.9/daemon/upload.c:169:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/upload.c:174:12: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:177:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/upload.c:178:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/upload.c:178:16: danger: ‘open(filename, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-401): [#def276]
libguestfs-1.55.9/daemon/upload.c:259: error[memleak]: Memory leak: buf
Error: CPPCHECK_WARNING (CWE-401): [#def277]
libguestfs-1.55.9/daemon/upload.c:264: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-775): [#def278]
libguestfs-1.55.9/daemon/upload.c:271:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(filename, 524288)’
libguestfs-1.55.9/daemon/upload.c:252:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/upload.c:257:6: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:257:6: branch_false: following ‘false’ branch (when ‘offset >= 0’)...
libguestfs-1.55.9/daemon/upload.c:262:6: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:262:6: branch_false: following ‘false’ branch (when ‘size >= 0’)...
libguestfs-1.55.9/daemon/upload.c:266:12: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:271:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/upload.c:271:8: danger: ‘open(filename, 524288)’ leaks here; was opened at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def279]
libguestfs-1.55.9/daemon/upload.c:272:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(filename, 524288)’
libguestfs-1.55.9/daemon/upload.c:252:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/upload.c:257:6: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:257:6: branch_false: following ‘false’ branch (when ‘offset >= 0’)...
libguestfs-1.55.9/daemon/upload.c:262:6: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:262:6: branch_false: following ‘false’ branch (when ‘size >= 0’)...
libguestfs-1.55.9/daemon/upload.c:266:12: branch_false: ...to here
libguestfs-1.55.9/daemon/upload.c:271:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/upload.c:272:6: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/upload.c:272:16: danger: ‘open(filename, 524288)’ leaks here; was opened at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def280]
libguestfs-1.55.9/daemon/utils.c:159:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(device, 524288)’
libguestfs-1.55.9/daemon/utils.c:114:1: enter_function: entry to ‘is_device_parameter’
libguestfs-1.55.9/daemon/utils.c:122:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:126:7: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:126:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:130:7: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:130:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:140:7: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:140:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:143:6: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:143:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:147:7: call_function: inlined call to ‘is_root_device_stat’ from ‘is_device_parameter’
libguestfs-1.55.9/daemon/utils.c:159:8: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:159:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/utils.c:159:8: danger: ‘open(device, 524288)’ leaks here; was opened at [(15)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-415): [#def281]
libguestfs-1.55.9/daemon/utils.c:274:7: warning[-Wanalyzer-double-free]: double-‘free’ of ‘str’
libguestfs-1.55.9/daemon/utils.c:494:1: enter_function: entry to ‘filter_list’
libguestfs-1.55.9/daemon/utils.c:499:15: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/utils.c:500:9: branch_true: ...to here
libguestfs-1.55.9/daemon/utils.c:501:11: call_function: calling ‘add_string_nodup’ from ‘filter_list’
libguestfs-1.55.9/daemon/utils.c:501:11: return_function: returning to ‘filter_list’ from ‘add_string_nodup’
libguestfs-1.55.9/daemon/utils.c:501:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:499:32: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:507:7: call_function: inlined call to ‘end_stringsbuf’ from ‘filter_list’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def282]
libguestfs-1.55.9/daemon/utils.c:701:6: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/urandom", 524288)’
libguestfs-1.55.9/daemon/utils.c:696:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/utils.c:697:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/utils.c:700:7: branch_false: ...to here
libguestfs-1.55.9/daemon/utils.c:701:6: danger: ‘open("/dev/urandom", 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def283]
libguestfs-1.55.9/daemon/wc.c:38:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/wc.c:38:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/wc.c:38:8: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def284]
libguestfs-1.55.9/daemon/wc.c:39:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/wc.c:38:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/wc.c:39:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/wc.c:39:3: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def285]
libguestfs-1.55.9/daemon/wc.c:47:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/wc.c:38:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/wc.c:41:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/wc.c:46:3: branch_false: ...to here
libguestfs-1.55.9/daemon/wc.c:47:7: danger: ‘open(path, 524288)’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def286]
libguestfs-1.55.9/daemon/xattr.c:249:5: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/xattr.c:157:1: enter_function: entry to ‘getxattrs’
libguestfs-1.55.9/daemon/xattr.c:169:9: call_function: calling ‘_listxattrs’ from ‘getxattrs’
libguestfs-1.55.9/daemon/xattr.c:169:9: return_function: returning to ‘getxattrs’ from ‘_listxattrs’
libguestfs-1.55.9/daemon/xattr.c:170:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:174:22: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:174:22: call_function: calling ‘split_attr_names’ from ‘getxattrs’
libguestfs-1.55.9/daemon/xattr.c:174:22: return_function: returning to ‘getxattrs’ from ‘split_attr_names’
libguestfs-1.55.9/daemon/xattr.c:175:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:177:11: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:178:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:181:7: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:182:6: branch_false: following ‘false’ branch (when ‘r’ is non-NULL)...
libguestfs-1.55.9/daemon/xattr.c:187:35: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:191:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:196:15: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/xattr.c:197:5: branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:200:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:205:8: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:205:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:211:62: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:212:60: acquire_memory: allocated here
libguestfs-1.55.9/daemon/xattr.c:215:8: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/xattr.c:217:7: branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:241:6: branch_true: following ‘true’ branch (when ‘r’ is non-NULL)...
libguestfs-1.55.9/daemon/xattr.c:242:9: branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:242:8: branch_true: following ‘true’ branch...
branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:244:19: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:249:5: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:249:5: danger: ‘<unknown>’ leaks here; was allocated at [(34)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/33)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def287]
libguestfs-1.55.9/daemon/xattr.c:377:8: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/xattr.c:343:6: branch_false: following ‘false’ branch (when ‘ret’ is non-NULL)...
libguestfs-1.55.9/daemon/xattr.c:348:3: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:351:15: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/xattr.c:353:24: branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:368:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:375:24: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:377:8: branch_false: following ‘false’ branch (when ‘newptr’ is non-NULL)...
libguestfs-1.55.9/daemon/xattr.c:381:5: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:390:23: acquire_memory: allocated here
libguestfs-1.55.9/daemon/xattr.c:391:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:396:5: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:351:15: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/xattr.c:353:24: branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:368:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:375:24: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:377:8: danger: ‘<unknown>’ leaks here; was allocated at [(10)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/9)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def288]
libguestfs-1.55.9/daemon/xattr.c:426:8: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/daemon/xattr.c:335:1: enter_function: entry to ‘do_internal_lxattrlist’
libguestfs-1.55.9/daemon/xattr.c:343:6: branch_false: following ‘false’ branch (when ‘ret’ is non-NULL)...
libguestfs-1.55.9/daemon/xattr.c:348:3: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:351:15: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/xattr.c:353:24: branch_true: ...to here
libguestfs-1.55.9/daemon/xattr.c:368:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:375:24: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:377:8: branch_false: following ‘false’ branch (when ‘newptr’ is non-NULL)...
libguestfs-1.55.9/daemon/xattr.c:381:5: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:390:23: acquire_memory: allocated here
libguestfs-1.55.9/daemon/xattr.c:391:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:396:5: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:399:8: branch_false: following ‘false’ branch (when ‘len != -1’)...
libguestfs-1.55.9/daemon/xattr.c:402:11: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:403:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:408:5: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:411:8: branch_false: following ‘false’ branch (when ‘len != -1’)...
libguestfs-1.55.9/daemon/xattr.c:414:28: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:414:28: call_function: calling ‘split_attr_names’ from ‘do_internal_lxattrlist’
libguestfs-1.55.9/daemon/xattr.c:414:28: return_function: returning to ‘do_internal_lxattrlist’ from ‘split_attr_names’
libguestfs-1.55.9/daemon/xattr.c:415:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:417:17: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:418:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xattr.c:420:16: branch_false: ...to here
libguestfs-1.55.9/daemon/xattr.c:426:8: danger: ‘<unknown>’ leaks here; was allocated at [(11)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def289]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(*<unknown>)’
libguestfs-1.55.9/daemon/xfs.c:322:1: enter_function: entry to ‘do_xfs_info’
libguestfs-1.55.9/daemon/xfs.c:333:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xfs.c:338:7: branch_false: ...to here
libguestfs-1.55.9/daemon/xfs.c:339:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xfs.c:344:11: branch_false: ...to here
libguestfs-1.55.9/daemon/xfs.c:345:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xfs.c:348:10: branch_false: ...to here
libguestfs-1.55.9/daemon/xfs.c:348:10: call_function: calling ‘parse_xfs_info’ from ‘do_xfs_info’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def290]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 10)’
libguestfs-1.55.9/daemon/xfs.c:322:1: enter_function: entry to ‘do_xfs_info’
libguestfs-1.55.9/daemon/xfs.c:333:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xfs.c:338:7: branch_false: ...to here
libguestfs-1.55.9/daemon/xfs.c:339:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xfs.c:344:11: branch_false: ...to here
libguestfs-1.55.9/daemon/xfs.c:345:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/xfs.c:348:10: branch_false: ...to here
libguestfs-1.55.9/daemon/xfs.c:348:10: call_function: calling ‘parse_xfs_info’ from ‘do_xfs_info’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def291]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 11)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def292]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 18)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def293]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 5)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def294]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 6)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def295]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 7)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def296]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 8)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def297]
libguestfs-1.55.9/daemon/xfs.c:52:6: warning[-Wanalyzer-malloc-leak]: leak of ‘split_strdup(p + 9)’
libguestfs-1.55.9/daemon/xfs.c:659:1: enter_function: entry to ‘xfs_minimum_size’
libguestfs-1.55.9/daemon/xfs.c:661:59: call_function: calling ‘do_xfs_info’ from ‘xfs_minimum_size’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def298]
libguestfs-1.55.9/daemon/zero.c:208:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/zero.c:202:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/zero.c:207:3: branch_false: ...to here
libguestfs-1.55.9/daemon/zero.c:208:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/zero.c:208:8: danger: ‘open(path, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def299]
libguestfs-1.55.9/daemon/zero.c:209:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path, 524288)’
libguestfs-1.55.9/daemon/zero.c:202:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/zero.c:207:3: branch_false: ...to here
libguestfs-1.55.9/daemon/zero.c:208:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/zero.c:209:3: branch_true: following ‘true’ branch...
libguestfs-1.55.9/daemon/zero.c:209:3: danger: ‘open(path, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def300]
libguestfs-1.55.9/daemon/zero.c:250:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(device, 524288)’
libguestfs-1.55.9/daemon/zero.c:245:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/zero.c:250:8: branch_false: ...to here
libguestfs-1.55.9/daemon/zero.c:250:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/zero.c:250:8: danger: ‘open(device, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-401): [#def301]
libguestfs-1.55.9/daemon/zero.c:253: error[memleak]: Memory leak: buf
Error: GCC_ANALYZER_WARNING (CWE-775): [#def302]
libguestfs-1.55.9/daemon/zero.c:256:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(device, 524288)’
libguestfs-1.55.9/daemon/zero.c:245:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/daemon/zero.c:250:8: branch_false: ...to here
libguestfs-1.55.9/daemon/zero.c:250:8: acquire_resource: opened here
libguestfs-1.55.9/daemon/zero.c:251:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/daemon/zero.c:256:15: danger: ‘open(device, 524288)’ leaks here; was opened at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def303]
libguestfs-1.55.9/examples/display-icon.c:114:11: warning[-Wanalyzer-malloc-leak]: leak of ‘popen("display -", "w")’
libguestfs-1.55.9/examples/display-icon.c:38:6: branch_false: following ‘false’ branch (when ‘argc == 2’)...
libguestfs-1.55.9/examples/display-icon.c:42:3: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:45:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:51:7: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:51:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:59:7: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:59:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:63:11: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:64:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:66:7: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:66:6: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:71:15: branch_true: following ‘true’ branch...
libguestfs-1.55.9/examples/display-icon.c:79:19: branch_true: ...to here
libguestfs-1.55.9/examples/display-icon.c:80:8: branch_false: following ‘false’ branch...
branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:85:17: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:93:5: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:102:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:104:9: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:104:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:109:12: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:109:12: acquire_memory: allocated here
libguestfs-1.55.9/examples/display-icon.c:110:10: branch_false: following ‘false’ branch...
libguestfs-1.55.9/examples/display-icon.c:114:11: branch_false: ...to here
libguestfs-1.55.9/examples/display-icon.c:114:11: danger: ‘popen("display -", "w")’ leaks here; was allocated at [(23)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/22)
Error: CPPCHECK_WARNING (CWE-401): [#def304]
libguestfs-1.55.9/fish/events.c:124: error[memleak]: Memory leak: argv
Error: CPPCHECK_WARNING (CWE-476): [#def305]
libguestfs-1.55.9/fish/fish.c:352: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: mp
Error: CPPCHECK_WARNING (CWE-476): [#def306]
libguestfs-1.55.9/fish/fish.c:372: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def307]
libguestfs-1.55.9/fish/fish.c:386: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def308]
libguestfs-1.55.9/fish/fish.c:387: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def309]
libguestfs-1.55.9/fish/fish.c:388: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def310]
libguestfs-1.55.9/fish/fish.c:453: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def311]
libguestfs-1.55.9/fish/fish.c:454: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def312]
libguestfs-1.55.9/fish/fish.c:455: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def313]
libguestfs-1.55.9/fish/fish.c:463: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def314]
libguestfs-1.55.9/fish/fish.c:464: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def315]
libguestfs-1.55.9/fish/fish.c:465: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: GCC_ANALYZER_WARNING (CWE-401): [#def316]
libguestfs-1.55.9/fish/fish.c:1038:8: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(cmd, "r")’
libguestfs-1.55.9/fish/fish.c:1038:8: acquire_memory: allocated here
libguestfs-1.55.9/fish/fish.c:1038:8: danger: ‘popen(cmd, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def317]
libguestfs-1.55.9/fish/fish.c:1137:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd[0]’
libguestfs-1.55.9/fish/fish.c:1132:6: branch_true: following ‘true’ branch (when ‘pipecmd’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1135:9: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1135:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1139:9: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1139:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1143:11: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1137:14: danger: ‘fd[0]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def318]
libguestfs-1.55.9/fish/fish.c:1137:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd[1]’
libguestfs-1.55.9/fish/fish.c:1132:6: branch_true: following ‘true’ branch (when ‘pipecmd’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1135:9: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1135:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1139:9: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1139:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1143:11: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1137:14: danger: ‘fd[1]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def319]
libguestfs-1.55.9/fish/fish.c:1151:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(fd[0], 0)’
libguestfs-1.55.9/fish/fish.c:1132:6: branch_true: following ‘true’ branch (when ‘pipecmd’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1135:9: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1135:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1139:9: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1139:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1143:11: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1144:8: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/fish/fish.c:1149:8: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1149:8: branch_true: following ‘true’ branch (when ‘pid == 0’)...
libguestfs-1.55.9/fish/fish.c:1150:7: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1151:11: acquire_resource: opened here
libguestfs-1.55.9/fish/fish.c:1151:10: danger: ‘dup2(fd[0], 0)’ leaks here; was opened at [(12)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def320]
libguestfs-1.55.9/fish/fish.c:1169:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(fd[1], 1)’
libguestfs-1.55.9/fish/fish.c:1132:6: branch_true: following ‘true’ branch (when ‘pipecmd’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1135:9: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1135:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1139:9: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1139:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1143:11: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1144:8: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/fish/fish.c:1149:8: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1149:8: branch_false: following ‘false’ branch (when ‘pid != 0’)...
libguestfs-1.55.9/fish/fish.c:1164:28: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1164:8: branch_false: following ‘false’ branch (when ‘stdout_saved_fd >= 0’)...
libguestfs-1.55.9/fish/fish.c:1168:5: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1169:9: acquire_resource: opened here
libguestfs-1.55.9/fish/fish.c:1169:8: danger: ‘dup2(fd[1], 1)’ leaks here; was opened at [(14)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING: [#def321]
libguestfs-1.55.9/fish/fish.c:1217:9: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘1’
libguestfs-1.55.9/fish/fish.c:1132:6: branch_true: following ‘true’ branch (when ‘pipecmd’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1135:9: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1135:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1139:9: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1139:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1143:11: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1144:8: branch_false: following ‘false’ branch (when ‘pid != -1’)...
libguestfs-1.55.9/fish/fish.c:1149:8: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1149:8: branch_false: following ‘false’ branch (when ‘pid != 0’)...
libguestfs-1.55.9/fish/fish.c:1164:28: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1164:8: branch_false: following ‘false’ branch (when ‘stdout_saved_fd >= 0’)...
libguestfs-1.55.9/fish/fish.c:1168:5: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1169:8: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1174:5: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1199:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1205:7: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1215:6: branch_true: following ‘true’ branch (when ‘pipecmd’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1216:5: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1216:5: release_resource: closed here
libguestfs-1.55.9/fish/fish.c:1217:9: danger: ‘1’ could be invalid
Error: GCC_ANALYZER_WARNING (CWE-415): [#def322]
libguestfs-1.55.9/fish/fish.c:1331:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘str’
libguestfs-1.55.9/fish/fish.c:1335:1: enter_function: entry to ‘parse_string_list’
libguestfs-1.55.9/fish/fish.c:1355:10: branch_true: following ‘true’ branch...
libguestfs-1.55.9/fish/fish.c:1360:10: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1369:12: branch_true: following ‘true’ branch...
libguestfs-1.55.9/fish/fish.c:1369:20: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1369:12: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1373:10: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1395:10: branch_false: following ‘false’ branch (when ‘tok_new’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1404:19: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1424:8: branch_true: following ‘true’ branch (when ‘in_quote != 0’)...
libguestfs-1.55.9/fish/fish.c:1425:24: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1426:7: call_function: passing freed pointer ‘argv’ in call to ‘free_n_strings’ from ‘parse_string_list’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def323]
libguestfs-1.55.9/fish/fish.c:1439:25: warning[-Wanalyzer-double-free]: double-‘free’ of ‘argv’
libguestfs-1.55.9/fish/fish.c:1355:10: branch_true: following ‘true’ branch...
libguestfs-1.55.9/fish/fish.c:1360:10: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1369:12: branch_true: following ‘true’ branch...
libguestfs-1.55.9/fish/fish.c:1369:20: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1369:12: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/fish.c:1373:10: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1395:10: branch_false: following ‘false’ branch (when ‘tok_new’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1404:19: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1424:8: branch_false: following ‘false’ branch (when ‘in_quote == 0’)...
libguestfs-1.55.9/fish/fish.c:1433:8: branch_false: ...to here
libguestfs-1.55.9/fish/fish.c:1433:8: branch_true: following ‘true’ branch (when ‘tok’ is non-NULL)...
libguestfs-1.55.9/fish/fish.c:1435:10: branch_true: ...to here
libguestfs-1.55.9/fish/fish.c:1439:25: danger: second ‘free’ here
Error: CPPCHECK_WARNING (CWE-476): [#def324]
libguestfs-1.55.9/fish/fish.c:1619: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: ret
Error: CPPCHECK_WARNING (CWE-401): [#def325]
libguestfs-1.55.9/fish/fish.c:1871: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def326]
libguestfs-1.55.9/fish/fish.c:1877: error[memleak]: Memory leak: buffer
Error: CPPCHECK_WARNING (CWE-401): [#def327]
libguestfs-1.55.9/fish/glob.c:75: error[memleak]: Memory leak: count
Error: CPPCHECK_WARNING (CWE-401): [#def328]
libguestfs-1.55.9/fish/glob.c:75: error[memleak]: Memory leak: globs
Error: CPPCHECK_WARNING (CWE-401): [#def329]
libguestfs-1.55.9/fish/glob.c:75: error[memleak]: Memory leak: posn
Error: GCC_ANALYZER_WARNING (CWE-401): [#def330]
libguestfs-1.55.9/fish/glob.c:275:6: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libguestfs-1.55.9/fish/glob.c:190:1: enter_function: entry to ‘expand_devicename’
libguestfs-1.55.9/fish/glob.c:198:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/fish/glob.c:199:7: branch_false: ...to here
libguestfs-1.55.9/fish/glob.c:199:7: call_function: calling ‘add_strings_matching’ from ‘expand_devicename’
Error: CPPCHECK_WARNING (CWE-476): [#def331]
libguestfs-1.55.9/fish/prep.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def332]
libguestfs-1.55.9/fish/prep.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def333]
libguestfs-1.55.9/fish/prep.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def334]
libguestfs-1.55.9/fish/prep.c:121: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def335]
libguestfs-1.55.9/fish/prep.c:124: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def336]
libguestfs-1.55.9/fish/prep.c:125: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def337]
libguestfs-1.55.9/fish/tilde.c:72: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: str
Error: CPPCHECK_WARNING (CWE-476): [#def338]
libguestfs-1.55.9/fish/tilde.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: str
Error: CPPCHECK_WARNING (CWE-476): [#def339]
libguestfs-1.55.9/fish/tilde.c:107: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: str
Error: CPPCHECK_WARNING (CWE-476): [#def340]
libguestfs-1.55.9/fish/tilde.c:109: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: str
Error: CPPCHECK_WARNING (CWE-476): [#def341]
libguestfs-1.55.9/fuse/guestmount.c:284: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: mp
Error: COMPILER_WARNING (CWE-9001): [#def342]
libguestfs-1.55.9/gobject/src/session.c:853:21: warning[-Wcomment]: '/*' within comment
Error: COMPILER_WARNING (CWE-9001): [#def343]
libguestfs-1.55.9/gobject/src/session.c:1831:73: warning[-Wcomment]: '/*' within comment
Error: COMPILER_WARNING (CWE-9001): [#def344]
libguestfs-1.55.9/gobject/src/session.c:17014:42: warning[-Wcomment]: '/*' within comment
Error: COMPILER_WARNING (CWE-9001): [#def345]
libguestfs-1.55.9/gobject/src/session.c:24586:34: warning[-Wcomment]: '/*' within comment
Error: CPPCHECK_WARNING (CWE-457): [#def346]
libguestfs-1.55.9/lib/actions-2.c:225: warning[uninitvar]: Uninitialized variable: optargs->name
Error: GCC_ANALYZER_WARNING (CWE-775): [#def347]
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:6: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(appliance, 524288)'
libguestfs-1.55.9/lib/appliance-kcmdline.c:72:8: acquire_resource: opened here
libguestfs-1.55.9/lib/appliance-kcmdline.c:73:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:7: branch_false: ...to here
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:6: danger: 'open(appliance, 524288)' leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def348]
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(appliance, 524288)'
libguestfs-1.55.9/lib/appliance-kcmdline.c:72:8: acquire_resource: opened here
libguestfs-1.55.9/lib/appliance-kcmdline.c:73:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:7: branch_false: ...to here
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:36: branch_false: ...to here
libguestfs-1.55.9/lib/appliance-kcmdline.c:77:7: danger: 'open(appliance, 524288)' leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING: [#def349]
libguestfs-1.55.9/lib/command.c:499:7: warning[-Wanalyzer-fd-use-without-check]: 'dup2' on possibly invalid file descriptor '-1'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING: [#def350]
libguestfs-1.55.9/lib/command.c:500:5: warning[-Wanalyzer-fd-use-without-check]: 'dup2' on possibly invalid file descriptor '-1'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING: [#def351]
libguestfs-1.55.9/lib/command.c:506:5: warning[-Wanalyzer-fd-use-without-check]: 'dup2' on possibly invalid file descriptor '-1'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def352]
libguestfs-1.55.9/lib/command.c:527:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'errorfd[0]'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def353]
libguestfs-1.55.9/lib/command.c:527:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'errorfd[1]'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def354]
libguestfs-1.55.9/lib/command.c:527:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'outfd[0]'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def355]
libguestfs-1.55.9/lib/command.c:527:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'outfd[1]'
libguestfs-1.55.9/lib/command.c:749:1: enter_function: entry to 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_run'
libguestfs-1.55.9/lib/command.c:751:3: return_function: returning to 'guestfs_int_cmd_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:756:7: call_function: calling 'run_command' from 'guestfs_int_cmd_run'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def356]
libguestfs-1.55.9/lib/command.c:875:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'fd[0]'
libguestfs-1.55.9/lib/command.c:781:1: enter_function: entry to 'guestfs_int_cmd_pipe_run'
libguestfs-1.55.9/lib/command.c:789:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_pipe_run'
libguestfs-1.55.9/lib/command.c:789:3: return_function: returning to 'guestfs_int_cmd_pipe_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:795:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:796:3: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:796:3: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/command.c:797:3: branch_true: ...to here
libguestfs-1.55.9/lib/command.c:797:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:799:7: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:803:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:812:21: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:813:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/command.c:814:5: branch_true: ...to here
libguestfs-1.55.9/lib/command.c:870:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:872:7: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:872:6: branch_false: following 'false' branch...
branch_false: ...to here
libguestfs-1.55.9/lib/command.c:875:1: danger: 'fd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def357]
libguestfs-1.55.9/lib/command.c:875:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'fd[1]'
libguestfs-1.55.9/lib/command.c:781:1: enter_function: entry to 'guestfs_int_cmd_pipe_run'
libguestfs-1.55.9/lib/command.c:789:3: call_function: calling 'finish_command' from 'guestfs_int_cmd_pipe_run'
libguestfs-1.55.9/lib/command.c:789:3: return_function: returning to 'guestfs_int_cmd_pipe_run' from 'finish_command'
libguestfs-1.55.9/lib/command.c:795:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:796:3: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:796:3: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/command.c:797:3: branch_true: ...to here
libguestfs-1.55.9/lib/command.c:797:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:799:7: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:803:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:812:21: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:813:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/command.c:814:5: branch_true: ...to here
libguestfs-1.55.9/lib/command.c:870:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/command.c:872:7: branch_false: ...to here
libguestfs-1.55.9/lib/command.c:872:6: branch_false: following 'false' branch...
branch_false: ...to here
libguestfs-1.55.9/lib/command.c:875:1: danger: 'fd[1]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def358]
libguestfs-1.55.9/lib/file.c:97:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(tmpfile, 524288)'
libguestfs-1.55.9/lib/file.c:91:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:94:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:94:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:97:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:97:8: acquire_resource: opened here
libguestfs-1.55.9/lib/file.c:97:8: danger: 'open(tmpfile, 524288)' leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def359]
libguestfs-1.55.9/lib/file.c:138:5: warning[-Wanalyzer-fd-double-close]: double 'close' of file descriptor 'fd'
libguestfs-1.55.9/lib/file.c:91:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:94:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:94:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:97:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:97:8: acquire_resource: opened here
libguestfs-1.55.9/lib/file.c:98:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:104:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:104:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:110:10: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:112:6: branch_false: following 'false' branch (when 'ret' is non-NULL)...
libguestfs-1.55.9/lib/file.c:117:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:117:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:122:6: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:124:7: release_resource: first 'close' here
libguestfs-1.55.9/lib/file.c:124:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/file.c:125:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:137:6: branch_true: following 'true' branch (when 'fd >= 0')...
libguestfs-1.55.9/lib/file.c:138:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:138:5: danger: second 'close' here; first 'close' was at [(15)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def360]
libguestfs-1.55.9/lib/file.c:223:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(tmpfile, 524288)'
libguestfs-1.55.9/lib/file.c:217:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:220:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:220:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:223:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:223:8: acquire_resource: opened here
libguestfs-1.55.9/lib/file.c:223:8: danger: 'open(tmpfile, 524288)' leaks here; was opened at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def361]
libguestfs-1.55.9/lib/file.c:298:5: warning[-Wanalyzer-fd-double-close]: double 'close' of file descriptor 'fd'
libguestfs-1.55.9/lib/file.c:217:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:220:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:220:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:223:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:223:8: acquire_resource: opened here
libguestfs-1.55.9/lib/file.c:224:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:230:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:230:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:236:10: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:238:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:243:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:243:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:248:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:248:7: release_resource: first 'close' here
libguestfs-1.55.9/lib/file.c:248:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/file.c:249:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:297:6: branch_true: following 'true' branch (when 'fd >= 0')...
libguestfs-1.55.9/lib/file.c:298:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:298:5: danger: second 'close' here; first 'close' was at [(15)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def362]
libguestfs-1.55.9/lib/file.c:358:5: warning[-Wanalyzer-fd-double-close]: double 'close' of file descriptor 'open(guestfs_int_make_temp_path(g, "write", 0), 524609, 384)'
libguestfs-1.55.9/lib/file.c:314:6: branch_false: following 'false' branch (when 'size > 2097152')...
libguestfs-1.55.9/lib/file.c:320:13: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:321:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:324:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:325:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:330:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:330:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:335:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:335:7: release_resource: first 'close' here
libguestfs-1.55.9/lib/file.c:335:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/file.c:336:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:357:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/file.c:358:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:358:5: danger: second 'close' here; first 'close' was at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def363]
libguestfs-1.55.9/lib/file.c:523:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(tmpfile, 524288)'
libguestfs-1.55.9/lib/file.c:517:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:520:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:520:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:523:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:523:8: acquire_resource: opened here
libguestfs-1.55.9/lib/file.c:523:8: danger: 'open(tmpfile, 524288)' leaks here; was opened at [(5)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def364]
libguestfs-1.55.9/lib/file.c:597:5: warning[-Wanalyzer-fd-double-close]: double 'close' of file descriptor 'fd'
libguestfs-1.55.9/lib/file.c:517:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:520:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:520:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:523:8: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:523:8: acquire_resource: opened here
libguestfs-1.55.9/lib/file.c:524:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:530:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:530:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:536:10: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:538:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:543:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:543:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/file.c:548:7: branch_false: ...to here
libguestfs-1.55.9/lib/file.c:548:7: release_resource: first 'close' here
libguestfs-1.55.9/lib/file.c:548:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/file.c:549:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:596:6: branch_true: following 'true' branch (when 'fd >= 0')...
libguestfs-1.55.9/lib/file.c:597:5: branch_true: ...to here
libguestfs-1.55.9/lib/file.c:597:5: danger: second 'close' here; first 'close' was at [(15)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def365]
libguestfs-1.55.9/lib/fuse.c:1328:6: warning[-Wanalyzer-malloc-leak]: leak of 'entry'
libguestfs-1.55.9/lib/fuse.c:1405:1: enter_function: entry to 'rlc_insert'
libguestfs-1.55.9/lib/fuse.c:1412:11: acquire_memory: allocated here
libguestfs-1.55.9/lib/fuse.c:1413:6: branch_false: following 'false' branch (when 'entry' is non-NULL)...
libguestfs-1.55.9/lib/fuse.c:1418:9: branch_false: ...to here
libguestfs-1.55.9/lib/fuse.c:1420:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/fuse.c:1425:7: branch_false: ...to here
libguestfs-1.55.9/lib/fuse.c:1434:10: call_function: calling 'gen_replace' from 'rlc_insert'
libguestfs-1.55.9/lib/fuse.c:1434:10: return_function: returning to 'rlc_insert' from 'gen_replace'
libguestfs-1.55.9/lib/fuse.c:1328:6: danger: 'entry' leaks here; was allocated at [(2)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/1)
Error: CPPCHECK_WARNING (CWE-401): [#def366]
libguestfs-1.55.9/lib/fuse.c:1368: error[memleak]: Memory leak: entry.c
Error: CPPCHECK_WARNING (CWE-401): [#def367]
libguestfs-1.55.9/lib/fuse.c:1401: error[memleak]: Memory leak: entry.c
Error: CPPCHECK_WARNING (CWE-401): [#def368]
libguestfs-1.55.9/lib/fuse.c:1434: error[memleak]: Memory leak: entry.c
Error: GCC_ANALYZER_WARNING (CWE-775): [#def369]
libguestfs-1.55.9/lib/inspect-apps.c:199:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def370]
libguestfs-1.55.9/lib/inspect-apps.c:199:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def371]
libguestfs-1.55.9/lib/inspect-apps.c:206:10: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:200:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:206:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:206:10: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def372]
libguestfs-1.55.9/lib/inspect-apps.c:206:10: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:200:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:206:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:206:10: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def373]
libguestfs-1.55.9/lib/inspect-apps.c:213:10: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:200:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:206:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:213:10: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def374]
libguestfs-1.55.9/lib/inspect-apps.c:213:10: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:200:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:206:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:213:10: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def375]
libguestfs-1.55.9/lib/inspect-apps.c:223:9: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:200:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:206:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:213:10: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/inspect-apps.c:214:11: branch_true: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:249:8: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/inspect-apps.c:250:7: branch_true: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:223:9: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def376]
libguestfs-1.55.9/lib/inspect-apps.c:223:9: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:196:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:199:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:199:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:200:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:206:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:213:10: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/inspect-apps.c:214:11: branch_true: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:249:8: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/inspect-apps.c:250:7: branch_true: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:223:9: danger: 'fopen(guestfs_int_download_to_tmp(g, "/var/lib/dpkg/status", 0, 50000000), "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def377]
libguestfs-1.55.9/lib/inspect-apps.c:379:10: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, fname, 0, 8192), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:352:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:356:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:360:15: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/inspect-apps.c:361:13: branch_true: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:363:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:376:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:379:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:379:10: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:379:10: danger: 'fopen(guestfs_int_download_to_tmp(g, fname, 0, 8192), "r")' leaks here; was opened at [(9)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def378]
libguestfs-1.55.9/lib/inspect-apps.c:379:10: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, fname, 0, 8192), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:352:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:356:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:360:15: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/inspect-apps.c:361:13: branch_true: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:363:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:376:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:379:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:379:10: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:379:10: danger: 'fopen(guestfs_int_download_to_tmp(g, fname, 0, 8192), "r")' leaks here; was allocated at [(9)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def379]
libguestfs-1.55.9/lib/inspect-apps.c:483:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:480:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:483:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:483:8: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:483:8: danger: 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def380]
libguestfs-1.55.9/lib/inspect-apps.c:483:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:480:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:483:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:483:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:483:8: danger: 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/33/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def381]
libguestfs-1.55.9/lib/inspect-apps.c:490:10: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:480:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:483:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:483:8: acquire_resource: opened here
libguestfs-1.55.9/lib/inspect-apps.c:484:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:490:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:490:10: danger: 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/34/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def382]
libguestfs-1.55.9/lib/inspect-apps.c:490:10: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")'
libguestfs-1.55.9/lib/inspect-apps.c:480:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:483:8: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:483:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/inspect-apps.c:484:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/inspect-apps.c:490:10: branch_false: ...to here
libguestfs-1.55.9/lib/inspect-apps.c:490:10: danger: 'fopen(guestfs_int_download_to_tmp(g, "/lib/apk/db/installed", 0, 50000000), "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/35/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def383]
libguestfs-1.55.9/lib/journal.c:76:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(tmpfile, 524288)'
libguestfs-1.55.9/lib/journal.c:70:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:73:7: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:73:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:76:8: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:76:8: acquire_resource: opened here
libguestfs-1.55.9/lib/journal.c:76:8: danger: 'open(tmpfile, 524288)' leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def384]
libguestfs-1.55.9/lib/journal.c:159:5: warning[-Wanalyzer-fd-double-close]: double 'close' of file descriptor 'fd'
libguestfs-1.55.9/lib/journal.c:70:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:73:7: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:73:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:76:8: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:76:8: acquire_resource: opened here
libguestfs-1.55.9/lib/journal.c:77:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:83:7: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:83:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:89:10: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:91:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:95:3: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:98:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/journal.c:103:7: branch_false: ...to here
libguestfs-1.55.9/lib/journal.c:103:7: release_resource: first 'close' here
libguestfs-1.55.9/lib/journal.c:103:6: branch_true: following 'true' branch...
libguestfs-1.55.9/lib/journal.c:104:5: branch_true: ...to here
libguestfs-1.55.9/lib/journal.c:158:6: branch_true: following 'true' branch (when 'fd >= 0')...
libguestfs-1.55.9/lib/journal.c:159:5: branch_true: ...to here
libguestfs-1.55.9/lib/journal.c:159:5: danger: second 'close' here; first 'close' was at [(15)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def385]
libguestfs-1.55.9/lib/launch-direct.c:852:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'dup(sv[1])'
libguestfs-1.55.9/lib/launch-direct.c:473:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:478:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:481:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:483:25: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:504:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:506:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:510:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:512:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:515:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:519:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:531:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:535:24: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:536:6: branch_false: following 'false' branch (when 'daemon_accept_sock != -1')...
libguestfs-1.55.9/lib/launch-direct.c:541:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:545:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:551:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:551:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:556:8: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:570:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:575:35: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:575:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:580:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:580:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:582:37: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:597:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:600:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:606:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:608:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:608:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:614:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:614:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:619:9: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:622:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:624:53: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:642:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:645:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:645:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:648:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:648:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:649:37: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:657:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:660:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:660:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:672:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:689:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:690:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:690:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:696:44: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:710:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:711:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:711:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:712:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:712:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:713:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:713:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:716:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:716:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:720:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:738:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:742:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:742:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:755:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:755:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:756:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:756:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:757:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:757:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:758:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:758:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:759:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:759:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:760:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:760:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:761:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:761:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:762:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:762:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:763:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:763:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:764:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:764:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:767:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:802:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:809:8: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:825:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:828:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:829:6: branch_false: following 'false' branch (when 'r != -1')...
libguestfs-1.55.9/lib/launch-direct.c:838:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:838:6: branch_true: following 'true' branch (when 'r == 0')...
libguestfs-1.55.9/lib/launch-direct.c:839:10: branch_true: ...to here
libguestfs-1.55.9/lib/launch-direct.c:839:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:841:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:852:11: acquire_resource: opened here
libguestfs-1.55.9/lib/launch-direct.c:852:10: danger: 'dup(sv[1])' leaks here; was opened at [(96)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/95)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def386]
libguestfs-1.55.9/lib/launch-direct.c:858:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'dup(sv[1])'
libguestfs-1.55.9/lib/launch-direct.c:473:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:478:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:481:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:483:25: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:504:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:506:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:510:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:512:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:515:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:519:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:531:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:535:24: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:536:6: branch_false: following 'false' branch (when 'daemon_accept_sock != -1')...
libguestfs-1.55.9/lib/launch-direct.c:541:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:545:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:551:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:551:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:556:8: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:570:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:575:35: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:575:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:580:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:580:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:582:37: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:597:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:600:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:606:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:608:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:608:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:614:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:614:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:619:9: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:622:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:624:53: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:642:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:645:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:645:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:648:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:648:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:649:37: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:657:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:660:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:660:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:672:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:689:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:690:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:690:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:696:44: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:710:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:711:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:711:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:712:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:712:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:713:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:713:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:716:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:716:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:720:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:738:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:742:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:742:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:755:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:755:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:756:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:756:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:757:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:757:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:758:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:758:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:759:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:759:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:760:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:760:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:761:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:761:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:762:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:762:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:763:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:763:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:764:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:764:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:767:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:802:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:809:8: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:825:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:828:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:829:6: branch_false: following 'false' branch (when 'r != -1')...
libguestfs-1.55.9/lib/launch-direct.c:838:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:838:6: branch_true: following 'true' branch (when 'r == 0')...
libguestfs-1.55.9/lib/launch-direct.c:839:10: branch_true: ...to here
libguestfs-1.55.9/lib/launch-direct.c:839:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:841:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:852:10: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:858:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:858:11: acquire_resource: opened here
libguestfs-1.55.9/lib/launch-direct.c:858:10: danger: 'dup(sv[1])' leaks here; was opened at [(98)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/97)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def387]
libguestfs-1.55.9/lib/launch-direct.c:866:10: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'dup(sv[1])'
libguestfs-1.55.9/lib/launch-direct.c:473:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:478:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:481:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:483:25: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:504:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:506:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:510:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:512:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:515:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:519:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:531:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:535:24: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:536:6: branch_false: following 'false' branch (when 'daemon_accept_sock != -1')...
libguestfs-1.55.9/lib/launch-direct.c:541:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:545:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:551:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:551:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:556:8: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:570:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:575:35: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:575:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:580:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:580:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:582:37: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:597:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:600:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:606:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:608:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:608:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:614:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:614:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:619:9: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:622:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:624:53: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:642:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:645:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:645:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:648:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:648:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:649:37: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:657:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:660:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:660:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:672:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:689:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:690:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:690:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:696:44: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:710:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:711:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:711:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:712:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:712:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:713:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:713:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:716:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:716:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:720:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:738:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:742:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:742:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:755:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:755:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:756:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:756:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:757:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:757:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:758:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:758:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:759:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:759:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:760:3: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:760:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:761:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:761:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:762:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:762:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:763:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:763:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:764:5: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:764:5: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:767:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:802:3: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:809:8: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:825:6: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:828:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:829:6: branch_false: following 'false' branch (when 'r != -1')...
libguestfs-1.55.9/lib/launch-direct.c:838:6: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:838:6: branch_true: following 'true' branch (when 'r == 0')...
libguestfs-1.55.9/lib/launch-direct.c:839:10: branch_true: ...to here
libguestfs-1.55.9/lib/launch-direct.c:839:8: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:841:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:852:10: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:858:11: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:858:10: branch_false: following 'false' branch...
libguestfs-1.55.9/lib/launch-direct.c:865:7: branch_false: ...to here
libguestfs-1.55.9/lib/launch-direct.c:866:11: acquire_resource: opened here
libguestfs-1.55.9/lib/launch-direct.c:866:10: danger: 'dup(sv[1])' leaks here; was opened at [(100)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/99)
Error: CPPCHECK_WARNING (CWE-457): [#def388]
libguestfs-1.55.9/lib/libvirt-auth.c:109: warning[uninitvar]: Uninitialized variable: credtypes
Error: CPPCHECK_WARNING (CWE-404): [#def389]
libguestfs-1.55.9/lib/qemu.c:395: error[resourceLeak]: Resource leak: fp
Error: CPPCHECK_WARNING (CWE-404): [#def390]
libguestfs-1.55.9/lib/qemu.c:397: error[resourceLeak]: Resource leak: fp
Error: CPPCHECK_WARNING (CWE-404): [#def391]
libguestfs-1.55.9/lib/qemu.c:418: error[resourceLeak]: Resource leak: fp
Error: CPPCHECK_WARNING (CWE-404): [#def392]
libguestfs-1.55.9/lib/qemu.c:421: error[resourceLeak]: Resource leak: fp
Error: GCC_ANALYZER_WARNING (CWE-775): [#def393]
libguestfs-1.55.9/lib/tsk.c:84:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(tmpfile, "r")'
libguestfs-1.55.9/lib/tsk.c:84:8: acquire_resource: opened here
libguestfs-1.55.9/lib/tsk.c:84:8: danger: 'fopen(tmpfile, "r")' leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def394]
libguestfs-1.55.9/lib/tsk.c:84:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(tmpfile, "r")'
libguestfs-1.55.9/lib/tsk.c:84:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/tsk.c:84:8: danger: 'fopen(tmpfile, "r")' leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def395]
libguestfs-1.55.9/lib/umask.c:86:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen("/proc/self/status", "r")'
libguestfs-1.55.9/lib/umask.c:86:8: acquire_resource: opened here
libguestfs-1.55.9/lib/umask.c:86:8: danger: 'fopen("/proc/self/status", "r")' leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def396]
libguestfs-1.55.9/lib/umask.c:86:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen("/proc/self/status", "r")'
libguestfs-1.55.9/lib/umask.c:86:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/umask.c:86:8: danger: 'fopen("/proc/self/status", "r")' leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def397]
libguestfs-1.55.9/lib/yara.c:67:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(tmpfile, "r")'
libguestfs-1.55.9/lib/yara.c:67:8: acquire_resource: opened here
libguestfs-1.55.9/lib/yara.c:67:8: danger: 'fopen(tmpfile, "r")' leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def398]
libguestfs-1.55.9/lib/yara.c:67:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(tmpfile, "r")'
libguestfs-1.55.9/lib/yara.c:67:8: acquire_memory: allocated here
libguestfs-1.55.9/lib/yara.c:67:8: danger: 'fopen(tmpfile, "r")' leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-401): [#def399]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1392: error[memleak]: Memory leak: optargs_s.cachemode
Error: CPPCHECK_WARNING (CWE-401): [#def400]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1392: error[memleak]: Memory leak: optargs_s.discard
Error: CPPCHECK_WARNING (CWE-401): [#def401]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1392: error[memleak]: Memory leak: optargs_s.iface
Error: CPPCHECK_WARNING (CWE-401): [#def402]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1392: error[memleak]: Memory leak: optargs_s.libvirturi
Error: CPPCHECK_WARNING (CWE-401): [#def403]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1392: error[memleak]: Memory leak: optargs_s.readonlydisk
Error: CPPCHECK_WARNING (CWE-401): [#def404]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.cachemode
Error: CPPCHECK_WARNING (CWE-401): [#def405]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.discard
Error: CPPCHECK_WARNING (CWE-401): [#def406]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.format
Error: CPPCHECK_WARNING (CWE-401): [#def407]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.iface
Error: CPPCHECK_WARNING (CWE-401): [#def408]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def409]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.name
Error: CPPCHECK_WARNING (CWE-401): [#def410]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.protocol
Error: CPPCHECK_WARNING (CWE-401): [#def411]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.secret
Error: CPPCHECK_WARNING (CWE-401): [#def412]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1517: error[memleak]: Memory leak: optargs_s.username
Error: CPPCHECK_WARNING (CWE-401): [#def413]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1640: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def414]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1640: error[memleak]: Memory leak: optargs_s.name
Error: CPPCHECK_WARNING (CWE-401): [#def415]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1748: error[memleak]: Memory leak: optargs_s.cachemode
Error: CPPCHECK_WARNING (CWE-401): [#def416]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1748: error[memleak]: Memory leak: optargs_s.discard
Error: CPPCHECK_WARNING (CWE-401): [#def417]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1748: error[memleak]: Memory leak: optargs_s.iface
Error: CPPCHECK_WARNING (CWE-401): [#def418]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:1748: error[memleak]: Memory leak: optargs_s.readonlydisk
Error: CPPCHECK_WARNING (CWE-401): [#def419]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:3253: error[memleak]: Memory leak: optargs_s.compress
Error: CPPCHECK_WARNING (CWE-401): [#def420]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:4052: error[memleak]: Memory leak: optargs_s.qgroupid
Error: CPPCHECK_WARNING (CWE-401): [#def421]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:4272: error[memleak]: Memory leak: optargs_s.qgroupid
Error: CPPCHECK_WARNING (CWE-401): [#def422]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:5672: error[memleak]: Memory leak: optargs_s.format
Error: CPPCHECK_WARNING (CWE-401): [#def423]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:5767: error[memleak]: Memory leak: optargs_s.cipher
Error: CPPCHECK_WARNING (CWE-401): [#def424]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:5767: error[memleak]: Memory leak: optargs_s.crypttype
Error: CPPCHECK_WARNING (CWE-401): [#def425]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:6114: error[memleak]: Memory leak: optargs_s.backingfile
Error: CPPCHECK_WARNING (CWE-401): [#def426]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:6114: error[memleak]: Memory leak: optargs_s.backingformat
Error: CPPCHECK_WARNING (CWE-401): [#def427]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:6114: error[memleak]: Memory leak: optargs_s.compat
Error: CPPCHECK_WARNING (CWE-401): [#def428]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:6114: error[memleak]: Memory leak: optargs_s.preallocation
Error: CPPCHECK_WARNING (CWE-401): [#def429]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:10904: error[memleak]: Memory leak: optargs_s.ostring
Error: CPPCHECK_WARNING (CWE-401): [#def430]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:14990: error[memleak]: Memory leak: optargs_s.level
Error: CPPCHECK_WARNING (CWE-401): [#def431]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.creatoros
Error: CPPCHECK_WARNING (CWE-401): [#def432]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.fstype
Error: CPPCHECK_WARNING (CWE-401): [#def433]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.journaldevice
Error: CPPCHECK_WARNING (CWE-401): [#def434]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def435]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.lastmounteddir
Error: CPPCHECK_WARNING (CWE-401): [#def436]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.usagetype
Error: CPPCHECK_WARNING (CWE-401): [#def437]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15451: error[memleak]: Memory leak: optargs_s.uuid
Error: CPPCHECK_WARNING (CWE-401): [#def438]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15796: error[memleak]: Memory leak: optargs_s.features
Error: CPPCHECK_WARNING (CWE-401): [#def439]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15796: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def440]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15918: error[memleak]: Memory leak: optargs_s.datatype
Error: CPPCHECK_WARNING (CWE-401): [#def441]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15918: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def442]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:15918: error[memleak]: Memory leak: optargs_s.metadata
Error: CPPCHECK_WARNING (CWE-401): [#def443]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:16153: error[memleak]: Memory leak: optargs_s.compress
Error: CPPCHECK_WARNING (CWE-401): [#def444]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:16202: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def445]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:16202: error[memleak]: Memory leak: optargs_s.uuid
Error: CPPCHECK_WARNING (CWE-401): [#def446]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:16352: error[memleak]: Memory leak: optargs_s.suffix
Error: CPPCHECK_WARNING (CWE-401): [#def447]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:16468: error[memleak]: Memory leak: optargs_s.options
Error: CPPCHECK_WARNING (CWE-401): [#def448]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:16523: error[memleak]: Memory leak: optargs_s.options
Error: CPPCHECK_WARNING (CWE-401): [#def449]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:21546: error[memleak]: Memory leak: optargs_s.directory
Error: CPPCHECK_WARNING (CWE-401): [#def450]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:21678: error[memleak]: Memory leak: optargs_s.compress
Error: CPPCHECK_WARNING (CWE-401): [#def451]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:21756: error[memleak]: Memory leak: optargs_s.compress
Error: CPPCHECK_WARNING (CWE-401): [#def452]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:22022: error[memleak]: Memory leak: optargs_s.errorbehavior
Error: CPPCHECK_WARNING (CWE-401): [#def453]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:22022: error[memleak]: Memory leak: optargs_s.lastmounteddirectory
Error: CPPCHECK_WARNING (CWE-401): [#def454]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:23426: error[memleak]: Memory leak: optargs_s.label
Error: CPPCHECK_WARNING (CWE-401): [#def455]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:23426: error[memleak]: Memory leak: optargs_s.uuid
Error: CPPCHECK_WARNING (CWE-401): [#def456]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:23629: error[memleak]: Memory leak: optargs_s.logdev
Error: CPPCHECK_WARNING (CWE-401): [#def457]
libguestfs-1.55.9/ocaml/guestfs-c-actions.c:23629: error[memleak]: Memory leak: optargs_s.rtdev
Error: GCC_ANALYZER_WARNING (CWE-401): [#def458]
libguestfs-1.55.9/ocaml/guestfs-c.c:304:9: warning[-Wanalyzer-malloc-leak]: leak of ‘get_all_event_callbacks(g, & len)’
libguestfs-1.55.9/ocaml/guestfs-c.c:146:1: enter_function: entry to ‘guestfs_int_ocaml_close’
libguestfs-1.55.9/ocaml/guestfs-c.c:148:3: branch_false: following ‘false’ branch...
libguestfs-1.55.9/ocaml/guestfs-c.c:148:3: branch_false: ...to here
libguestfs-1.55.9/ocaml/guestfs-c.c:151:6: branch_true: following ‘true’ branch (when ‘g’ is non-NULL)...
libguestfs-1.55.9/ocaml/guestfs-c.c:157:21: branch_true: ...to here
libguestfs-1.55.9/ocaml/guestfs-c.c:157:21: call_function: calling ‘get_all_event_callbacks’ from ‘guestfs_int_ocaml_close’
libguestfs-1.55.9/ocaml/guestfs-c.c:157:21: return_function: returning to ‘guestfs_int_ocaml_close’ from ‘get_all_event_callbacks’
libguestfs-1.55.9/ocaml/guestfs-c.c:171:8: branch_true: following ‘true’ branch...
libguestfs-1.55.9/ocaml/guestfs-c.c:171:18: branch_true: ...to here
libguestfs-1.55.9/ocaml/guestfs-c.c:304:9: danger: ‘get_all_event_callbacks(g, & len)’ leaks here; was allocated at [(10)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/9)
Error: COMPILER_WARNING (CWE-569): [#def459]
libguestfs-1.55.9/php/extension/guestfs_php.c: scope_hint: In function 'get_stringlist'
libguestfs-1.55.9/php/extension/guestfs_php.c:3741:8: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: GCC_ANALYZER_WARNING (CWE-401): [#def460]
libguestfs-1.55.9/python/handle.c:260:9: warning[-Wanalyzer-malloc-leak]: leak of 'get_all_event_callbacks(get_handle(py_g), &len)'
libguestfs-1.55.9/python/handle.c:63:1: enter_function: entry to 'guestfs_int_py_close'
libguestfs-1.55.9/python/handle.c:70:6: branch_false: following 'false' branch...
libguestfs-1.55.9/python/handle.c:72:7: branch_false: ...to here
libguestfs-1.55.9/python/handle.c:72:7: call_function: calling 'get_handle' from 'guestfs_int_py_close'
libguestfs-1.55.9/python/handle.c:72:7: return_function: returning to 'guestfs_int_py_close' from 'get_handle'
libguestfs-1.55.9/python/handle.c:83:15: call_function: calling 'get_all_event_callbacks' from 'guestfs_int_py_close'
libguestfs-1.55.9/python/handle.c:83:15: return_function: returning to 'guestfs_int_py_close' from 'get_all_event_callbacks'
libguestfs-1.55.9/python/handle.c:84:7: branch_false: following 'false' branch...
libguestfs-1.55.9/python/handle.c:87:3: branch_false: ...to here
libguestfs-1.55.9/python/handle.c:91:6: branch_true: following 'true' branch...
libguestfs-1.55.9/python/handle.c:91:7: branch_true: ...to here
libguestfs-1.55.9/python/handle.c:260:9: danger: 'get_all_event_callbacks(get_handle(py_g), &len)' leaks here; was allocated at [(15)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/14)
Error: CPPCHECK_WARNING (CWE-476): [#def461]
libguestfs-1.55.9/rescue/rescue.c:258: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: mp
Error: CPPCHECK_WARNING (CWE-476): [#def462]
libguestfs-1.55.9/rescue/rescue.c:300: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def463]
libguestfs-1.55.9/rescue/rescue.c:301: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def464]
libguestfs-1.55.9/rescue/rescue.c:302: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def465]
libguestfs-1.55.9/rescue/rescue.c:310: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def466]
libguestfs-1.55.9/rescue/rescue.c:311: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def467]
libguestfs-1.55.9/rescue/rescue.c:312: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def468]
libguestfs-1.55.9/rescue/rescue.c:687: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def469]
libguestfs-1.55.9/rescue/rescue.c:688: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: CPPCHECK_WARNING (CWE-476): [#def470]
libguestfs-1.55.9/rescue/rescue.c:689: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: drv
Error: COMPILER_WARNING (CWE-477): [#def471]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_acl_delete_def_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:60:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def472]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:60:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def473]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_add_domain’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:177:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def474]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:177:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def475]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_add_drive_ro’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def476]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def477]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_add_drive_ro_with_if’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:308:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def478]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:308:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def479]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_aug_ls’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:346:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def480]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:346:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def481]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_aug_match’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:389:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def482]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:389:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def483]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_aug_transform’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:438:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def484]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:438:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def485]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_qgroup_create’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:492:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def486]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:492:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def487]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_rescue_super_recover’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:528:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def488]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:528:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def489]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_btrfstune_enable_extended_inode_refs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:563:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def490]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:563:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def491]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_clevis_luks_unlock’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:631:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def492]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:631:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def493]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_command_lines’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:672:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def494]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:672:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def495]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_compress_device_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:733:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def496]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:733:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def497]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_compress_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:802:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def498]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:802:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def499]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_copy_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:859:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def500]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:859:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def501]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_cp’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:894:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def502]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:894:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def503]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_cryptsetup_close’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:933:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def504]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:933:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def505]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_device_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:973:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def506]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:973:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def507]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_df_h’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1013:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def508]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1013:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def509]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_disk_has_backing_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1051:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def510]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1051:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def511]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_e2fsck’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1105:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def512]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1105:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def513]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_extlinux’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1181:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def514]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1181:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def515]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_fsck’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1232:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def516]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1232:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def517]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_attach_method’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def518]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def519]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_cachedir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1307:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def520]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1307:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def521]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_libvirt_requested_credential_defresult’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1347:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def522]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1347:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def523]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_path’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1385:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def524]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1385:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def525]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_pgroup’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1417:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def526]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1417:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def527]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_smp’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1450:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def528]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1450:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def529]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_sockdir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1495:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def530]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1495:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def531]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_get_trace’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1529:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def532]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1529:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def533]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_get_child’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1568:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def534]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1568:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def535]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_set_value’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1609:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def536]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1609:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def537]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_hivex_value_key’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1656:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def538]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1656:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def539]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_hivex_value_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1697:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def540]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1697:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def541]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_distro’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1867:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def542]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1867:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def543]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_filesystems’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1912:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def544]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1912:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def545]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_minor_version’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1960:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def546]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:1960:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def547]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_package_format’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2008:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def548]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2008:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def549]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_product_variant’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2065:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def550]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2065:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def551]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_windows_software_hive’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2111:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def552]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2111:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def553]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_list_applications’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2232:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def554]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2232:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def555]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_inspect_os’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2320:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def556]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2320:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def557]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rboolerr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2352:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def558]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2352:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def559]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstring’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2376:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def560]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2376:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def561]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstructerr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2403:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def562]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2403:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def563]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_journal_get’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2467:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def564]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2467:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def565]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_journal_get_data_threshold’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2516:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def566]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2516:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def567]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_diskgroup_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2553:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def568]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2553:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def569]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_diskgroup_volumes’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2593:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def570]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2593:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def571]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_ll’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2639:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def572]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2639:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def573]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_ln_f’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2675:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def574]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2675:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def575]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_ln_s’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2710:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def576]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2710:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def577]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_lremovexattr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2748:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def578]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2748:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def579]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_lstatnslist’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2796:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def580]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2796:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def581]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_luks_close’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2879:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def582]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2879:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def583]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_lvremove’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2920:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def584]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2920:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def585]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_md_stop’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2956:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def586]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:2956:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def587]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mkfs_btrfs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3002:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def588]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3002:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def589]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mklost_and_found’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3101:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def590]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3101:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def591]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mkmountpoint’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3176:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def592]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3176:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def593]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mkswap_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3213:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def594]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3213:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def595]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mount_9p’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3252:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def596]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3252:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def597]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mountable_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3311:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def598]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3311:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def599]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_mv’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3349:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def600]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3349:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def601]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_ntfsresize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3413:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def602]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3413:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def603]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_part_disk’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3473:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def604]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3473:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def605]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_part_expand_gpt’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3514:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def606]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3514:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def607]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_part_get_parttype’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3554:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def608]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3554:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def609]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_pvcreate’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3593:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def610]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3593:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def611]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_pvs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3634:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def612]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3634:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def613]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_pwrite’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3689:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def614]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3689:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def615]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_read_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3733:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def616]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3733:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def617]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_rename’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3771:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def618]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3771:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def619]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_resize2fs_M’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3815:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def620]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3815:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def621]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_rm_rf’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3850:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def622]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3850:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def623]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_scrub_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3891:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def624]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3891:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def625]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_set_append’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3931:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def626]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3931:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def627]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_set_backend’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3970:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def628]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:3970:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def629]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_set_direct’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4016:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def630]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4016:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def631]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_set_memsize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4060:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def632]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4060:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def633]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_set_program’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4098:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def634]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4098:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def635]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_set_selinux’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4141:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def636]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4141:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def637]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_setxattr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4182:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def638]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4182:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def639]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_sfdisk_l’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4224:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def640]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4224:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def641]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_umount_local’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4268:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def642]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4268:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def643]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_vfs_label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4321:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def644]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4321:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def645]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_vg_activate_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4361:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def646]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4361:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def647]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_vgchange_uuid_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4396:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def648]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4396:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def649]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_vgmeta’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4435:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def650]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4435:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def651]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_vgrename’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4472:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def652]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4472:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def653]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_vguuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4507:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def654]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4507:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def655]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_wc_w’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4543:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def656]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4543:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def657]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_write’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4580:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def658]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4580:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def659]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c: scope_hint: In function ‘guestfs_int_ruby_zfgrepi’
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4626:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def660]
libguestfs-1.55.9/ruby/ext/guestfs/actions-0.c:4626:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def661]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_aug_clear’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:58:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def662]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:58:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def663]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_aug_defvar’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:97:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def664]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:97:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def665]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_base64_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:132:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def666]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:132:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def667]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_base64_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:167:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def668]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:167:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def669]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_balance_resume’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:203:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def670]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:203:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def671]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_fsck’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:243:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def672]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:243:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def673]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_qgroup_show’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:300:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def674]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:300:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def675]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_rescue_chunk_recover’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:346:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def676]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:346:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def677]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_scrub_resume’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:382:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def678]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:382:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def679]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_cat’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:420:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def680]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:420:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def681]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_checksum_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:457:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def682]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:457:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def683]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_clear_backend_setting’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:501:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def684]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:501:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def685]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_config’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:542:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def686]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:542:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def687]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_copy_attributes’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:607:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def688]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:607:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def689]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_copy_device_to_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:707:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def690]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:707:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def691]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_dd’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:788:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def692]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:788:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def693]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_debug_drives’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:816:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def694]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:816:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def695]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_device_index’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:863:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def696]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:863:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def697]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_download_inode’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:906:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def698]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:906:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def699]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_exists’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:944:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def700]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:944:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def701]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_f2fs_expand’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:980:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def702]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:980:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def703]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_filesystem_walk’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1114:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def704]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1114:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def705]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_fill_dir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1173:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def706]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1173:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def707]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_findfs_label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1211:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def708]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1211:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def709]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_identifier’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1246:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def710]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1246:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def711]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_libvirt_requested_credential_prompt’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1283:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def712]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1283:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def713]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_network’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1318:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def714]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1318:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def715]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_qemu’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1355:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def716]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1355:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def717]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_state’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1393:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def718]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1393:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def719]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_umask’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1426:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def720]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1426:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def721]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_get_verbose’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1458:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def722]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1458:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def723]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_getxattrs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1498:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def724]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1498:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def725]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_grep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1567:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def726]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1567:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def727]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_parent’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1646:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def728]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1646:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def729]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_hivex_root’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1684:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def730]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1684:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def731]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_hivex_value_string’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1727:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def732]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1727:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def733]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_hivex_value_value’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1769:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def734]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1769:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def735]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_initrd_list’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1814:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def736]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1814:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def737]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_inotify_files’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1860:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def738]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1860:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def739]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_inotify_rm_watch’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1903:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def740]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1903:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def741]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_icon’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1990:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def742]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:1990:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def743]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_windows_system_hive’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2058:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def744]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2058:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def745]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_inspect_is_netinst’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2097:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def746]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2097:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def747]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_inspect_list_applications2’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2221:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def748]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2221:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def749]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rbufferouterr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def750]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def751]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rconstoptstring’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2297:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def752]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2297:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def753]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rint64’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2323:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def754]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2323:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def755]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstringerr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2348:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def756]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2348:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def757]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstructlist’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2374:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def758]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2374:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def759]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstructlisterr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2420:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def760]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2420:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def761]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_is_symlink’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2476:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def762]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2476:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def763]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_is_zero’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2510:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def764]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2510:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def765]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_lchown’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2550:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def766]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2550:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def767]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_create_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2596:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def768]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2596:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def769]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_diskgroup_disks’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2633:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def770]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2633:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def771]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_list_partitions’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2682:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def772]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2682:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def773]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_llz’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2728:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def774]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2728:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def775]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_lstat’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2773:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def776]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2773:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def777]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_lstatlist’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2839:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def778]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2839:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def779]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_luks_open’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2930:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def780]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2930:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def781]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_luks_open_ro’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2972:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def782]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:2972:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def783]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_lvm_remove_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3012:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def784]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3012:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def785]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_lvresize_free’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3050:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def786]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3050:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def787]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_md_create’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3141:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def788]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3141:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def789]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mkdtemp’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3242:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def790]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3242:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def791]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mknod’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3295:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def792]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3295:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def793]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mount’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3353:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def794]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3353:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def795]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mount_local_run’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3402:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def796]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3402:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def797]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mount_ro’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3435:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def798]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3435:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def799]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mountable_subvolume’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3477:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def800]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3477:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def801]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_mounts’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3518:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def802]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3518:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def803]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_ntfs_3g_probe’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3572:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def804]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3572:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def805]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_ntfsclone_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3625:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def806]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3625:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def807]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_part_resize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3705:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def808]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3705:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def809]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_part_set_disk_guid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3743:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def810]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3743:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def811]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_part_set_disk_guid_random’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3779:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def812]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3779:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def813]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_pread’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3823:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def814]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3823:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def815]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_realpath’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3863:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def816]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3863:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def817]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_selinux_relabel’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3919:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def818]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3919:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def819]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_set_autosync’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3976:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def820]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:3976:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def821]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_set_backend_setting’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4014:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def822]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4014:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def823]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_set_identifier’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4072:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def824]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4072:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def825]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_set_verbose’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4112:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def826]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4112:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def827]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_swapoff_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4146:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def828]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4146:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def829]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_syslinux’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4210:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def830]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4210:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def831]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_tail’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4264:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def832]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4264:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def833]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_touch’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4311:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def834]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4311:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def835]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_tune2fs_l’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4351:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def836]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4351:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def837]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_umount’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4398:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def838]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4398:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def839]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_vg_activate’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4462:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def840]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4462:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def841]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_vgs_full’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4512:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def842]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4512:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def843]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_vgscan’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4573:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def844]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4573:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def845]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_xfs_admin’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4625:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def846]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4625:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def847]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_yara_destroy’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4707:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def848]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4707:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def849]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_zegrepi’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4746:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def850]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4746:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def851]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_zfgrep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4797:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def852]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4797:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def853]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c: scope_hint: In function ‘guestfs_int_ruby_zfile’
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4849:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def854]
libguestfs-1.55.9/ruby/ext/guestfs/actions-1.c:4849:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def855]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_add_drive’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:287:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def856]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:287:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def857]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_add_drive_scratch’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:420:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def858]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:420:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def859]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_aug_label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:481:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def860]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:481:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def861]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_blkdiscardzeroes’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:523:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def862]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:523:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def863]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_getsize64’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:560:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def864]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:560:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def865]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_getss’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:599:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def866]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:599:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def867]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_rereadpt’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:634:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def868]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:634:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def869]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_balance_cancel’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:669:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def870]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:669:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def871]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_qgroup_limit’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:704:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def872]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:704:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def873]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_quota_rescan’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:741:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def874]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:741:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def875]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_set_seeding’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:777:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def876]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:777:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def877]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_show’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:813:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def878]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:813:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def879]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_chown’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:859:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def880]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:859:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def881]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_command’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:926:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def882]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:926:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def883]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_command_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:977:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def884]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:977:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def885]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_copy_device_to_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1028:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def886]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1028:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def887]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_cp_r’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1105:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def888]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1105:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def889]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_debug’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1131:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def890]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1131:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def891]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_drop_caches’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1187:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def892]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1187:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def893]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_egrep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1227:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def894]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1227:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def895]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_file_architecture’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1359:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def896]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_findfs_partlabel’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1399:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def897]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_get_backend’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1439:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def898]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_get_e2attrs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1548:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def899]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_get_e2generation’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1592:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def900]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_glob_expand’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1647:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def901]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_grub_install’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1734:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def902]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_add_child’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1773:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def903]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_get_value’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1814:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def904]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_arch’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1855:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def905]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_drive_mappings’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1921:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def906]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_windows_current_control_set’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:1970:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def907]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_windows_systemroot’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2013:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def908]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_close_output’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2040:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def909]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rbufferout’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2064:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def910]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rconstoptstringerr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2092:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def911]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rinterr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2117:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def912]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_set_output’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2141:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def913]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_is_chardev’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2185:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def914]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_is_launching’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2237:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def915]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_is_lv’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def916]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_is_socket’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2314:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def917]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_journal_open’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2372:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def918]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_kill_subprocess’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2409:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def919]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_scan_devices’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2452:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def920]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_lsetxattr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2509:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def921]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_luks_kill_slot’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2549:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def922]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_lvm_scan’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2595:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def923]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_mkdir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2628:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def924]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_mkfifo’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2670:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def925]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_mksquashfs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2726:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def926]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_modprobe’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2797:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def927]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_ntfscat_i’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2837:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def928]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_parse_environment’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2882:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def929]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_part_get_disk_guid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2916:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def930]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_part_list’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:2968:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def931]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_part_set_bootable’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3018:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def932]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_part_set_gpt_attributes’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3060:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def933]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_part_set_gpt_guid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3097:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def934]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_part_to_dev’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3139:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def935]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_pvresize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3178:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def936]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_pvs_full’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3215:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def937]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_pwrite_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3282:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def938]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_readdir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3354:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def939]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_readlink’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3397:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def940]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_resize2fs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3435:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def941]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_rsync_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3494:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def942]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_set_e2uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3558:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def943]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_set_libvirt_requested_credential’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3599:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def944]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_set_libvirt_supported_credentials’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3659:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def945]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_set_path’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3710:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def946]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_set_pgroup’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3754:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def947]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_sfdisk_disk_geometry’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3794:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def948]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_sh’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3840:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def949]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_statns’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3877:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def950]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_swapon_label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3935:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def951]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_txz_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:3974:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def952]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_umount_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4012:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def953]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_upload_offset’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4059:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def954]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_utsname’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4097:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def955]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_vgpvuuids’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4142:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def956]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_write_append’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4186:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def957]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_yara_scan’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4240:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def958]
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c: scope_hint: In function ‘guestfs_int_ruby_zgrep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-2.c:4289:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def959]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_acl_get_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:71:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def960]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:71:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def961]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_aug_close’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:110:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def962]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:110:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def963]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_aug_defnode’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:152:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def964]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:152:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def965]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_aug_get’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:192:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def966]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:192:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def967]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_aug_save’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:230:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def968]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:230:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def969]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_aug_setm’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:269:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def970]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:269:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def971]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_available’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:358:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def972]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:358:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def973]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_blkdiscard’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:413:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def974]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:413:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def975]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_getsz’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:454:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def976]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:454:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def977]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_setro’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:489:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def978]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:489:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def979]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_balance_status’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:525:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def980]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:525:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def981]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_device_delete’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:569:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def982]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:569:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def983]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_filesystem_defragment’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:622:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def984]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:622:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def985]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_filesystem_resize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:695:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def986]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:695:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def987]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_filesystem_sync’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:746:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def988]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:746:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def989]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_image’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:787:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def990]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:787:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def991]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_qgroup_destroy’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:852:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def992]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:852:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def993]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_delete’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:888:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def994]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:888:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def995]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_list’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:924:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def996]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:924:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def997]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_btrfstune_enable_skinny_metadata_extent_refs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:969:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def998]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:969:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def999]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_cap_get_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1009:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1000]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1009:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1001]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_checksum’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1089:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1002]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1089:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1003]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_chmod’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1132:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1004]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1132:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1005]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_copy_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1175:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1006]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1175:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1007]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_disk_create’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1252:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1008]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1252:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1009]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_dmesg’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1332:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1010]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1332:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1011]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_download_blocks’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1389:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1012]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1389:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1013]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_du’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1452:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1014]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1452:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1015]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_e2fsck_f’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1489:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1016]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1489:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1017]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_echo_daemon’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1531:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1018]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1531:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1019]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_equal’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1582:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1020]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1582:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1021]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_fgrepi’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1623:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1022]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1623:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1023]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_get_backend_setting’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1677:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1024]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1677:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1025]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_get_backend_settings’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1719:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1026]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1719:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1027]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_get_e2label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1762:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1028]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1762:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1029]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_get_recovery_proc’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1799:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1030]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1799:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1031]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_get_tmpdir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1832:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1032]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1832:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1033]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_getcon’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1873:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1034]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1873:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1035]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_getxattr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1928:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1036]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1928:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1037]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_hivex_close’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1970:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1038]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:1970:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1039]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_hivex_open’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2013:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1040]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2013:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1041]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_hivex_value_utf8’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2090:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1042]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2090:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1043]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_inotify_add_watch’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2137:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1044]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2137:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1045]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_inotify_init’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2203:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1046]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2203:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1047]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1048]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1049]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_inspect_is_live’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2309:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1050]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2309:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1051]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_internal_exit’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2336:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1052]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2336:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1053]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_only_optargs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2360:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1054]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2360:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1055]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rconststringerr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2399:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1056]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2399:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1057]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_is_dir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2443:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1058]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2443:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1059]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_is_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2504:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1060]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2504:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1061]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_is_whole_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2555:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1062]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2555:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1063]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_is_zero_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2592:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1064]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2592:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1065]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_journal_get_realtime_usec’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2628:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1066]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2628:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1067]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_journal_set_data_threshold’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2668:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1068]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2668:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1069]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_launch’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2708:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1070]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2708:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1071]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_remove_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2744:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1072]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2744:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1073]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_volume_hint’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2782:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1074]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2782:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1075]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_volume_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2825:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1076]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2825:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1077]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_list_devices’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2865:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1078]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2865:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1079]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_list_filesystems’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2939:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1080]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2939:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1081]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ls’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2981:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1082]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:2981:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1083]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ls0’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3030:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1084]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3030:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1085]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_lstatns’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3070:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1086]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3070:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1087]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_luks_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3129:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1088]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3129:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1089]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_lxattrlist’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3185:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1090]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3185:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1091]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mkdir_mode’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3247:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1092]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3247:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1093]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mkdir_p’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3283:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1094]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3283:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1095]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mke2fs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3327:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1096]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3327:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1097]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mke2fs_JL’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3566:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1098]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3566:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1099]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mke2fs_JU’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3611:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1100]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3611:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1101]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mke2journal’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3654:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1102]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3654:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1103]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mknod_b’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3700:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1104]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3700:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1105]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_mount_local’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3764:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1106]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3764:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1107]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ntfsresize_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3834:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1108]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3834:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1109]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_part_del’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3875:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1110]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3875:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1111]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_part_get_gpt_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3910:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1112]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3910:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1113]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_ping_daemon’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3950:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1114]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3950:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1115]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_remove_drive’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3984:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1116]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:3984:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1117]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_rm’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4019:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1118]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4019:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1119]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_rmdir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4052:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1120]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4052:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1121]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_rsync’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4107:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1122]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4107:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1123]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_set_backend_settings’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4179:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1124]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4179:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1125]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_set_hv’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4241:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1126]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4241:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1127]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_set_qemu’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4294:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1128]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4294:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1129]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_set_recovery_proc’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4343:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1130]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4343:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1131]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_set_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4383:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1132]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4383:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1133]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_setcon’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4424:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1134]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4424:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1135]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_statvfs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4464:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1136]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4464:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1137]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_strings’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4520:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1138]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4520:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1139]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_swapoff_label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4562:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1140]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4562:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1141]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_swapoff_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4598:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1142]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4598:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1143]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_tar_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4658:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1144]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4658:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1145]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_truncate’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4725:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1146]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4725:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1147]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_tune2fs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4826:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1148]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4826:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1149]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_upload’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4925:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1150]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4925:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1151]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_utimens’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4974:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1152]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:4974:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1153]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_version’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5041:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1154]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5041:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1155]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_vfs_minimum_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5086:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1156]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5086:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1157]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_vfs_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5125:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1158]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5125:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1159]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_vgs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5168:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1160]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5168:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1161]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_write_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5224:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1162]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5224:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1163]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_zero’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5274:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1164]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5274:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1165]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_zerofree’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5318:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1166]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5318:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1167]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c: scope_hint: In function ‘guestfs_int_ruby_zgrepi’
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5358:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1168]
libguestfs-1.55.9/ruby/ext/guestfs/actions-3.c:5358:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1169]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_add_cdrom’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:63:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1170]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:63:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1171]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_add_libvirt_dom’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:138:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1172]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:138:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1173]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_aug_init’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:260:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1174]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:260:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1175]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_aug_insert’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:300:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1176]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:300:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1177]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_aug_load’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:338:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1178]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:338:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1179]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_aug_rm’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:373:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1180]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:373:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1181]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_aug_set’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:411:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1182]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:411:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1183]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_blkid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:463:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1184]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:463:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1185]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_setra’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:506:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1186]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:506:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1187]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_scrub_start’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:544:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1188]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:544:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1189]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_scrub_status’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:580:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1190]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:580:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1191]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_create’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:640:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1192]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:640:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1193]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_set_default’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:693:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1194]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:693:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1195]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_snapshot’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:740:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1196]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:740:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1197]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_canonical_device_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:812:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1198]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:812:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1199]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_case_sensitive_path’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:894:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1200]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:894:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1201]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_copy_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:936:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1202]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:936:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1203]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_debug_upload’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:965:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1204]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:965:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1205]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_download_offset’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1012:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1206]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1012:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1207]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_find_inode’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1055:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1208]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1055:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1209]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_findfs_partuuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1117:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1210]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1117:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1211]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_findfs_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1156:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1212]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1156:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1213]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_fstrim’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1219:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1214]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1219:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1215]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_get_autosync’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1278:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1216]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1278:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1217]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_get_e2uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1313:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1218]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1313:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1219]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_get_libvirt_requested_credential_challenge’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1355:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1220]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1355:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1221]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_get_pid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1393:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1222]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1393:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1223]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_get_selinux’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1432:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1224]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1432:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1225]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_grepi’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1473:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1226]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1473:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1227]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_hexdump’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1522:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1228]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1522:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1229]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_children’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1562:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1230]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1562:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1231]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_format’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1623:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1232]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1623:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1233]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_hostname’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1667:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1234]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1667:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1235]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_inspect_is_multipart’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1706:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1236]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1706:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1237]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rbool’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1733:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1238]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1733:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1239]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rhashtable’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1758:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1240]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1758:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1241]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstringlist’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1791:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1242]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1791:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1243]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstringlisterr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1824:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1244]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1824:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1245]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_is_busy’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1867:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1246]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1867:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1247]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_is_ready’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1902:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1248]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1902:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1249]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_scan’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1942:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1250]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1942:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1251]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_lgetxattrs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1986:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1252]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:1986:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1253]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_list_dm_devices’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2035:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1254]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2035:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1255]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_list_ldm_volumes’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2079:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1256]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2079:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1257]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_luks_format’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2124:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1258]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2124:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1259]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_lvm_canonical_lv_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2167:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1260]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2167:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1261]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_lvrename’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2203:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1262]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2203:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1263]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_lvresize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2241:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1264]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2241:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1265]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_lvuuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2275:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1266]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2275:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1267]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_mke2fs_J’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2318:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1268]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2318:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1269]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_mke2journal_U’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2361:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1270]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2361:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1271]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_mknod_c’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2408:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1272]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2408:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1273]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_mount_options’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2450:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1274]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2450:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1275]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_ntfsfix’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2501:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1276]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2501:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1277]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_add’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2565:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1278]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2565:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1279]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_get_gpt_guid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2601:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1280]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2601:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1281]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_get_mbr_id’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2642:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1282]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2642:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1283]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_get_mbr_part_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2679:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1284]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2679:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1285]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_get_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2721:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1286]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2721:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1287]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_init’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2808:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1288]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2808:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1289]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_part_to_partnum’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2848:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1290]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2848:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1291]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_pvuuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2881:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1292]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2881:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1293]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_readlinklist’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2934:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1294]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2934:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1295]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_rmmountpoint’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2990:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1296]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:2990:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1297]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_scrub_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3029:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1298]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3029:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1299]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_set_cachedir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3071:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1300]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3071:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1301]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_set_e2attrs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3126:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1302]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3126:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1303]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_set_e2label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3184:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1304]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3184:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1305]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_sh_lines’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3223:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1306]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3223:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1307]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_sh_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3268:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1308]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3268:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1309]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_shutdown’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3319:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1310]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3319:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1311]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_swapon_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3352:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1312]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3352:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1313]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_tgz_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3388:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1314]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3388:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1315]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_umask’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3438:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1316]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3438:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1317]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c: scope_hint: In function ‘guestfs_int_ruby_wipefs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3481:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1318]
libguestfs-1.55.9/ruby/ext/guestfs/actions-4.c:3481:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
Error: COMPILER_WARNING (CWE-477): [#def1319]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_acl_set_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:89:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1320]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_add_drive_with_if’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:128:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1321]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_flushbufs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:167:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1322]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_setrw’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:202:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1323]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_balance_pause’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:237:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1324]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_device_add’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:274:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1325]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_filesystem_balance’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:323:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1326]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_filesystem_show’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:363:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1327]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_qgroup_assign’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:408:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1328]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_replace’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:453:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1329]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_scrub_cancel’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:490:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1330]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_subvolume_get_default’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:526:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1331]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_btrfstune_seeding’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:563:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1332]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_c_pointer’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:600:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1333]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_cap_set_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:636:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1334]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_copy_file_to_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:675:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1335]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_copy_file_to_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:756:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1336]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_cpio_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:846:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1337]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_disk_virtual_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:901:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1338]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_download’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:939:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1339]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_feature_available’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:976:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1340]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_fill_pattern’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1025:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1341]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_find0’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1072:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1342]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_get_append’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1109:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1343]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_get_memsize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1150:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1344]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_get_program’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1182:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1345]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_head_n’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1226:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1346]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_hivex_commit’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1279:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1347]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_delete_child’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1317:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1348]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_initrd_cat’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1364:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1349]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_inotify_close’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1405:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1350]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_major_version’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1450:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1351]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_osinfo’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1491:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1352]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_roots’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1534:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1353]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_internal_test’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1566:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1354]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_63_optargs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:1673:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1355]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rhashtableerr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2022:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1356]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_is_blockdev’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2078:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1357]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_is_config’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2130:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1358]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_is_fifo’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2173:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1359]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_isoinfo_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2233:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1360]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_journal_next’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2294:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1361]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_journal_skip’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2335:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1362]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_ldmtool_volume_partitions’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2371:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1363]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_list_disk_labels’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2421:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1364]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_list_md_devices’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2461:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1365]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_ln’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2501:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1366]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_ln_sf’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2537:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1367]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_luks_add_key’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2580:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1368]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_lvcreate’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2619:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1369]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_lvcreate_free’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2660:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1370]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_lvm_set_filter’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2719:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1371]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_lvs_full’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2768:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1372]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_md_stat’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2851:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1373]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_mkfs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:2932:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1374]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_mkfs_b’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3011:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1375]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_mkswap_U’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3052:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1376]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_mountpoints’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3090:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1377]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_nr_devices’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3135:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1378]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_ntfsclone_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3171:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1379]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_parse_environment_list’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3212:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1380]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_part_get_bootable’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3260:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1381]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_part_get_gpt_attributes’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3295:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1382]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_part_set_gpt_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3335:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1383]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_part_set_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3376:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1384]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_pvremove’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3418:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1385]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_scrub_freespace’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3460:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1386]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_set_attach_method’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3498:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1387]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_set_network’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3540:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1388]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_set_smp’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3577:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1389]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_set_tmpdir’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3617:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1390]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_set_trace’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3662:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1391]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_set_uuid_random’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3702:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1392]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_sfdisk’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3759:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1393]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_sfdiskM’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3819:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1394]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_sfdisk_N’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3875:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1395]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_stat’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3919:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1396]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_swapoff_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:3971:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1397]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_swapon_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4015:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1398]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_swapon_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4051:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1399]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_tgz_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4087:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1400]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_truncate_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4131:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1401]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_txz_in’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4170:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1402]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_user_cancel’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4236:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1403]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_vgchange_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4270:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1404]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_vglvuuids’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4309:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1405]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_vgremove’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4355:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1406]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_wc_l’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4389:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1407]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_xfs_growfs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4432:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1408]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_xfs_info’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4524:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1409]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_xfs_repair’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4605:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1410]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_zero_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4705:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1411]
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c: scope_hint: In function ‘guestfs_int_ruby_zero_free_space’
libguestfs-1.55.9/ruby/ext/guestfs/actions-5.c:4746:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1412]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_aug_mv’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:58:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:37: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1413]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_available_all_groups’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:100:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1414]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_getbsz’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:148:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1415]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_getro’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:184:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1416]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_blockdev_setbsz’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:223:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1417]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_qgroup_remove’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:261:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1418]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_btrfs_quota_enable’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:299:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1419]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_checksums_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:343:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1420]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_cp_a’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:379:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1421]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_cryptsetup_open’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:458:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1422]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_df’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:526:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1423]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_disk_format’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:569:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1424]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_egrepi’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:611:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1425]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_fallocate’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:663:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1426]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_fallocate64’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:713:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1427]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_fgrep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:754:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1428]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_file’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:813:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1429]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_filesize’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:852:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1430]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_filesystem_available’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:899:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1431]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_fill’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:939:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1432]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_find’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:998:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1433]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_get_direct’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1041:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1434]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_get_hv’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1078:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1435]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_get_libvirt_requested_credentials’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1120:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1436]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_head’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1165:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1437]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1211:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1438]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_hivex_node_values’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1252:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1439]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_inotify_read’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1304:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1440]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_build_id’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1359:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1441]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_mountpoints’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1418:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1442]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_package_management’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1475:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1443]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_inspect_get_product_name’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1518:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1444]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rconststring’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1545:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1445]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rint’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1570:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1446]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rint64err’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1595:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1447]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_internal_test_rstruct’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1619:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1448]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_isoinfo’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1673:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1449]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_journal_close’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1727:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1450]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_lgetxattr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1777:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1451]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_list_9p’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1816:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1452]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_list_ldm_partitions’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1862:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1453]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_luks_format_cipher’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1905:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1454]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_lvm_clear_filter’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1945:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1455]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_lvs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:1985:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1456]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_max_disks’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2032:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1457]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_md_detail’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2083:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1458]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_mke2journal_L’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2127:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1459]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_mkswap’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2171:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1460]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_mkswap_L’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2231:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1461]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_mktemp’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2292:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1462]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_mount_loop’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2345:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1463]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_mount_vfs’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2381:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1464]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_part_set_mbr_id’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2425:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1465]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_pread_device’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2470:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1466]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_pvchange_uuid’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2511:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1467]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_pvchange_uuid_all’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2546:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1468]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_pvresize_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2582:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1469]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_read_lines’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2626:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1470]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_remount’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2678:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1471]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_removexattr’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2732:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1472]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_resize2fs_size’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2770:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1473]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_rm_f’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2811:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1474]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_rsync_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2877:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1475]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_set_e2generation’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:2935:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1476]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_set_label’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3000:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1477]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_sfdisk_kernel_geometry’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3038:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1478]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_sleep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3073:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1479]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_strings_e’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3139:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1480]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_sync’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3185:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1481]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_tail_n’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3229:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1482]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_tar_out’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3306:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1483]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_vfs_type’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3402:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1484]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_vgcreate’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3440:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1485]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_wait_ready’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3497:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1486]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_wc_c’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3532:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1487]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_yara_load’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3581:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1488]
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c: scope_hint: In function ‘guestfs_int_ruby_zegrep’
libguestfs-1.55.9/ruby/ext/guestfs/actions-6.c:3621:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1489]
libguestfs-1.55.9/ruby/ext/guestfs/handle.c: scope_hint: In function ‘guestfs_int_ruby_alloc_handle’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:92:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_wrap_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core.h:27: included_from: Included from here.
/usr/include/ruby/ruby.h:29: included_from: Included from here.
/usr/include/ruby.h:38: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/actions.h:32: included_from: Included from here.
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:28: included_from: Included from here.
/usr/include/ruby/internal/core/rdata.h:293:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1490]
libguestfs-1.55.9/ruby/ext/guestfs/handle.c: scope_hint: In function ‘guestfs_int_ruby_compat_create_handle’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:169:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_wrap_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:293:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1491]
libguestfs-1.55.9/ruby/ext/guestfs/handle.c: scope_hint: In function ‘guestfs_int_ruby_close_handle’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:184:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1492]
libguestfs-1.55.9/ruby/ext/guestfs/handle.c: scope_hint: In function ‘guestfs_int_ruby_set_event_callback’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:212:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1493]
libguestfs-1.55.9/ruby/ext/guestfs/handle.c: scope_hint: In function ‘guestfs_int_ruby_delete_event_callback’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:252:3: warning[-Wdeprecated-declarations]: ‘rb_data_object_get_warning’ is deprecated: by TypedData
/usr/include/ruby/internal/core/rdata.h:325:1: note: declared here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1494]
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:385:9: warning[-Wanalyzer-malloc-leak]: leak of ‘get_all_event_callbacks(gvp, & len)’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:47:1: enter_function: entry to ‘free_handle’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:58:21: call_function: calling ‘get_all_event_callbacks’ from ‘free_handle’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:58:21: return_function: returning to ‘free_handle’ from ‘get_all_event_callbacks’
libguestfs-1.55.9/ruby/ext/guestfs/handle.c:385:9: danger: ‘get_all_event_callbacks(gvp, & len)’ leaks here; was allocated at [(6)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def1495]
libguestfs-1.55.9/test-tool/test-tool.c:345:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘fp’ where non-null expected
libguestfs-1.55.9/test-tool/test-tool.c:314:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/test-tool/test-tool.c:315:7: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:314:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/test-tool/test-tool.c:320:6: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:320:6: branch_false: following ‘false’ branch (when ‘use_wrapper != 0’)...
libguestfs-1.55.9/test-tool/test-tool.c:330:7: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:330:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/test-tool/test-tool.c:332:7: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:332:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/test-tool/test-tool.c:333:8: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:332:7: branch_false: following ‘false’ branch...
libguestfs-1.55.9/test-tool/test-tool.c:338:8: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:339:6: branch_false: following ‘false’ branch...
libguestfs-1.55.9/test-tool/test-tool.c:342:3: branch_false: ...to here
libguestfs-1.55.9/test-tool/test-tool.c:344:8: acquire_memory: this call could return NULL
libguestfs-1.55.9/test-tool/test-tool.c:345:3: danger: argument 1 (‘fp’) from [(15)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/14) could be NULL where non-null expected
Error: CLIPPY_WARNING: [#def1496]
src/base.rs:42:27: warning: very complex type used. Consider factoring parts into `type` definitions
Error: CLIPPY_WARNING: [#def1497]
src/base.rs:70:6: warning: the following explicit lifetimes could be elided: 'a
Error: CLIPPY_WARNING: [#def1498]
src/base.rs:89:5: warning: you should consider adding a `Default` implementation for `CreateFlags`
Error: CLIPPY_WARNING: [#def1499]
src/base.rs:103:27: warning: methods with the following characteristics: (`to_*` and `self` type is not `Copy`) usually take `self` by reference
Error: CLIPPY_WARNING: [#def1500]
src/error.rs:101:6: warning: the following explicit lifetimes could be elided: 'a
Error: CLIPPY_WARNING: [#def1501]
src/event.rs:79:31: warning: bound is defined in more than one place
Error: CLIPPY_WARNING: [#def1502]
src/event.rs:87:34: warning: type parameter `C` goes unused in function definition
Error: CLIPPY_WARNING: [#def1503]
src/event.rs:119:27: warning: very complex type used. Consider factoring parts into `type` definitions
Error: CLIPPY_WARNING: [#def1504]
src/event.rs:126:23: warning: very complex type used. Consider factoring parts into `type` definitions
Error: CLIPPY_WARNING: [#def1505]
src/guestfs.rs:132:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1506]
src/guestfs.rs:133:56: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1507]
src/guestfs.rs:134:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1508]
src/guestfs.rs:135:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1509]
src/guestfs.rs:136:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1510]
src/guestfs.rs:137:56: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1511]
src/guestfs.rs:138:54: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1512]
src/guestfs.rs:139:53: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1513]
src/guestfs.rs:140:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1514]
src/guestfs.rs:141:58: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1515]
src/guestfs.rs:142:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1516]
src/guestfs.rs:143:55: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1517]
src/guestfs.rs:194:49: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1518]
src/guestfs.rs:195:57: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1519]
src/guestfs.rs:196:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1520]
src/guestfs.rs:197:52: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1521]
src/guestfs.rs:198:52: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1522]
src/guestfs.rs:199:49: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1523]
src/guestfs.rs:200:57: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1524]
src/guestfs.rs:201:55: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1525]
src/guestfs.rs:202:54: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1526]
src/guestfs.rs:203:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1527]
src/guestfs.rs:204:59: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1528]
src/guestfs.rs:205:52: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1529]
src/guestfs.rs:206:56: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1530]
src/guestfs.rs:207:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1531]
src/guestfs.rs:208:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1532]
src/guestfs.rs:209:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1533]
src/guestfs.rs:210:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1534]
src/guestfs.rs:237:59: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1535]
src/guestfs.rs:238:39: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1536]
src/guestfs.rs:239:42: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1537]
src/guestfs.rs:240:44: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1538]
src/guestfs.rs:241:38: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1539]
src/guestfs.rs:264:54: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1540]
src/guestfs.rs:265:37: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1541]
src/guestfs.rs:266:37: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1542]
src/guestfs.rs:313:53: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1543]
src/guestfs.rs:314:53: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1544]
src/guestfs.rs:315:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1545]
src/guestfs.rs:316:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1546]
src/guestfs.rs:317:43: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1547]
src/guestfs.rs:318:43: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1548]
src/guestfs.rs:319:45: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1549]
src/guestfs.rs:320:39: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1550]
src/guestfs.rs:321:45: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1551]
src/guestfs.rs:322:44: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1552]
src/guestfs.rs:323:45: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1553]
src/guestfs.rs:324:52: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1554]
src/guestfs.rs:325:49: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1555]
src/guestfs.rs:326:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1556]
src/guestfs.rs:327:45: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1557]
src/guestfs.rs:350:38: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1558]
src/guestfs.rs:351:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1559]
src/guestfs.rs:352:59: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1560]
src/guestfs.rs:375:24: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1561]
src/guestfs.rs:376:23: warning: casting to the same type is unnecessary (`i8` -> `i8`)
Error: CLIPPY_WARNING: [#def1562]
src/guestfs.rs:376:25: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1563]
src/guestfs.rs:377:44: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1564]
src/guestfs.rs:396:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1565]
src/guestfs.rs:415:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1566]
src/guestfs.rs:440:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1567]
src/guestfs.rs:441:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1568]
src/guestfs.rs:442:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1569]
src/guestfs.rs:443:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1570]
src/guestfs.rs:464:22: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1571]
src/guestfs.rs:465:22: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1572]
src/guestfs.rs:516:53: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1573]
src/guestfs.rs:517:53: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1574]
src/guestfs.rs:518:42: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1575]
src/guestfs.rs:519:40: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1576]
src/guestfs.rs:520:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1577]
src/guestfs.rs:521:43: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1578]
src/guestfs.rs:522:57: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1579]
src/guestfs.rs:523:56: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1580]
src/guestfs.rs:524:60: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1581]
src/guestfs.rs:525:58: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1582]
src/guestfs.rs:526:61: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1583]
src/guestfs.rs:527:60: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1584]
src/guestfs.rs:528:65: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1585]
src/guestfs.rs:529:42: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1586]
src/guestfs.rs:530:46: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1587]
src/guestfs.rs:531:44: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1588]
src/guestfs.rs:532:43: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1589]
src/guestfs.rs:581:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1590]
src/guestfs.rs:582:38: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1591]
src/guestfs.rs:583:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1592]
src/guestfs.rs:584:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1593]
src/guestfs.rs:585:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1594]
src/guestfs.rs:586:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1595]
src/guestfs.rs:587:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1596]
src/guestfs.rs:588:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1597]
src/guestfs.rs:589:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1598]
src/guestfs.rs:590:46: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1599]
src/guestfs.rs:591:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1600]
src/guestfs.rs:594:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1601]
src/guestfs.rs:596:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1602]
src/guestfs.rs:599:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1603]
src/guestfs.rs:601:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1604]
src/guestfs.rs:602:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1605]
src/guestfs.rs:603:50: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1606]
src/guestfs.rs:604:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1607]
src/guestfs.rs:649:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1608]
src/guestfs.rs:650:38: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1609]
src/guestfs.rs:651:46: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1610]
src/guestfs.rs:652:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1611]
src/guestfs.rs:653:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1612]
src/guestfs.rs:654:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1613]
src/guestfs.rs:655:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1614]
src/guestfs.rs:656:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1615]
src/guestfs.rs:657:32: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1616]
src/guestfs.rs:658:38: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1617]
src/guestfs.rs:659:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1618]
src/guestfs.rs:660:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1619]
src/guestfs.rs:661:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1620]
src/guestfs.rs:662:32: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1621]
src/guestfs.rs:717:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1622]
src/guestfs.rs:718:38: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1623]
src/guestfs.rs:719:46: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1624]
src/guestfs.rs:720:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1625]
src/guestfs.rs:721:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1626]
src/guestfs.rs:722:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1627]
src/guestfs.rs:723:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1628]
src/guestfs.rs:724:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1629]
src/guestfs.rs:725:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1630]
src/guestfs.rs:726:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1631]
src/guestfs.rs:727:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1632]
src/guestfs.rs:728:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1633]
src/guestfs.rs:729:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1634]
src/guestfs.rs:730:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1635]
src/guestfs.rs:731:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1636]
src/guestfs.rs:732:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1637]
src/guestfs.rs:733:47: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1638]
src/guestfs.rs:734:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1639]
src/guestfs.rs:735:32: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1640]
src/guestfs.rs:758:53: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1641]
src/guestfs.rs:759:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1642]
src/guestfs.rs:760:52: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1643]
src/guestfs.rs:785:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1644]
src/guestfs.rs:786:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1645]
src/guestfs.rs:787:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1646]
src/guestfs.rs:788:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1647]
src/guestfs.rs:831:24: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1648]
src/guestfs.rs:832:24: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1649]
src/guestfs.rs:833:25: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1650]
src/guestfs.rs:834:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1651]
src/guestfs.rs:835:24: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1652]
src/guestfs.rs:836:24: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1653]
src/guestfs.rs:837:25: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1654]
src/guestfs.rs:838:25: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1655]
src/guestfs.rs:839:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1656]
src/guestfs.rs:840:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1657]
src/guestfs.rs:841:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1658]
src/guestfs.rs:842:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1659]
src/guestfs.rs:843:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1660]
src/guestfs.rs:904:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1661]
src/guestfs.rs:905:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1662]
src/guestfs.rs:906:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1663]
src/guestfs.rs:907:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1664]
src/guestfs.rs:908:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1665]
src/guestfs.rs:909:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1666]
src/guestfs.rs:910:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1667]
src/guestfs.rs:911:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1668]
src/guestfs.rs:912:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1669]
src/guestfs.rs:913:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1670]
src/guestfs.rs:914:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1671]
src/guestfs.rs:915:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1672]
src/guestfs.rs:916:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1673]
src/guestfs.rs:917:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1674]
src/guestfs.rs:918:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1675]
src/guestfs.rs:919:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1676]
src/guestfs.rs:920:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1677]
src/guestfs.rs:921:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1678]
src/guestfs.rs:922:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1679]
src/guestfs.rs:923:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1680]
src/guestfs.rs:924:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1681]
src/guestfs.rs:925:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1682]
src/guestfs.rs:964:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1683]
src/guestfs.rs:965:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1684]
src/guestfs.rs:966:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1685]
src/guestfs.rs:967:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1686]
src/guestfs.rs:968:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1687]
src/guestfs.rs:969:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1688]
src/guestfs.rs:970:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1689]
src/guestfs.rs:971:27: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1690]
src/guestfs.rs:972:25: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1691]
src/guestfs.rs:973:25: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1692]
src/guestfs.rs:974:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1693]
src/guestfs.rs:1023:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1694]
src/guestfs.rs:1024:27: warning: casting to the same type is unnecessary (`i8` -> `i8`)
Error: CLIPPY_WARNING: [#def1695]
src/guestfs.rs:1024:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1696]
src/guestfs.rs:1025:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1697]
src/guestfs.rs:1026:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1698]
src/guestfs.rs:1027:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1699]
src/guestfs.rs:1028:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1700]
src/guestfs.rs:1029:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1701]
src/guestfs.rs:1030:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1702]
src/guestfs.rs:1031:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1703]
src/guestfs.rs:1032:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1704]
src/guestfs.rs:1033:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1705]
src/guestfs.rs:1034:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1706]
src/guestfs.rs:1035:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1707]
src/guestfs.rs:1036:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1708]
src/guestfs.rs:1037:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1709]
src/guestfs.rs:1038:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1710]
src/guestfs.rs:1063:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1711]
src/guestfs.rs:1064:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1712]
src/guestfs.rs:1065:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1713]
src/guestfs.rs:1066:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1714]
src/guestfs.rs:1091:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1715]
src/guestfs.rs:1092:26: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1716]
src/guestfs.rs:1093:28: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1717]
src/guestfs.rs:1094:45: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1718]
src/guestfs.rs:1116:48: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1719]
src/guestfs.rs:1117:50: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1720]
src/guestfs.rs:1117:79: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1721]
src/guestfs.rs:1184:52: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1722]
src/guestfs.rs:1185:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1723]
src/guestfs.rs:1186:32: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1724]
src/guestfs.rs:1187:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1725]
src/guestfs.rs:1188:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1726]
src/guestfs.rs:1189:29: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1727]
src/guestfs.rs:1190:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1728]
src/guestfs.rs:1191:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1729]
src/guestfs.rs:1192:32: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1730]
src/guestfs.rs:1193:30: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1731]
src/guestfs.rs:1194:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1732]
src/guestfs.rs:1195:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1733]
src/guestfs.rs:1196:37: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1734]
src/guestfs.rs:1197:31: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1735]
src/guestfs.rs:1198:51: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1736]
src/guestfs.rs:1199:37: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1737]
src/guestfs.rs:1200:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1738]
src/guestfs.rs:1201:35: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1739]
src/guestfs.rs:1202:36: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1740]
src/guestfs.rs:1203:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1741]
src/guestfs.rs:1204:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1742]
src/guestfs.rs:1205:50: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1743]
src/guestfs.rs:1206:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1744]
src/guestfs.rs:1207:33: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1745]
src/guestfs.rs:1208:34: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1746]
src/guestfs.rs:1229:49: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1747]
src/guestfs.rs:1230:49: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1748]
src/guestfs.rs:1373:44: warning: redundant closure
Error: CLIPPY_WARNING: [#def1749]
src/guestfs.rs:1375:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1750]
src/guestfs.rs:1378:48: warning: redundant closure
Error: CLIPPY_WARNING: [#def1751]
src/guestfs.rs:1379:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1752]
src/guestfs.rs:1380:38: warning: redundant closure
Error: CLIPPY_WARNING: [#def1753]
src/guestfs.rs:1501:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1754]
src/guestfs.rs:1502:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1755]
src/guestfs.rs:1503:32: warning: redundant closure
Error: CLIPPY_WARNING: [#def1756]
src/guestfs.rs:1504:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1757]
src/guestfs.rs:1505:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1758]
src/guestfs.rs:1509:43: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1759]
src/guestfs.rs:1516:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1760]
src/guestfs.rs:1517:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1761]
src/guestfs.rs:1518:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1762]
src/guestfs.rs:1519:38: warning: redundant closure
Error: CLIPPY_WARNING: [#def1763]
src/guestfs.rs:1648:32: warning: redundant closure
Error: CLIPPY_WARNING: [#def1764]
src/guestfs.rs:1649:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1765]
src/guestfs.rs:1716:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1766]
src/guestfs.rs:1718:48: warning: redundant closure
Error: CLIPPY_WARNING: [#def1767]
src/guestfs.rs:1719:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1768]
src/guestfs.rs:1720:38: warning: redundant closure
Error: CLIPPY_WARNING: [#def1769]
src/guestfs.rs:1844:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1770]
src/guestfs.rs:2017:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1771]
src/guestfs.rs:2059:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1772]
src/guestfs.rs:2568:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1773]
src/guestfs.rs:2612:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1774]
src/guestfs.rs:2613:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1775]
src/guestfs.rs:2674:46: warning: redundant closure
Error: CLIPPY_WARNING: [#def1776]
src/guestfs.rs:2675:50: warning: redundant closure
Error: CLIPPY_WARNING: [#def1777]
src/guestfs.rs:2676:50: warning: redundant closure
Error: CLIPPY_WARNING: [#def1778]
src/guestfs.rs:2677:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1779]
src/guestfs.rs:3129:38: warning: redundant closure
Error: CLIPPY_WARNING: [#def1780]
src/guestfs.rs:3133:43: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1781]
src/guestfs.rs:4150:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1782]
src/guestfs.rs:4305:50: warning: redundant closure
Error: CLIPPY_WARNING: [#def1783]
src/guestfs.rs:4306:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1784]
src/guestfs.rs:4307:52: warning: redundant closure
Error: CLIPPY_WARNING: [#def1785]
src/guestfs.rs:4308:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1786]
src/guestfs.rs:4309:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1787]
src/guestfs.rs:4310:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1788]
src/guestfs.rs:4311:32: warning: redundant closure
Error: CLIPPY_WARNING: [#def1789]
src/guestfs.rs:4635:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1790]
src/guestfs.rs:4638:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1791]
src/guestfs.rs:4721:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1792]
src/guestfs.rs:4723:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1793]
src/guestfs.rs:4724:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1794]
src/guestfs.rs:4816:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1795]
src/guestfs.rs:4820:43: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1796]
src/guestfs.rs:4874:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1797]
src/guestfs.rs:4875:32: warning: redundant closure
Error: CLIPPY_WARNING: [#def1798]
src/guestfs.rs:4921:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1799]
src/guestfs.rs:4960:38: warning: redundant closure
Error: CLIPPY_WARNING: [#def1800]
src/guestfs.rs:5006:38: warning: redundant closure
Error: CLIPPY_WARNING: [#def1801]
src/guestfs.rs:5499:42: warning: redundant closure
Error: CLIPPY_WARNING: [#def1802]
src/guestfs.rs:5544:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1803]
src/guestfs.rs:5617:40: warning: redundant closure
Error: CLIPPY_WARNING: [#def1804]
src/guestfs.rs:5622:43: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1805]
src/guestfs.rs:5726:50: warning: redundant closure
Error: CLIPPY_WARNING: [#def1806]
src/guestfs.rs:5730:64: warning: redundant closure
Error: CLIPPY_WARNING: [#def1807]
src/guestfs.rs:5939:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1808]
src/guestfs.rs:5940:32: warning: redundant closure
Error: CLIPPY_WARNING: [#def1809]
src/guestfs.rs:6156:36: warning: redundant closure
Error: CLIPPY_WARNING: [#def1810]
src/guestfs.rs:6157:34: warning: redundant closure
Error: CLIPPY_WARNING: [#def1811]
src/guestfs.rs:7498:6: warning: the following explicit lifetimes could be elided: 'a
Error: CLIPPY_WARNING: [#def1812]
src/guestfs.rs:7504:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1813]
src/guestfs.rs:7518:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1814]
src/guestfs.rs:7518:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1815]
src/guestfs.rs:7537:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1816]
src/guestfs.rs:7537:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1817]
src/guestfs.rs:7537:98: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1818]
src/guestfs.rs:7552:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1819]
src/guestfs.rs:7566:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1820]
src/guestfs.rs:7581:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1821]
src/guestfs.rs:7595:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1822]
src/guestfs.rs:7609:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1823]
src/guestfs.rs:7609:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1824]
src/guestfs.rs:7637:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1825]
src/guestfs.rs:7637:84: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1826]
src/guestfs.rs:7651:63: warning: this public function might dereference a raw pointer but is not marked `unsafe`
Error: CLIPPY_WARNING: [#def1827]
src/guestfs.rs:7664:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1828]
src/guestfs.rs:7690:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1829]
src/guestfs.rs:7690:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1830]
src/guestfs.rs:7690:94: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1831]
src/guestfs.rs:7708:31: warning: redundant closure
Error: CLIPPY_WARNING: [#def1832]
src/guestfs.rs:7710:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1833]
src/guestfs.rs:7725:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1834]
src/guestfs.rs:7741:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1835]
src/guestfs.rs:7756:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1836]
src/guestfs.rs:7756:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1837]
src/guestfs.rs:7770:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1838]
src/guestfs.rs:7797:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1839]
src/guestfs.rs:7814:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1840]
src/guestfs.rs:7832:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1841]
src/guestfs.rs:7832:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1842]
src/guestfs.rs:7846:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1843]
src/guestfs.rs:7871:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1844]
src/guestfs.rs:7871:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1845]
src/guestfs.rs:7884:29: warning: redundant closure
Error: CLIPPY_WARNING: [#def1846]
src/guestfs.rs:7887:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1847]
src/guestfs.rs:7888:3: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1848]
src/guestfs.rs:7905:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1849]
src/guestfs.rs:7905:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1850]
src/guestfs.rs:7911:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1851]
src/guestfs.rs:7919:42: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1852]
src/guestfs.rs:7922:52: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1853]
src/guestfs.rs:7922:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1854]
src/guestfs.rs:7952:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1855]
src/guestfs.rs:7952:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1856]
src/guestfs.rs:7967:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1857]
src/guestfs.rs:7967:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1858]
src/guestfs.rs:7981:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1859]
src/guestfs.rs:7994:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1860]
src/guestfs.rs:8007:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1861]
src/guestfs.rs:8024:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1862]
src/guestfs.rs:8037:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1863]
src/guestfs.rs:8050:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1864]
src/guestfs.rs:8063:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1865]
src/guestfs.rs:8076:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1866]
src/guestfs.rs:8089:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1867]
src/guestfs.rs:8102:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1868]
src/guestfs.rs:8115:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1869]
src/guestfs.rs:8128:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1870]
src/guestfs.rs:8141:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1871]
src/guestfs.rs:8154:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1872]
src/guestfs.rs:8167:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1873]
src/guestfs.rs:8180:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1874]
src/guestfs.rs:8193:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1875]
src/guestfs.rs:8206:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1876]
src/guestfs.rs:8222:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1877]
src/guestfs.rs:8226:59: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1878]
src/guestfs.rs:8226:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1879]
src/guestfs.rs:8226:106: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1880]
src/guestfs.rs:8240:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1881]
src/guestfs.rs:8244:62: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1882]
src/guestfs.rs:8244:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1883]
src/guestfs.rs:8244:109: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1884]
src/guestfs.rs:8259:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1885]
src/guestfs.rs:8273:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1886]
src/guestfs.rs:8288:71: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1887]
src/guestfs.rs:8293:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1888]
src/guestfs.rs:8302:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1889]
src/guestfs.rs:8319:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1890]
src/guestfs.rs:8333:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1891]
src/guestfs.rs:8338:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1892]
src/guestfs.rs:8346:42: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1893]
src/guestfs.rs:8351:59: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1894]
src/guestfs.rs:8351:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1895]
src/guestfs.rs:8351:105: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1896]
src/guestfs.rs:8358:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1897]
src/guestfs.rs:8369:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1898]
src/guestfs.rs:8369:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1899]
src/guestfs.rs:8369:100: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1900]
src/guestfs.rs:8385:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1901]
src/guestfs.rs:8385:86: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1902]
src/guestfs.rs:8400:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1903]
src/guestfs.rs:8400:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1904]
src/guestfs.rs:8414:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1905]
src/guestfs.rs:8429:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1906]
src/guestfs.rs:8429:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1907]
src/guestfs.rs:8429:100: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1908]
src/guestfs.rs:8444:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1909]
src/guestfs.rs:8462:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1910]
src/guestfs.rs:8475:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1911]
src/guestfs.rs:8490:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1912]
src/guestfs.rs:8490:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1913]
src/guestfs.rs:8490:103: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1914]
src/guestfs.rs:8505:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1915]
src/guestfs.rs:8518:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1916]
src/guestfs.rs:8531:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1917]
src/guestfs.rs:8544:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1918]
src/guestfs.rs:8557:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1919]
src/guestfs.rs:8570:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1920]
src/guestfs.rs:8588:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1921]
src/guestfs.rs:8602:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1922]
src/guestfs.rs:8616:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1923]
src/guestfs.rs:8629:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1924]
src/guestfs.rs:8642:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1925]
src/guestfs.rs:8659:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1926]
src/guestfs.rs:8672:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1927]
src/guestfs.rs:8691:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1928]
src/guestfs.rs:8691:99: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1929]
src/guestfs.rs:8706:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1930]
src/guestfs.rs:8719:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1931]
src/guestfs.rs:8733:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1932]
src/guestfs.rs:8757:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1933]
src/guestfs.rs:8773:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1934]
src/guestfs.rs:8790:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1935]
src/guestfs.rs:8790:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1936]
src/guestfs.rs:8804:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1937]
src/guestfs.rs:8820:46: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1938]
src/guestfs.rs:8837:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1939]
src/guestfs.rs:8837:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1940]
src/guestfs.rs:8855:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1941]
src/guestfs.rs:8855:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1942]
src/guestfs.rs:8874:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1943]
src/guestfs.rs:8874:80: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1944]
src/guestfs.rs:8874:105: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1945]
src/guestfs.rs:8889:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1946]
src/guestfs.rs:8902:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1947]
src/guestfs.rs:8915:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1948]
src/guestfs.rs:8929:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1949]
src/guestfs.rs:8929:83: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1950]
src/guestfs.rs:8942:48: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1951]
src/guestfs.rs:8945:50: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1952]
src/guestfs.rs:8945:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1953]
src/guestfs.rs:8961:48: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1954]
src/guestfs.rs:8964:56: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1955]
src/guestfs.rs:8964:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1956]
src/guestfs.rs:8981:48: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def1957]
src/guestfs.rs:8985:54: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def1958]
src/guestfs.rs:8985:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1959]
src/guestfs.rs:8985:103: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1960]
src/guestfs.rs:9003:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1961]
src/guestfs.rs:9003:88: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1962]
src/guestfs.rs:9003:110: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1963]
src/guestfs.rs:9010:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1964]
src/guestfs.rs:9022:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1965]
src/guestfs.rs:9022:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1966]
src/guestfs.rs:9022:101: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1967]
src/guestfs.rs:9029:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1968]
src/guestfs.rs:9037:37: warning: redundant closure
Error: CLIPPY_WARNING: [#def1969]
src/guestfs.rs:9039:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1970]
src/guestfs.rs:9056:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1971]
src/guestfs.rs:9056:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1972]
src/guestfs.rs:9062:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1973]
src/guestfs.rs:9073:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1974]
src/guestfs.rs:9073:88: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1975]
src/guestfs.rs:9079:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1976]
src/guestfs.rs:9090:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1977]
src/guestfs.rs:9090:86: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1978]
src/guestfs.rs:9096:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1979]
src/guestfs.rs:9107:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1980]
src/guestfs.rs:9107:86: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1981]
src/guestfs.rs:9113:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1982]
src/guestfs.rs:9124:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1983]
src/guestfs.rs:9124:84: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1984]
src/guestfs.rs:9130:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def1985]
src/guestfs.rs:9140:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1986]
src/guestfs.rs:9140:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1987]
src/guestfs.rs:9155:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1988]
src/guestfs.rs:9155:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1989]
src/guestfs.rs:9170:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1990]
src/guestfs.rs:9170:71: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1991]
src/guestfs.rs:9185:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1992]
src/guestfs.rs:9185:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1993]
src/guestfs.rs:9200:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1994]
src/guestfs.rs:9200:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1995]
src/guestfs.rs:9215:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1996]
src/guestfs.rs:9215:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1997]
src/guestfs.rs:9231:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1998]
src/guestfs.rs:9231:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def1999]
src/guestfs.rs:9246:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2000]
src/guestfs.rs:9262:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2001]
src/guestfs.rs:9262:85: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2002]
src/guestfs.rs:9262:104: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2003]
src/guestfs.rs:9279:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2004]
src/guestfs.rs:9279:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2005]
src/guestfs.rs:9293:48: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2006]
src/guestfs.rs:9296:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2007]
src/guestfs.rs:9296:70: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2008]
src/guestfs.rs:9296:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2009]
src/guestfs.rs:9330:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2010]
src/guestfs.rs:9330:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2011]
src/guestfs.rs:9344:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2012]
src/guestfs.rs:9401:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2013]
src/guestfs.rs:9401:83: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2014]
src/guestfs.rs:9416:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2015]
src/guestfs.rs:9432:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2016]
src/guestfs.rs:9445:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2017]
src/guestfs.rs:9473:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2018]
src/guestfs.rs:9473:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2019]
src/guestfs.rs:9489:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2020]
src/guestfs.rs:9489:98: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2021]
src/guestfs.rs:9495:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2022]
src/guestfs.rs:9505:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2023]
src/guestfs.rs:9505:86: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2024]
src/guestfs.rs:9520:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2025]
src/guestfs.rs:9520:88: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2026]
src/guestfs.rs:9545:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2027]
src/guestfs.rs:9559:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2028]
src/guestfs.rs:9564:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2029]
src/guestfs.rs:9573:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2030]
src/guestfs.rs:9585:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2031]
src/guestfs.rs:9588:54: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2032]
src/guestfs.rs:9588:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2033]
src/guestfs.rs:9606:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2034]
src/guestfs.rs:9606:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2035]
src/guestfs.rs:9625:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2036]
src/guestfs.rs:9625:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2037]
src/guestfs.rs:9644:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2038]
src/guestfs.rs:9644:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2039]
src/guestfs.rs:9658:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2040]
src/guestfs.rs:9671:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2041]
src/guestfs.rs:9684:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2042]
src/guestfs.rs:9697:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2043]
src/guestfs.rs:9710:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2044]
src/guestfs.rs:9722:42: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2045]
src/guestfs.rs:9725:60: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2046]
src/guestfs.rs:9725:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2047]
src/guestfs.rs:9740:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2048]
src/guestfs.rs:9740:71: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2049]
src/guestfs.rs:9759:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2050]
src/guestfs.rs:9759:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2051]
src/guestfs.rs:9777:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2052]
src/guestfs.rs:9793:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2053]
src/guestfs.rs:9809:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2054]
src/guestfs.rs:9822:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2055]
src/guestfs.rs:9835:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2056]
src/guestfs.rs:9852:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2057]
src/guestfs.rs:9865:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2058]
src/guestfs.rs:9879:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2059]
src/guestfs.rs:9879:83: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2060]
src/guestfs.rs:9893:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2061]
src/guestfs.rs:9911:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2062]
src/guestfs.rs:9911:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2063]
src/guestfs.rs:9925:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2064]
src/guestfs.rs:9942:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2065]
src/guestfs.rs:9958:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2066]
src/guestfs.rs:9974:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2067]
src/guestfs.rs:9990:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2068]
src/guestfs.rs:10007:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2069]
src/guestfs.rs:10007:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2070]
src/guestfs.rs:10022:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2071]
src/guestfs.rs:10027:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2072]
src/guestfs.rs:10087:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2073]
src/guestfs.rs:10143:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2074]
src/guestfs.rs:10159:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2075]
src/guestfs.rs:10172:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2076]
src/guestfs.rs:10188:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2077]
src/guestfs.rs:10484:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2078]
src/guestfs.rs:10484:71: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2079]
src/guestfs.rs:10502:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2080]
src/guestfs.rs:10520:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2081]
src/guestfs.rs:10525:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2082]
src/guestfs.rs:10540:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2083]
src/guestfs.rs:10540:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2084]
src/guestfs.rs:10546:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2085]
src/guestfs.rs:10560:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2086]
src/guestfs.rs:10560:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2087]
src/guestfs.rs:10579:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2088]
src/guestfs.rs:10579:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2089]
src/guestfs.rs:10593:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2090]
src/guestfs.rs:10610:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2091]
src/guestfs.rs:10627:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2092]
src/guestfs.rs:10652:39: warning: redundant closure
Error: CLIPPY_WARNING: [#def2093]
src/guestfs.rs:10668:71: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2094]
src/guestfs.rs:10707:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2095]
src/guestfs.rs:10720:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2096]
src/guestfs.rs:10760:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2097]
src/guestfs.rs:10760:92: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2098]
src/guestfs.rs:10790:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2099]
src/guestfs.rs:10795:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2100]
src/guestfs.rs:10886:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2101]
src/guestfs.rs:10886:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2102]
src/guestfs.rs:10904:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2103]
src/guestfs.rs:10921:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2104]
src/guestfs.rs:10997:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2105]
src/guestfs.rs:11013:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2106]
src/guestfs.rs:11029:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2107]
src/guestfs.rs:11045:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2108]
src/guestfs.rs:11062:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2109]
src/guestfs.rs:11079:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2110]
src/guestfs.rs:11095:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2111]
src/guestfs.rs:11113:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2112]
src/guestfs.rs:11118:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2113]
src/guestfs.rs:11131:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2114]
src/guestfs.rs:11144:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2115]
src/guestfs.rs:11157:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2116]
src/guestfs.rs:11174:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2117]
src/guestfs.rs:11190:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2118]
src/guestfs.rs:11206:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2119]
src/guestfs.rs:11222:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2120]
src/guestfs.rs:11238:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2121]
src/guestfs.rs:11269:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2122]
src/guestfs.rs:11285:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2123]
src/guestfs.rs:11301:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2124]
src/guestfs.rs:11317:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2125]
src/guestfs.rs:11333:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2126]
src/guestfs.rs:11349:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2127]
src/guestfs.rs:11362:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2128]
src/guestfs.rs:11375:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2129]
src/guestfs.rs:11388:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2130]
src/guestfs.rs:11405:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2131]
src/guestfs.rs:11445:5: warning: this function has too many arguments (11/7)
Error: CLIPPY_WARNING: [#def2132]
src/guestfs.rs:11447:35: warning: redundant closure
Error: CLIPPY_WARNING: [#def2133]
src/guestfs.rs:11449:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2134]
src/guestfs.rs:11458:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2135]
src/guestfs.rs:11459:3: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2136]
src/guestfs.rs:11459:3: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2137]
src/guestfs.rs:11459:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2138]
src/guestfs.rs:11459:95: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2139]
src/guestfs.rs:11459:118: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2140]
src/guestfs.rs:11483:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2141]
src/guestfs.rs:11507:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2142]
src/guestfs.rs:11516:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2143]
src/guestfs.rs:11541:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2144]
src/guestfs.rs:11574:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2145]
src/guestfs.rs:11600:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2146]
src/guestfs.rs:11624:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2147]
src/guestfs.rs:11656:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2148]
src/guestfs.rs:11669:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2149]
src/guestfs.rs:11704:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2150]
src/guestfs.rs:11734:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2151]
src/guestfs.rs:11766:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2152]
src/guestfs.rs:11798:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2153]
src/guestfs.rs:11830:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2154]
src/guestfs.rs:11844:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2155]
src/guestfs.rs:11849:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2156]
src/guestfs.rs:11870:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2157]
src/guestfs.rs:11875:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2158]
src/guestfs.rs:11896:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2159]
src/guestfs.rs:11901:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2160]
src/guestfs.rs:11911:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2161]
src/guestfs.rs:11916:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2162]
src/guestfs.rs:11926:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2163]
src/guestfs.rs:11931:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2164]
src/guestfs.rs:11951:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2165]
src/guestfs.rs:11976:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2166]
src/guestfs.rs:11981:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2167]
src/guestfs.rs:11990:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2168]
src/guestfs.rs:12003:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2169]
src/guestfs.rs:12016:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2170]
src/guestfs.rs:12029:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2171]
src/guestfs.rs:12042:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2172]
src/guestfs.rs:12059:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2173]
src/guestfs.rs:12135:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2174]
src/guestfs.rs:12192:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2175]
src/guestfs.rs:12216:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2176]
src/guestfs.rs:12233:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2177]
src/guestfs.rs:12249:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2178]
src/guestfs.rs:12291:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2179]
src/guestfs.rs:12294:63: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2180]
src/guestfs.rs:12294:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2181]
src/guestfs.rs:12313:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2182]
src/guestfs.rs:12313:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2183]
src/guestfs.rs:12331:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2184]
src/guestfs.rs:12331:93: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2185]
src/guestfs.rs:12350:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2186]
src/guestfs.rs:12350:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2187]
src/guestfs.rs:12369:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2188]
src/guestfs.rs:12369:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2189]
src/guestfs.rs:12387:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2190]
src/guestfs.rs:12539:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2191]
src/guestfs.rs:12555:46: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2192]
src/guestfs.rs:12572:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2193]
src/guestfs.rs:12572:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2194]
src/guestfs.rs:12587:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2195]
src/guestfs.rs:12587:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2196]
src/guestfs.rs:12602:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2197]
src/guestfs.rs:12602:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2198]
src/guestfs.rs:12617:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2199]
src/guestfs.rs:12617:70: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2200]
src/guestfs.rs:12632:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2201]
src/guestfs.rs:12632:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2202]
src/guestfs.rs:12646:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2203]
src/guestfs.rs:12664:46: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2204]
src/guestfs.rs:12664:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2205]
src/guestfs.rs:12680:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2206]
src/guestfs.rs:12680:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2207]
src/guestfs.rs:12680:100: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2208]
src/guestfs.rs:12695:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2209]
src/guestfs.rs:12712:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2210]
src/guestfs.rs:12715:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2211]
src/guestfs.rs:12715:72: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2212]
src/guestfs.rs:12715:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2213]
src/guestfs.rs:12734:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2214]
src/guestfs.rs:12751:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2215]
src/guestfs.rs:12754:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2216]
src/guestfs.rs:12754:74: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2217]
src/guestfs.rs:12754:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2218]
src/guestfs.rs:12775:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2219]
src/guestfs.rs:12775:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2220]
src/guestfs.rs:12775:96: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2221]
src/guestfs.rs:12790:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2222]
src/guestfs.rs:12804:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2223]
src/guestfs.rs:12804:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2224]
src/guestfs.rs:12820:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2225]
src/guestfs.rs:12820:83: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2226]
src/guestfs.rs:12820:111: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2227]
src/guestfs.rs:12836:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2228]
src/guestfs.rs:12836:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2229]
src/guestfs.rs:12852:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2230]
src/guestfs.rs:12852:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2231]
src/guestfs.rs:12852:93: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2232]
src/guestfs.rs:12869:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2233]
src/guestfs.rs:12869:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2234]
src/guestfs.rs:12869:96: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2235]
src/guestfs.rs:12884:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2236]
src/guestfs.rs:12901:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2237]
src/guestfs.rs:12901:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2238]
src/guestfs.rs:12916:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2239]
src/guestfs.rs:12916:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2240]
src/guestfs.rs:12930:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2241]
src/guestfs.rs:12979:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2242]
src/guestfs.rs:12982:57: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2243]
src/guestfs.rs:12982:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2244]
src/guestfs.rs:12996:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2245]
src/guestfs.rs:13010:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2246]
src/guestfs.rs:13010:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2247]
src/guestfs.rs:13024:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2248]
src/guestfs.rs:13037:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2249]
src/guestfs.rs:13080:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2250]
src/guestfs.rs:13096:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2251]
src/guestfs.rs:13099:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2252]
src/guestfs.rs:13099:73: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2253]
src/guestfs.rs:13099:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2254]
src/guestfs.rs:13129:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2255]
src/guestfs.rs:13133:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2256]
src/guestfs.rs:13133:77: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2257]
src/guestfs.rs:13133:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2258]
src/guestfs.rs:13149:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2259]
src/guestfs.rs:13166:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2260]
src/guestfs.rs:13183:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2261]
src/guestfs.rs:13196:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2262]
src/guestfs.rs:13209:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2263]
src/guestfs.rs:13222:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2264]
src/guestfs.rs:13235:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2265]
src/guestfs.rs:13252:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2266]
src/guestfs.rs:13268:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2267]
src/guestfs.rs:13268:84: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2268]
src/guestfs.rs:13268:106: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2269]
src/guestfs.rs:13285:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2270]
src/guestfs.rs:13285:85: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2271]
src/guestfs.rs:13285:107: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2272]
src/guestfs.rs:13302:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2273]
src/guestfs.rs:13302:85: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2274]
src/guestfs.rs:13302:107: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2275]
src/guestfs.rs:13317:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2276]
src/guestfs.rs:13331:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2277]
src/guestfs.rs:13331:88: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2278]
src/guestfs.rs:13346:67: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2279]
src/guestfs.rs:13346:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2280]
src/guestfs.rs:13360:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2281]
src/guestfs.rs:13375:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2282]
src/guestfs.rs:13375:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2283]
src/guestfs.rs:13391:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2284]
src/guestfs.rs:13391:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2285]
src/guestfs.rs:13404:44: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2286]
src/guestfs.rs:13408:58: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2287]
src/guestfs.rs:13408:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2288]
src/guestfs.rs:13423:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2289]
src/guestfs.rs:13436:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2290]
src/guestfs.rs:13449:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2291]
src/guestfs.rs:13462:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2292]
src/guestfs.rs:13475:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2293]
src/guestfs.rs:13490:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2294]
src/guestfs.rs:13490:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2295]
src/guestfs.rs:13506:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2296]
src/guestfs.rs:13521:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2297]
src/guestfs.rs:13521:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2298]
src/guestfs.rs:13536:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2299]
src/guestfs.rs:13536:71: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2300]
src/guestfs.rs:13550:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2301]
src/guestfs.rs:13564:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2302]
src/guestfs.rs:13581:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2303]
src/guestfs.rs:13595:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2304]
src/guestfs.rs:13595:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2305]
src/guestfs.rs:13611:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2306]
src/guestfs.rs:13611:80: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2307]
src/guestfs.rs:13627:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2308]
src/guestfs.rs:13653:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2309]
src/guestfs.rs:13653:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2310]
src/guestfs.rs:13669:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2311]
src/guestfs.rs:13669:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2312]
src/guestfs.rs:13669:104: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2313]
src/guestfs.rs:13685:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2314]
src/guestfs.rs:13685:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2315]
src/guestfs.rs:13702:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2316]
src/guestfs.rs:13702:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2317]
src/guestfs.rs:13702:98: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2318]
src/guestfs.rs:13702:123: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2319]
src/guestfs.rs:13718:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2320]
src/guestfs.rs:13734:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2321]
src/guestfs.rs:13781:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2322]
src/guestfs.rs:13781:64: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2323]
src/guestfs.rs:13807:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2324]
src/guestfs.rs:13821:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2325]
src/guestfs.rs:13821:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2326]
src/guestfs.rs:13836:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2327]
src/guestfs.rs:13836:81: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2328]
src/guestfs.rs:13852:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2329]
src/guestfs.rs:13852:83: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2330]
src/guestfs.rs:13858:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2331]
src/guestfs.rs:13868:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2332]
src/guestfs.rs:13873:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2333]
src/guestfs.rs:13883:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2334]
src/guestfs.rs:13888:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2335]
src/guestfs.rs:13897:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2336]
src/guestfs.rs:13920:52: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2337]
src/guestfs.rs:13923:65: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2338]
src/guestfs.rs:13923:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2339]
src/guestfs.rs:13938:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2340]
src/guestfs.rs:13938:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2341]
src/guestfs.rs:13952:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2342]
src/guestfs.rs:13966:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2343]
src/guestfs.rs:13966:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2344]
src/guestfs.rs:13980:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2345]
src/guestfs.rs:13993:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2346]
src/guestfs.rs:14006:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2347]
src/guestfs.rs:14022:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2348]
src/guestfs.rs:14035:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2349]
src/guestfs.rs:14051:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2350]
src/guestfs.rs:14067:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2351]
src/guestfs.rs:14080:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2352]
src/guestfs.rs:14096:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2353]
src/guestfs.rs:14112:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2354]
src/guestfs.rs:14129:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2355]
src/guestfs.rs:14129:74: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2356]
src/guestfs.rs:14143:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2357]
src/guestfs.rs:14160:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2358]
src/guestfs.rs:14174:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2359]
src/guestfs.rs:14188:61: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2360]
src/guestfs.rs:14188:83: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2361]
src/guestfs.rs:14202:68: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2362]
src/guestfs.rs:14215:66: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2363]
src/guestfs.rs:14229:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2364]
src/guestfs.rs:14229:91: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2365]
src/guestfs.rs:14244:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2366]
src/guestfs.rs:14244:91: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2367]
src/guestfs.rs:14258:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2368]
src/guestfs.rs:14272:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2369]
src/guestfs.rs:14272:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2370]
src/guestfs.rs:14286:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2371]
src/guestfs.rs:14302:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2372]
src/guestfs.rs:14327:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2373]
src/guestfs.rs:14345:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2374]
src/guestfs.rs:14362:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2375]
src/guestfs.rs:14386:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2376]
src/guestfs.rs:14399:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2377]
src/guestfs.rs:14412:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2378]
src/guestfs.rs:14425:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2379]
src/guestfs.rs:14468:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2380]
src/guestfs.rs:14486:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2381]
src/guestfs.rs:14486:69: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2382]
src/guestfs.rs:14502:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2383]
src/guestfs.rs:14502:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2384]
src/guestfs.rs:14517:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2385]
src/guestfs.rs:14534:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2386]
src/guestfs.rs:14551:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2387]
src/guestfs.rs:14568:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2388]
src/guestfs.rs:14584:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2389]
src/guestfs.rs:14587:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2390]
src/guestfs.rs:14587:75: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2391]
src/guestfs.rs:14587:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2392]
src/guestfs.rs:14606:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2393]
src/guestfs.rs:14623:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2394]
src/guestfs.rs:14628:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2395]
src/guestfs.rs:14637:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2396]
src/guestfs.rs:14651:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2397]
src/guestfs.rs:14651:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2398]
src/guestfs.rs:14666:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2399]
src/guestfs.rs:14666:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2400]
src/guestfs.rs:14680:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2401]
src/guestfs.rs:14693:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2402]
src/guestfs.rs:14706:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2403]
src/guestfs.rs:14719:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2404]
src/guestfs.rs:14732:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2405]
src/guestfs.rs:14745:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2406]
src/guestfs.rs:14758:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2407]
src/guestfs.rs:14771:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2408]
src/guestfs.rs:14786:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2409]
src/guestfs.rs:14786:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2410]
src/guestfs.rs:14792:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2411]
src/guestfs.rs:14803:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2412]
src/guestfs.rs:14803:78: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2413]
src/guestfs.rs:14809:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2414]
src/guestfs.rs:14820:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2415]
src/guestfs.rs:14820:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2416]
src/guestfs.rs:14826:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2417]
src/guestfs.rs:14835:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2418]
src/guestfs.rs:14848:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2419]
src/guestfs.rs:14861:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2420]
src/guestfs.rs:14876:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2421]
src/guestfs.rs:14876:87: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2422]
src/guestfs.rs:14882:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2423]
src/guestfs.rs:14889:35: warning: redundant closure
Error: CLIPPY_WARNING: [#def2424]
src/guestfs.rs:14905:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2425]
src/guestfs.rs:14930:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2426]
src/guestfs.rs:14944:62: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2427]
src/guestfs.rs:14944:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2428]
src/guestfs.rs:14957:46: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2429]
src/guestfs.rs:14960:63: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2430]
src/guestfs.rs:14960:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2431]
src/guestfs.rs:14972:39: warning: redundant closure
Error: CLIPPY_WARNING: [#def2432]
src/guestfs.rs:15002:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2433]
src/guestfs.rs:15002:79: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2434]
src/guestfs.rs:15008:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2435]
src/guestfs.rs:15017:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2436]
src/guestfs.rs:15031:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2437]
src/guestfs.rs:15031:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2438]
src/guestfs.rs:15046:53: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2439]
src/guestfs.rs:15046:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2440]
src/guestfs.rs:15060:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2441]
src/guestfs.rs:15073:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2442]
src/guestfs.rs:15087:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2443]
src/guestfs.rs:15087:77: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2444]
src/guestfs.rs:15102:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2445]
src/guestfs.rs:15114:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2446]
src/guestfs.rs:15117:76: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2447]
src/guestfs.rs:15117:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2448]
src/guestfs.rs:15152:43: warning: redundant closure
Error: CLIPPY_WARNING: [#def2449]
src/guestfs.rs:15180:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2450]
src/guestfs.rs:15191:27: warning: redundant closure
Error: CLIPPY_WARNING: [#def2451]
src/guestfs.rs:15240:35: warning: redundant closure
Error: CLIPPY_WARNING: [#def2452]
src/guestfs.rs:15269:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2453]
src/guestfs.rs:15269:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2454]
src/guestfs.rs:15283:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2455]
src/guestfs.rs:15308:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2456]
src/guestfs.rs:15323:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2457]
src/guestfs.rs:15323:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2458]
src/guestfs.rs:15323:99: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2459]
src/guestfs.rs:15338:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2460]
src/guestfs.rs:15341:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2461]
src/guestfs.rs:15341:93: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2462]
src/guestfs.rs:15341:93: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2463]
src/guestfs.rs:15356:40: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
Error: CLIPPY_WARNING: [#def2464]
src/guestfs.rs:15359:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2465]
src/guestfs.rs:15359:72: warning: casting raw pointers to the same type and constness is unnecessary (`*const *const i8` -> `*const *const i8`)
Error: CLIPPY_WARNING: [#def2466]
src/guestfs.rs:15359:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2467]
src/guestfs.rs:15375:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2468]
src/guestfs.rs:15375:104: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2469]
src/guestfs.rs:15389:63: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2470]
src/guestfs.rs:15405:65: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2471]
src/guestfs.rs:15421:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2472]
src/guestfs.rs:15437:45: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2473]
src/guestfs.rs:15453:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2474]
src/guestfs.rs:15471:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2475]
src/guestfs.rs:15471:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2476]
src/guestfs.rs:15507:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2477]
src/guestfs.rs:15524:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2478]
src/guestfs.rs:15541:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2479]
src/guestfs.rs:15558:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2480]
src/guestfs.rs:15576:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2481]
src/guestfs.rs:15576:76: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2482]
src/guestfs.rs:15594:57: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2483]
src/guestfs.rs:15607:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2484]
src/guestfs.rs:15620:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2485]
src/guestfs.rs:15633:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2486]
src/guestfs.rs:15646:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2487]
src/guestfs.rs:15659:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2488]
src/guestfs.rs:15672:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2489]
src/guestfs.rs:15685:54: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2490]
src/guestfs.rs:15710:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2491]
src/guestfs.rs:15724:47: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2492]
src/guestfs.rs:15741:58: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2493]
src/guestfs.rs:15760:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2494]
src/guestfs.rs:15760:82: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2495]
src/guestfs.rs:15777:60: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2496]
src/guestfs.rs:15777:85: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2497]
src/guestfs.rs:15793:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2498]
src/guestfs.rs:15793:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2499]
src/guestfs.rs:15808:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2500]
src/guestfs.rs:15808:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2501]
src/guestfs.rs:15822:48: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2502]
src/guestfs.rs:15835:51: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2503]
src/guestfs.rs:15848:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2504]
src/guestfs.rs:15862:55: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2505]
src/guestfs.rs:15876:52: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2506]
src/guestfs.rs:15894:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2507]
src/guestfs.rs:15894:72: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2508]
src/guestfs.rs:15909:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2509]
src/guestfs.rs:15909:75: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2510]
src/guestfs.rs:15935:59: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2511]
src/guestfs.rs:15940:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2512]
src/guestfs.rs:15964:9: warning: call to `std::mem::drop` with a value that does not implement `Drop`. Dropping such a type only extends its contained lifetimes
Error: CLIPPY_WARNING: [#def2513]
src/guestfs.rs:15974:49: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2514]
src/guestfs.rs:15974:73: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2515]
src/guestfs.rs:15989:56: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2516]
src/guestfs.rs:15989:80: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2517]
src/guestfs.rs:16014:50: warning: this expression borrows a value the compiler would automatically borrow
Error: CLIPPY_WARNING: [#def2518]
src/guestfs.rs:16057:52: warning: this expression borrows a value the compiler would automatically borrow
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-64.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 | libguestfs-1.55.9-1.fc43 |
store-results-to | /tmp/tmpn6t8nl8q/libguestfs-1.55.9-1.fc43.tar.xz |
time-created | 2025-04-25 14:09:37 |
time-finished | 2025-04-25 14:20:23 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpn6t8nl8q/libguestfs-1.55.9-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpn6t8nl8q/libguestfs-1.55.9-1.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |