Task #1672 - msgraph-0.2.1-1.fc40/scan-results.err
back to task #1672download
Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/redhat-linux-build/tmp-introspectsky5x89l/Msg-0.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/redhat-linux-build/tmp-introspectsky5x89l/Msg-0.c:799:27: warning[core.NullDereference]: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error') Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/contact/msg-contact-service.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/contact/msg-contact-service.c:87:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 85| return NULL; # 86| # 87|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 88| if (local_error) { # 89| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/contact/msg-contact-service.c:177:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 175| } # 176| # 177|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 178| if (local_error) { # 179| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/contact/msg-contact-service.c:220:3: warning[deadcode.DeadStores]: Value stored to 'response' is never read # 218| url = g_strconcat (MSG_API_ENDPOINT, "/me/contacts/", msg_contact_get_id (contact), NULL); # 219| message = msg_service_build_message (MSG_SERVICE (self), "DELETE", url, NULL, FALSE); # 220|-> response = msg_service_send_and_read (MSG_SERVICE (self), message, cancellable, &local_error); # 221| if (local_error) { # 222| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-item.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:100:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 98| } # 99| # 100|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 101| if (local_error) { # 102| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:172:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 170| } # 171| # 172|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 173| if (local_error) { # 174| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:280:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 278| } # 279| # 280|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 281| if (local_error) { # 282| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:375:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 373| } # 374| # 375|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 376| if (local_error) { # 377| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:488:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 486| } # 487| # 488|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 489| if (local_error != NULL) { # 490| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:610:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 608| } # 609| # 610|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 611| if (local_error) { # 612| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:691:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 689| } # 690| # 691|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 692| if (local_error) { # 693| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:760:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 758| } # 759| # 760|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 761| if (local_error) { # 762| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive-service.c:819:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 817| } # 818| # 819|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 820| if (local_error) { # 821| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/drive/msg-drive.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/message/msg-message-service.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/message/msg-message-service.c:90:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 88| } # 89| # 90|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 91| if (local_error) { # 92| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/message/msg-message-service.c:164:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 162| } # 163| # 164|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 165| if (local_error) { # 166| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/message/msg-message-service.c:259:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 257| } # 258| # 259|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 260| if (local_error) { # 261| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/message/msg-message-service.c:302:3: warning[deadcode.DeadStores]: Value stored to 'response' is never read # 300| url = g_strconcat (MSG_API_ENDPOINT, "/me/messages/", msg_message_get_id (message), NULL); # 301| soup_message = msg_service_build_message (MSG_SERVICE (self), "DELETE", url, NULL, FALSE); # 302|-> response = msg_service_send_and_read (MSG_SERVICE (self), soup_message, cancellable, &local_error); # 303| if (local_error) { # 304| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/message/msg-message-service.c:369:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 367| } # 368| # 369|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 370| if (local_error) { # 371| g_propagate_error (error, g_steal_pointer (&local_error)); Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/msg-input-stream.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/msg-oauth2-authorizer.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/src/user/msg-user-service.c:91:3: warning[deadcode.DeadStores]: Value stored to 'parser' is never read # 89| } # 90| # 91|-> parser = msg_service_parse_response (response, &root_object, &local_error); # 92| if (local_error) { # 93| g_propagate_error (error, local_error); Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/tests/common.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING (CWE-120): msgraph-0.2.1-build/msgraph-0.2.1/tests/common.c:32: error[invalidScanfFormatWidth]: Width 200 given in format string (no. 1) is larger than destination buffer 'verifier[200]', use %199s to prevent overflowing it. # 30| g_print ("Please navigate to the following URI and grant access: %s\n", authentication_uri); # 31| g_print ("Enter verifier (EOF to skip test): "); # 32|-> if (scanf ("%200s", verifier) != 1) { # 33| /* Skip the test */ # 34| g_test_message ("Skipping test on user request."); Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/tests/contact.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: msgraph-0.2.1-build/msgraph-0.2.1/tests/message.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.