libsoup3-3.6.5-8.fc44
List of Findings
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1]
libsoup-3.6.5/examples/simple-httpd.c:183:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(path, "w")’
libsoup-3.6.5/examples/simple-httpd.c:177:13: acquire_resource: opened here
libsoup-3.6.5/examples/simple-httpd.c:178:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/examples/simple-httpd.c:183:24: branch_false: ...to here
libsoup-3.6.5/examples/simple-httpd.c:183:24: throw: if ‘soup_server_message_get_request_body’ throws an exception...
libsoup-3.6.5/examples/simple-httpd.c:183:24: danger: ‘fopen(path, "w")’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2]
libsoup-3.6.5/examples/simple-httpd.c:183:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(path, "w")’
libsoup-3.6.5/examples/simple-httpd.c:177:13: acquire_memory: allocated here
libsoup-3.6.5/examples/simple-httpd.c:178:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/examples/simple-httpd.c:183:24: branch_false: ...to here
libsoup-3.6.5/examples/simple-httpd.c:183:24: throw: if ‘soup_server_message_get_request_body’ throws an exception...
libsoup-3.6.5/examples/simple-httpd.c:183:24: danger: ‘fopen(path, "w")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-479): [#def3]
libsoup-3.6.5/examples/simple-httpd.c:229:9: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘exit’ from within signal handler
libsoup-3.6.5/examples/simple-httpd.c:249:1: enter_function: entry to ‘main’
libsoup-3.6.5/examples/simple-httpd.c:261:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/examples/simple-httpd.c:268:13: branch_false: ...to here
libsoup-3.6.5/examples/simple-httpd.c:268:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/examples/simple-httpd.c:273:9: branch_false: ...to here
libsoup-3.6.5/examples/simple-httpd.c:226:1: enter_function: entry to ‘quit’
libsoup-3.6.5/examples/simple-httpd.c:229:9: danger: call to ‘exit’ from within signal handler
Error: GCC_ANALYZER_WARNING (CWE-479): [#def4]
libsoup-3.6.5/examples/simple-proxy.c:382:9: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘exit’ from within signal handler
libsoup-3.6.5/examples/simple-proxy.c:399:1: enter_function: entry to ‘main’
libsoup-3.6.5/examples/simple-proxy.c:409:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/examples/simple-proxy.c:417:13: branch_false: ...to here
libsoup-3.6.5/examples/simple-proxy.c:417:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/examples/simple-proxy.c:422:9: branch_false: ...to here
libsoup-3.6.5/examples/simple-proxy.c:379:1: enter_function: entry to ‘quit’
libsoup-3.6.5/examples/simple-proxy.c:382:9: danger: call to ‘exit’ from within signal handler
Error: GCC_ANALYZER_WARNING (CWE-688): [#def5]
libsoup-3.6.5/libsoup/auth/soup-auth-basic.c:80:13: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
libsoup-3.6.5/libsoup/auth/soup-auth-basic.c:73:1: enter_function: entry to ‘soup_auth_basic_get_protection_space’
libsoup-3.6.5/libsoup/auth/soup-auth-basic.c:80:13: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def6]
libsoup-3.6.5/libsoup/auth/soup-auth-digest.c:253:58: warning[-Wanalyzer-null-argument]: use of NULL ‘username’ where non-null expected
libsoup-3.6.5/libsoup/auth/soup-auth-digest.c:306:1: enter_function: entry to ‘soup_auth_digest_authenticate’
libsoup-3.6.5/libsoup/auth/soup-auth-digest.c:324:9: release_memory: ‘username’ is NULL
libsoup-3.6.5/libsoup/auth/soup-auth-digest.c:327:9: call_function: calling ‘soup_auth_digest_compute_hex_urp’ from ‘soup_auth_digest_authenticate’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def7]
libsoup-3.6.5/libsoup/auth/soup-auth.c:280:55: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
libsoup-3.6.5/libsoup/auth/soup-auth.c:254:1: enter_function: entry to ‘soup_auth_new’
libsoup-3.6.5/libsoup/auth/soup-auth.c:263:9: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/auth/soup-auth.c:264:9: branch_true: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:264:9: branch_true: following ‘true’ branch (when ‘auth_header’ is non-NULL)...
libsoup-3.6.5/libsoup/auth/soup-auth.c:266:15: branch_true: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:267:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/auth/soup-auth.c:270:21: branch_false: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:279:18: call_function: calling ‘soup_auth_get_scheme_name’ from ‘soup_auth_new’
libsoup-3.6.5/libsoup/auth/soup-auth.c:279:18: return_function: returning to ‘soup_auth_new’ from ‘soup_auth_get_scheme_name’
libsoup-3.6.5/libsoup/auth/soup-auth.c:280:55: danger: argument 1 (‘soup_auth_get_scheme_name(g_object_new(type, "is-for-proxy", (int)(soup_message_get_status(msg) == SOUP_STATUS_PROXY_AUTHENTICATION_REQUIRED), "authority", g_strdup_printf("%s:%d", g_uri_get_host(soup_message_get_uri_for_auth(msg)), g_uri_get_port(<unknown>)), 0))’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def8]
libsoup-3.6.5/libsoup/auth/soup-auth.c:330:55: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
libsoup-3.6.5/libsoup/auth/soup-auth.c:315:1: enter_function: entry to ‘soup_auth_update’
libsoup-3.6.5/libsoup/auth/soup-auth.c:322:9: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/auth/soup-auth.c:323:9: branch_true: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:323:9: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/auth/soup-auth.c:324:9: branch_true: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:324:9: branch_true: following ‘true’ branch (when ‘auth_header’ is non-NULL)...
libsoup-3.6.5/libsoup/auth/soup-auth.c:326:13: branch_true: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:326:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/auth/soup-auth.c:329:18: branch_false: ...to here
libsoup-3.6.5/libsoup/auth/soup-auth.c:329:18: call_function: calling ‘soup_auth_get_scheme_name’ from ‘soup_auth_update’
libsoup-3.6.5/libsoup/auth/soup-auth.c:329:18: return_function: returning to ‘soup_auth_update’ from ‘soup_auth_get_scheme_name’
libsoup-3.6.5/libsoup/auth/soup-auth.c:330:55: danger: argument 1 (‘soup_auth_get_scheme_name(auth)’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-476): [#def9]
libsoup-3.6.5/libsoup/cache/soup-cache.c:1163: warning[nullPointer]: Possible null pointer dereference: item
Error: GCC_ANALYZER_WARNING (CWE-775): [#def10]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:262:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:320:1: enter_function: entry to ‘soup_cookie_jar_text_changed’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_resource: opened here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:20: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: call_function: calling ‘write_cookie’ from ‘soup_cookie_jar_text_changed’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def11]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:262:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:320:1: enter_function: entry to ‘soup_cookie_jar_text_changed’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_memory: allocated here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:20: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: call_function: calling ‘write_cookie’ from ‘soup_cookie_jar_text_changed’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def12]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:264:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:320:1: enter_function: entry to ‘soup_cookie_jar_text_changed’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_resource: opened here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:20: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: call_function: calling ‘write_cookie’ from ‘soup_cookie_jar_text_changed’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:264:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:320:1: enter_function: entry to ‘soup_cookie_jar_text_changed’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_memory: allocated here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:20: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: call_function: calling ‘write_cookie’ from ‘soup_cookie_jar_text_changed’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def14]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:270:26: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:320:1: enter_function: entry to ‘soup_cookie_jar_text_changed’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_resource: opened here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:20: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: call_function: calling ‘write_cookie’ from ‘soup_cookie_jar_text_changed’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def15]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:270:26: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:320:1: enter_function: entry to ‘soup_cookie_jar_text_changed’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_memory: allocated here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:20: branch_true: following ‘true’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:361:25: call_function: calling ‘write_cookie’ from ‘soup_cookie_jar_text_changed’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def16]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:295:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "w")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:277:1: enter_function: entry to ‘delete_cookie’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:285:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:288:13: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:288:13: acquire_resource: opened here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:289:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:294:9: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:308:13: call_function: calling ‘parse_cookie’ from ‘delete_cookie’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:295:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "w")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:277:1: enter_function: entry to ‘delete_cookie’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:285:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:288:13: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:288:13: acquire_memory: allocated here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:289:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:294:9: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:308:13: call_function: calling ‘parse_cookie’ from ‘delete_cookie’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def18]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_resource: opened here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:21: throw: if ‘soup_cookie_get_expires’ throws an exception...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:21: danger: ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’ leaks here; was opened at [(5)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def19]
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:338:12: branch_false: following ‘false’ branch (when ‘old_cookie’ is NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:341:12: branch_true: following ‘true’ branch (when ‘new_cookie’ is non-NULL)...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:344:35: branch_true: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:347:23: acquire_memory: allocated here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:348:20: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:353:20: branch_false: ...to here
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:21: throw: if ‘soup_cookie_get_expires’ throws an exception...
libsoup-3.6.5/libsoup/cookies/soup-cookie-jar-text.c:360:21: danger: ‘fopen(*(SoupCookieJarTextPrivate *)<unknown>.filename, "a")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-457): [#def20]
libsoup-3.6.5/libsoup/http1/soup-message-io-data.c:165: error[legacyUninitvar]: Uninitialized variable: stream
Error: CPPCHECK_WARNING (CWE-457): [#def21]
libsoup-3.6.5/libsoup/http1/soup-message-io-data.c:175: error[legacyUninitvar]: Uninitialized variable: stream
Error: GCC_ANALYZER_WARNING (CWE-404): [#def22]
libsoup-3.6.5/libsoup/http2/soup-client-message-io-http2.c:183:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/http2/soup-client-message-io-http2.c:1121:1: enter_function: entry to ‘on_data_readable’
libsoup-3.6.5/libsoup/http2/soup-client-message-io-http2.c:1126:9: call_function: calling ‘h2_debug’ from ‘on_data_readable’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def23]
libsoup-3.6.5/libsoup/server/http2/soup-server-message-io-http2.c:92:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/http2/soup-server-message-io-http2.c:88:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/server/http2/soup-server-message-io-http2.c:91:9: branch_false: ...to here
libsoup-3.6.5/libsoup/server/http2/soup-server-message-io-http2.c:91:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/http2/soup-server-message-io-http2.c:92:19: throw: if ‘g_strdup_vprintf’ throws an exception...
libsoup-3.6.5/libsoup/server/http2/soup-server-message-io-http2.c:92:19: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def24]
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:49:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:126:1: enter_function: entry to ‘soup_auth_domain_basic_new’
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:131:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:132:36: call_function: calling ‘soup_auth_domain_basic_get_type’ from ‘soup_auth_domain_basic_new’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def25]
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:132:36: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:131:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:132:36: throw: if ‘g_object_new_valist’ throws an exception...
libsoup-3.6.5/libsoup/server/soup-auth-domain-basic.c:132:36: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:53:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:130:1: enter_function: entry to ‘soup_auth_domain_digest_new’
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:135:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:136:36: call_function: calling ‘soup_auth_domain_digest_get_type’ from ‘soup_auth_domain_digest_new’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def27]
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:136:36: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:135:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:136:36: throw: if ‘g_object_new_valist’ throws an exception...
libsoup-3.6.5/libsoup/server/soup-auth-domain-digest.c:136:36: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def28]
libsoup-3.6.5/libsoup/server/soup-path-map.c:140:31: warning[-Wanalyzer-null-argument]: use of NULL ‘path’ where non-null expected
libsoup-3.6.5/libsoup/server/soup-path-map.c:127:1: enter_function: entry to ‘soup_path_map_add’
libsoup-3.6.5/libsoup/server/soup-path-map.c:132:13: call_function: calling ‘mapping_lookup’ from ‘soup_path_map_add’
libsoup-3.6.5/libsoup/server/soup-path-map.c:132:13: return_function: returning to ‘soup_path_map_add’ from ‘mapping_lookup’
libsoup-3.6.5/libsoup/server/soup-path-map.c:132:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/server/soup-path-map.c:139:32: call_function: inlined call to ‘g_strdup_inline’ from ‘soup_path_map_add’
libsoup-3.6.5/libsoup/server/soup-path-map.c:139:17: release_memory: ‘path’ is NULL
libsoup-3.6.5/libsoup/server/soup-path-map.c:140:31: danger: argument 1 (‘path’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-404): [#def29]
libsoup-3.6.5/libsoup/server/soup-server.c:189:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/soup-server.c:560:1: enter_function: entry to ‘soup_server_new’
libsoup-3.6.5/libsoup/server/soup-server.c:565:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/soup-server.c:566:32: call_function: calling ‘soup_server_get_type’ from ‘soup_server_new’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def30]
libsoup-3.6.5/libsoup/server/soup-server.c:566:32: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/server/soup-server.c:565:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/server/soup-server.c:566:32: throw: if ‘g_object_new_valist’ throws an exception...
libsoup-3.6.5/libsoup/server/soup-server.c:566:32: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def31]
libsoup-3.6.5/libsoup/soup-form.c:203:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/soup-form.c:243:1: enter_function: entry to ‘soup_form_encode’
libsoup-3.6.5/libsoup/soup-form.c:248:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/soup-form.c:249:19: call_function: calling ‘soup_form_encode_valist’ from ‘soup_form_encode’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def32]
libsoup-3.6.5/libsoup/soup-form.c:334:24: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/soup-form.c:243:1: enter_function: entry to ‘soup_form_encode’
libsoup-3.6.5/libsoup/soup-form.c:248:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/soup-form.c:249:19: call_function: calling ‘soup_form_encode_valist’ from ‘soup_form_encode’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def33]
libsoup-3.6.5/libsoup/soup-logger.c:576:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/soup-logger.c:575:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/soup-logger.c:576:16: throw: if ‘g_strdup_vprintf’ throws an exception...
libsoup-3.6.5/libsoup/soup-logger.c:576:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def34]
libsoup-3.6.5/libsoup/soup-logger.c:616:13: warning[-Wanalyzer-null-argument]: use of NULL ‘decoded’ where non-null expected
libsoup-3.6.5/libsoup/soup-logger.c:597:1: enter_function: entry to ‘soup_logger_print_basic_auth’
libsoup-3.6.5/libsoup/soup-logger.c:603:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/soup-logger.c:615:27: call_function: inlined call to ‘g_strdup_inline’ from ‘soup_logger_print_basic_auth’
libsoup-3.6.5/libsoup/soup-logger.c:616:13: danger: argument 1 (‘decoded’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-758): [#def35]
libsoup-3.6.5/libsoup/soup-message-headers.c:1353: warning[objectIndex]: The address of variable 'range' might be accessed at non-zero index.
Error: GCC_ANALYZER_WARNING (CWE-404): [#def36]
libsoup-3.6.5/libsoup/soup-session.c:117:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/soup-session.c:539:1: enter_function: entry to ‘soup_session_new_with_options’
libsoup-3.6.5/libsoup/soup-session.c:545:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/soup-session.c:546:34: call_function: calling ‘soup_session_get_type’ from ‘soup_session_new_with_options’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def37]
libsoup-3.6.5/libsoup/soup-session.c:546:34: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/soup-session.c:545:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/soup-session.c:546:34: throw: if ‘g_object_new_valist’ throws an exception...
libsoup-3.6.5/libsoup/soup-session.c:546:34: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def38]
libsoup-3.6.5/libsoup/soup-session.c:1162:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘item’
libsoup-3.6.5/libsoup/soup-session.c:1934:1: enter_function: entry to ‘soup_session_requeue_message’
libsoup-3.6.5/libsoup/soup-session.c:1937:38: call_function: inlined call to ‘soup_session_lookup_queue_item’ from ‘soup_session_requeue_message’
libsoup-3.6.5/libsoup/soup-session.c:1937:38: call_function: inlined call to ‘soup_session_lookup_queue_item’ from ‘soup_session_requeue_message’
libsoup-3.6.5/libsoup/soup-session.c:1939:9: call_function: calling ‘soup_session_requeue_item’ from ‘soup_session_requeue_message’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def39]
libsoup-3.6.5/libsoup/soup-session.c:1291:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/libsoup/soup-session.c:1287:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/libsoup/soup-session.c:1290:9: branch_false: ...to here
libsoup-3.6.5/libsoup/soup-session.c:1290:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/libsoup/soup-session.c:1291:19: throw: if ‘g_strdup_vprintf’ throws an exception...
libsoup-3.6.5/libsoup/soup-session.c:1291:19: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def40]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def44]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def48]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def52]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def54]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def56]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def60]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:599:1: enter_function: entry to ‘dump_error_quark’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_true: following ‘true’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:685:25: branch_true: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_true: following ‘true’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:685:25: branch_true: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def67]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_true: following ‘true’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:685:25: branch_true: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_true: following ‘true’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:685:25: branch_true: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def70]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_resource: opened here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:645:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:654:15: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:658:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:669:11: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:670:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:682:12: acquire_memory: allocated here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:683:6: branch_false: following ‘false’ branch...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: branch_false: ...to here
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsoup-3.6.5/redhat-linux-build/tmp-introspectnvlhfc6c/Soup-3.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def73]
libsoup-3.6.5/tests/cache-test.c:170:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/tests/cache-test.c:167:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/tests/cache-test.c:168:16: branch_true: following ‘true’ branch (when ‘header’ is non-NULL)...
libsoup-3.6.5/tests/cache-test.c:169:17: branch_true: ...to here
libsoup-3.6.5/tests/cache-test.c:170:17: throw: if ‘soup_message_get_request_headers’ throws an exception...
libsoup-3.6.5/tests/cache-test.c:170:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-823): [#def74]
libsoup-3.6.5/tests/header-parsing-test.c:1000: error[arrayIndexOutOfBounds]: Array 'qvaluetests[i].acceptable[7]' accessed at index 9998, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-823): [#def75]
libsoup-3.6.5/tests/header-parsing-test.c:1011: error[arrayIndexOutOfBounds]: Array 'qvaluetests[i].unacceptable[2]' accessed at index 9998, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-457): [#def76]
libsoup-3.6.5/tests/hsts-db-test.c:111: error[legacyUninitvar]: Uninitialized variable: new_uri
Error: CPPCHECK_WARNING (CWE-457): [#def77]
libsoup-3.6.5/tests/hsts-test.c:156: error[legacyUninitvar]: Uninitialized variable: new_uri
Error: GCC_ANALYZER_WARNING (CWE-688): [#def78]
libsoup-3.6.5/tests/logger-test.c:69:79: warning[-Wanalyzer-null-argument]: use of NULL ‘p’ where non-null expected
libsoup-3.6.5/tests/logger-test.c:44:12: branch_true: following ‘true’ branch (when ‘direction == 62’)...
libsoup-3.6.5/tests/logger-test.c:45:17: branch_true: ...to here
libsoup-3.6.5/tests/logger-test.c:53:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/tests/logger-test.c:57:21: branch_false: ...to here
libsoup-3.6.5/tests/logger-test.c:57:19: branch_false: following ‘false’ branch...
libsoup-3.6.5/tests/logger-test.c:60:20: branch_false: ...to here
libsoup-3.6.5/tests/logger-test.c:60:19: branch_false: following ‘false’ branch...
libsoup-3.6.5/tests/logger-test.c:68:21: branch_false: ...to here
libsoup-3.6.5/tests/logger-test.c:69:79: danger: argument 1 (‘p’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-479): [#def79]
libsoup-3.6.5/tests/test-utils.c:62:9: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘exit’ from within signal handler
libsoup-3.6.5/tests/test-utils.c:66:1: enter_function: entry to ‘test_init’
libsoup-3.6.5/tests/test-utils.c:94:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/tests/test-utils.c:101:9: branch_false: ...to here
libsoup-3.6.5/tests/test-utils.c:55:1: enter_function: entry to ‘quit’
libsoup-3.6.5/tests/test-utils.c:62:9: danger: call to ‘exit’ from within signal handler
Error: GCC_ANALYZER_WARNING (CWE-404): [#def80]
libsoup-3.6.5/tests/test-utils.c:144:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/tests/test-utils.c:134:12: branch_false: following ‘false’ branch...
libsoup-3.6.5/tests/test-utils.c:139:13: branch_false: ...to here
libsoup-3.6.5/tests/test-utils.c:143:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/tests/test-utils.c:144:9: throw: if ‘g_vprintf’ throws an exception...
libsoup-3.6.5/tests/test-utils.c:144:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def81]
libsoup-3.6.5/tests/test-utils.c:286:34: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/tests/test-utils.c:285:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/tests/test-utils.c:286:34: throw: if ‘soup_session_get_type’ throws an exception...
libsoup-3.6.5/tests/test-utils.c:286:34: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def82]
libsoup-3.6.5/tests/test-utils.c:907:20: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsoup-3.6.5/tests/test-utils.c:905:9: acquire_resource: ‘va_start’ called here
libsoup-3.6.5/tests/test-utils.c:907:20: throw: if ‘g_test_get_dir’ throws an exception...
libsoup-3.6.5/tests/test-utils.c:907:20: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-99.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.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | libsoup3-3.6.5-8.fc44 |
| store-results-to | /tmp/tmp7ghgx63n/libsoup3-3.6.5-8.fc44.tar.xz |
| time-created | 2026-01-08 19:14:29 |
| time-finished | 2026-01-08 19:17:25 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp7ghgx63n/libsoup3-3.6.5-8.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp7ghgx63n/libsoup3-3.6.5-8.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |