Newly introduced findings

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1]
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3863:65: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘local_error’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3807:1: enter_function: entry to ‘e_book_meta_backend_process_changes_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3821:9: branch_false: following ‘false’ branch (when ‘meta_backend’ is non-NULL)...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3821:9: branch_false: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3823:22: call_function: calling ‘e_book_meta_backend_ref_cache’ from ‘e_book_meta_backend_process_changes_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3823:22: return_function: returning to ‘e_book_meta_backend_process_changes_sync’ from ‘e_book_meta_backend_ref_cache’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3824:9: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3827:24: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3842:50: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3843:39: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3845:25: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3847:21: branch_false: following ‘false’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3853:27: call_function: calling ‘ebmb_load_contact_wrapper_sync’ from ‘e_book_meta_backend_process_changes_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3853:27: return_function: returning to ‘e_book_meta_backend_process_changes_sync’ from ‘ebmb_load_contact_wrapper_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3855:20: branch_false: following ‘false’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3861:20: branch_false: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3861:20: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3861:33: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3861:33: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3861:21: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3862:28: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3862:28: branch_true: following ‘true’ branch (when ‘invalid_objects’ is NULL)...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3863:76: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3863:76: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3863:65: danger: dereference of NULL ‘local_error’
# 3861|   		if (!success && g_error_matches (local_error, E_CLIENT_ERROR, E_CLIENT_ERROR_INVALID_ARG)) {
# 3862|   			if (!invalid_objects) {
# 3863|-> 				invalid_objects = g_string_new (local_error->message);
# 3864|   			} else {
# 3865|   				g_string_append_c (invalid_objects, '\n');

Error: GCC_ANALYZER_WARNING (CWE-476): [#def2]
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3896:65: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘local_error’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3807:1: enter_function: entry to ‘e_book_meta_backend_process_changes_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3821:9: branch_false: following ‘false’ branch (when ‘meta_backend’ is non-NULL)...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3821:9: branch_false: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3823:22: call_function: calling ‘e_book_meta_backend_ref_cache’ from ‘e_book_meta_backend_process_changes_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3823:22: return_function: returning to ‘e_book_meta_backend_process_changes_sync’ from ‘e_book_meta_backend_ref_cache’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3824:9: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3827:24: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3878:49: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3879:39: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3881:25: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3883:20: branch_true: following ‘true’ branch (when ‘nfo’ is NULL)...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3883:20: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3878:49: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3879:39: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3881:25: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3883:21: branch_false: following ‘false’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3886:27: call_function: calling ‘ebmb_load_contact_wrapper_sync’ from ‘e_book_meta_backend_process_changes_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3886:27: return_function: returning to ‘e_book_meta_backend_process_changes_sync’ from ‘ebmb_load_contact_wrapper_sync’
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3888:20: branch_false: following ‘false’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3894:20: branch_false: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3894:20: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3894:33: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3894:33: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3894:21: branch_true: following ‘true’ branch...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3895:28: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3895:28: branch_true: following ‘true’ branch (when ‘invalid_objects’ is NULL)...
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3896:76: branch_true: ...to here
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3896:76: release_memory: ‘local_error’ is NULL
evolution-data-server-3.60.2/src/addressbook/libedata-book/e-book-meta-backend.c:3896:65: danger: dereference of NULL ‘local_error’
# 3894|   		if (!success && g_error_matches (local_error, E_CLIENT_ERROR, E_CLIENT_ERROR_INVALID_ARG)) {
# 3895|   			if (!invalid_objects) {
# 3896|-> 				invalid_objects = g_string_new (local_error->message);
# 3897|   			} else {
# 3898|   				g_string_append_c (invalid_objects, '\n');

Scan Properties

analyzer-version-clippy1.95.0
analyzer-version-cppcheck2.20.0
analyzer-version-gcc16.1.1
analyzer-version-gcc-analyzer16.1.1
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
diffbase-analyzer-version-clippy1.95.0
diffbase-analyzer-version-cppcheck2.20.0
diffbase-analyzer-version-gcc16.1.1
diffbase-analyzer-version-gcc-analyzer16.1.1
diffbase-analyzer-version-shellcheck0.11.0
diffbase-analyzer-version-unicontrol0.0.2
diffbase-enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
diffbase-exit-code0
diffbase-hostip-172-16-1-30.us-west-2.compute.internal
diffbase-known-false-positives/usr/share/csmock/known-false-positives.js
diffbase-known-false-positives-rpmknown-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch
diffbase-mock-configfedora-rawhide-x86_64
diffbase-project-nameevolution-data-server-3.60.0-1.fc44
diffbase-store-results-to/tmp/tmpw1jw90sk/evolution-data-server-3.60.0-1.fc44.tar.xz
diffbase-time-created2026-06-01 12:00:43
diffbase-time-finished2026-06-01 12:15:53
diffbase-toolcsmock
diffbase-tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'shellcheck,cppcheck,clippy,unicontrol,gcc' '-o' '/tmp/tmpw1jw90sk/evolution-data-server-3.60.0-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpw1jw90sk/evolution-data-server-3.60.0-1.fc44.src.rpm'
diffbase-tool-versioncsmock-3.8.5.20260529.133039.g6f3b5c6-1.el9
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-30.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-nameevolution-data-server-3.60.2-1.fc45
store-results-to/tmp/tmplobhlqww/evolution-data-server-3.60.2-1.fc45.tar.xz
time-created2026-06-01 12:16:09
time-finished2026-06-01 12:30:59
titleNewly introduced findings
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'shellcheck,cppcheck,clippy,unicontrol,gcc' '-o' '/tmp/tmplobhlqww/evolution-data-server-3.60.2-1.fc45.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmplobhlqww/evolution-data-server-3.60.2-1.fc45.src.rpm'
tool-versioncsmock-3.8.5.20260529.133039.g6f3b5c6-1.el9