libaccounts-glib-1.25-23.fc44

List of Findings

Error: COMPILER_WARNING (CWE-477): [#def1]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account-service.c: scope_hint: In function ‘ag_account_service_class_init’
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account-service.c:300:5: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
#  300 |     g_type_class_add_private (object_class, sizeof (AgAccountServicePrivate));
#      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account-service.h:33: included_from: Included from here.
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account-service.c:113: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 1503 | void     g_type_class_add_private       (gpointer                    g_class,
#      |          ^~~~~~~~~~~~~~~~~~~~~~~~
#  298|       GObjectClass* object_class = G_OBJECT_CLASS (klass);
#  299|   
#  300|->     g_type_class_add_private (object_class, sizeof (AgAccountServicePrivate));
#  301|   
#  302|       object_class->constructed = ag_account_service_constructed;

Error: COMPILER_WARNING (CWE-477): [#def2]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account-service.c:300:5: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
#  298|       GObjectClass* object_class = G_OBJECT_CLASS (klass);
#  299|   
#  300|->     g_type_class_add_private (object_class, sizeof (AgAccountServicePrivate));
#  301|   
#  302|       object_class->constructed = ag_account_service_constructed;

Error: COMPILER_WARNING: [#def3]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account-service.c:389:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
#  387|   ag_account_service_init(AgAccountService *self)
#  388|   {
#  389|->     self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, AG_TYPE_ACCOUNT_SERVICE,
#  390|                                                 AgAccountServicePrivate);
#  391|   }

Error: COMPILER_WARNING: [#def4]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account.c:823:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
#  821|   ag_account_init (AgAccount *account)
#  822|   {
#  823|->     account->priv = G_TYPE_INSTANCE_GET_PRIVATE (account, AG_TYPE_ACCOUNT,
#  824|                                                    AgAccountPrivate);
#  825|   }

Error: COMPILER_WARNING (CWE-843): [#def5]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account.c:997:9: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_ag_account_changes_free’ from incompatible pointer type
#  995|       {
#  996|           DEBUG_INFO ("Finalizing account with uncommitted changes!");
#  997|->         g_clear_pointer (&priv->services, _ag_account_changes_free);
#  998|       }
#  999|   

Error: COMPILER_WARNING (CWE-477): [#def6]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account.c: scope_hint: In function ‘ag_account_class_init’
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account.c:1008:5: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
# 1008 |     g_type_class_add_private (object_class, sizeof (AgAccountPrivate));
#      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 1503 | void     g_type_class_add_private       (gpointer                    g_class,
#      |          ^~~~~~~~~~~~~~~~~~~~~~~~
# 1006|       GObjectClass* object_class = G_OBJECT_CLASS (klass);
# 1007|   
# 1008|->     g_type_class_add_private (object_class, sizeof (AgAccountPrivate));
# 1009|   
# 1010|       object_class->get_property = ag_account_get_property;

Error: COMPILER_WARNING (CWE-477): [#def7]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-account.c:1008:5: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
# 1006|       GObjectClass* object_class = G_OBJECT_CLASS (klass);
# 1007|   
# 1008|->     g_type_class_add_private (object_class, sizeof (AgAccountPrivate));
# 1009|   
# 1010|       object_class->get_property = ag_account_get_property;

Error: COMPILER_WARNING: [#def8]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-manager.c:1506:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
# 1504|       AgManagerPrivate *priv;
# 1505|   
# 1506|->     manager->priv = G_TYPE_INSTANCE_GET_PRIVATE (manager, AG_TYPE_MANAGER,
# 1507|                                                    AgManagerPrivate);
# 1508|       priv = manager->priv;

Error: COMPILER_WARNING (CWE-477): [#def9]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-manager.c: scope_hint: In function ‘ag_manager_class_init’
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-manager.c:1694:5: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
# 1694 |     g_type_class_add_private (object_class, sizeof (AgManagerPrivate));
#      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 1503 | void     g_type_class_add_private       (gpointer                    g_class,
#      |          ^~~~~~~~~~~~~~~~~~~~~~~~
# 1692|       GObjectClass* object_class = G_OBJECT_CLASS (klass);
# 1693|   
# 1694|->     g_type_class_add_private (object_class, sizeof (AgManagerPrivate));
# 1695|   
# 1696|       klass->account_deleted = ag_manager_account_deleted;

Error: COMPILER_WARNING (CWE-477): [#def10]
libaccounts-glib-VERSION_1.25/libaccounts-glib/ag-manager.c:1694:5: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
# 1692|       GObjectClass* object_class = G_OBJECT_CLASS (klass);
# 1693|   
# 1694|->     g_type_class_add_private (object_class, sizeof (AgManagerPrivate));
# 1695|   
# 1696|       klass->account_deleted = ag_manager_account_deleted;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def11]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:497:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def12]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:497:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def13]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:500:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def14]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:500:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def15]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:502:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def16]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:502:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def17]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:505:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def18]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:505:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def19]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:507:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:507:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:464:13: enter_function: entry to ‘output_object_interfaces’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:469:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:470:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:474:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def21]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:540:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:540:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def23]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:543:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def24]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:543:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def25]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:545:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def26]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:545:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def27]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:548:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def28]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:548:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def29]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:550:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def30]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:550:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def31]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:555:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def32]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:555:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:515:13: enter_function: entry to ‘output_interface_prerequisites’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:519:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:520:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:524:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def33]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:583:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:560:1: enter_function: entry to ‘output_actions’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:565:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:566:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:571:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:583:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:560:1: enter_function: entry to ‘output_actions’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:565:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:566:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:571:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def35]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:586:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:560:1: enter_function: entry to ‘output_actions’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:565:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:566:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:571:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:586:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:560:1: enter_function: entry to ‘output_actions’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:565:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:566:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:571:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:572:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1129:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1129:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def39]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1130:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1130:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1134:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1134:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def43]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1137:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1137:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1138:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1138:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def47]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1143:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def48]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1143:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1149:23: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1149:23: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def51]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1156:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_resource: opened here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def52]
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:1156:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:625:1: enter_function: entry to ‘output_args’
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:630:8: acquire_memory: allocated here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:631:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:636:15: branch_true: following ‘true’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: branch_true: ...to here
libaccounts-glib-VERSION_1.25/redhat-linux-build/libaccounts-glib-scan.c:637:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def66]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def70]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def73]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def74]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def75]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def76]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def77]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def78]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def79]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def80]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def81]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def84]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def85]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def87]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def89]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def92]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def93]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def94]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def96]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def97]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def98]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def99]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def101]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def102]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def103]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def105]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def106]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def107]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def108]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def109]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def110]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def111]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def113]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def114]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def115]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def117]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def118]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def121]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def122]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def124]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def125]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def126]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def127]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def128]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def129]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def130]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def132]
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:795:1: enter_function: entry to ‘main’
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:806:6: branch_false: following ‘false’ branch...
libaccounts-glib-VERSION_1.25/redhat-linux-build/tmp-introspectg9oepp5a/Accounts-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: COMPILER_WARNING (CWE-685): [#def133]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:44: included_from: Included from here.
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_init_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:214:18: warning[-Wformat-extra-args]: too many arguments for format
#  214 |                  "Failed to initialize the AgManager.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  212|   
#  213|       fail_unless (AG_IS_MANAGER (manager),
#  214|->                  "Failed to initialize the AgManager.");
#  215|   
#  216|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def134]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_object_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:254:18: warning[-Wformat-extra-args]: too many arguments for format
#  254 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  252|       account = ag_manager_create_account (manager, NULL);
#  253|       fail_unless (AG_IS_ACCOUNT (account),
#  254|->                  "Failed to create the AgAccount.");
#  255|   
#  256|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def135]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_read_only_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:273:18: warning[-Wformat-extra-args]: too many arguments for format
#  273 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  271|       account = ag_manager_create_account (manager, "bisbone");
#  272|       fail_unless (AG_IS_ACCOUNT (account),
#  273|->                  "Failed to create the AgAccount.");
#  274|   
#  275|       ok = ag_account_store_blocking (account, &error);

Error: COMPILER_WARNING (CWE-685): [#def136]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_provider_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:310:18: warning[-Wformat-extra-args]: too many arguments for format
#  310 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  308|       account = ag_manager_create_account (manager, PROVIDER);
#  309|       fail_unless (AG_IS_ACCOUNT (account),
#  310|->                  "Failed to create the AgAccount.");
#  311|   
#  312|       provider_name = ag_account_get_provider_name (account);

Error: COMPILER_WARNING (CWE-685): [#def137]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:341:22: warning[-Wformat-extra-args]: too many arguments for format
#  341 |                      "Wrong service tag: %s", tag);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~
#  339|           g_debug(" Provider tag: %s", tag);
#  340|           fail_unless (g_strcmp0 (tag, "user-group:mygroup") == 0,
#  341|->                      "Wrong service tag: %s", tag);
#  342|       }
#  343|       g_list_free (tags);

Error: COMPILER_WARNING (CWE-685): [#def138]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_provider_settings_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:399:18: warning[-Wformat-extra-args]: too many arguments for format
#  399 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  397|       account = ag_manager_create_account (manager, "MyProvider");
#  398|       fail_unless (AG_IS_ACCOUNT (account),
#  399|->                  "Failed to create the AgAccount.");
#  400|   
#  401|       /* Test provider default settings */

Error: COMPILER_WARNING (CWE-685): [#def139]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘account_store_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:474:43: warning[-Wformat-extra-args]: too many arguments for format
#  474 |     fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~
#  472|       const gchar *string = user_data;
#  473|   
#  474|->     fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#  475|       if (error)
#  476|           fail("Got error: %s", error->message);

Error: COMPILER_WARNING (CWE-685): [#def140]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:476:14: warning[-Wformat-extra-args]: too many arguments for format
#  476 |         fail("Got error: %s", error->message);
#      |              ^~~~~~~~~~~~~~~
#  474|       fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#  475|       if (error)
#  476|->         fail("Got error: %s", error->message);
#  477|       fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  478|   

Error: COMPILER_WARNING (CWE-685): [#def141]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:477:56: warning[-Wformat-extra-args]: too many arguments for format
#  477 |     fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#      |                                                        ^~~~~~~~~~~~~~~~~~
#  475|       if (error)
#  476|           fail("Got error: %s", error->message);
#  477|->     fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  478|   
#  479|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def142]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘account_store_locked_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:506:43: warning[-Wformat-extra-args]: too many arguments for format
#  506 |     fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~
#  504|   
#  505|       g_debug ("%s called", G_STRFUNC);
#  506|->     fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#  507|       if (error)
#  508|           fail("Got error: %s", error->message);

Error: COMPILER_WARNING (CWE-685): [#def143]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:508:14: warning[-Wformat-extra-args]: too many arguments for format
#  508 |         fail("Got error: %s", error->message);
#      |              ^~~~~~~~~~~~~~~
#  506|       fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#  507|       if (error)
#  508|->         fail("Got error: %s", error->message);
#  509|       fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  510|   

Error: COMPILER_WARNING (CWE-685): [#def144]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:509:56: warning[-Wformat-extra-args]: too many arguments for format
#  509 |     fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#      |                                                        ^~~~~~~~~~~~~~~~~~
#  507|       if (error)
#  508|           fail("Got error: %s", error->message);
#  509|->     fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  510|   
#  511|       fail_unless (lock_released, "Data stored while DB locked!");

Error: COMPILER_WARNING (CWE-685): [#def145]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:511:33: warning[-Wformat-extra-args]: too many arguments for format
#  511 |     fail_unless (lock_released, "Data stored while DB locked!");
#      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  509|       fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  510|   
#  511|->     fail_unless (lock_released, "Data stored while DB locked!");
#  512|   
#  513|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def146]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_store_locked_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:540:37: warning[-Wformat-extra-args]: too many arguments for format
#  540 |     fail_unless (main_loop != NULL, "Callback invoked too early");
#      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  538|       ag_account_store (account, account_store_locked_cb, TEST_STRING);
#  539|       g_timeout_add (100, (GSourceFunc)release_lock, db);
#  540|->     fail_unless (main_loop != NULL, "Callback invoked too early");
#  541|       g_debug ("Running loop");
#  542|       g_main_loop_run (main_loop);

Error: COMPILER_WARNING (CWE-685): [#def147]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘account_store_locked_cancel_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:557:33: warning[-Wformat-extra-args]: too many arguments for format
#  557 |     fail_unless (error != NULL, "Account disposed but no error set!");
#      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  555|   
#  556|       ag_account_store_finish (AG_ACCOUNT (object), res, &error);
#  557|->     fail_unless (error != NULL, "Account disposed but no error set!");
#  558|       fail_unless (error->domain == G_IO_ERROR, "Wrong error domain");
#  559|       fail_unless (error->code == G_IO_ERROR_CANCELLED,

Error: COMPILER_WARNING (CWE-685): [#def148]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:558:47: warning[-Wformat-extra-args]: too many arguments for format
#  558 |     fail_unless (error->domain == G_IO_ERROR, "Wrong error domain");
#      |                                               ^~~~~~~~~~~~~~~~~~~~
#  556|       ag_account_store_finish (AG_ACCOUNT (object), res, &error);
#  557|       fail_unless (error != NULL, "Account disposed but no error set!");
#  558|->     fail_unless (error->domain == G_IO_ERROR, "Wrong error domain");
#  559|       fail_unless (error->code == G_IO_ERROR_CANCELLED,
#  560|                    "Got a different error code");

Error: COMPILER_WARNING (CWE-685): [#def149]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:560:18: warning[-Wformat-extra-args]: too many arguments for format
#  560 |                  "Got a different error code");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  558|       fail_unless (error->domain == G_IO_ERROR, "Wrong error domain");
#  559|       fail_unless (error->code == G_IO_ERROR_CANCELLED,
#  560|->                  "Got a different error code");
#  561|       g_error_free (error);
#  562|       *called = TRUE;

Error: COMPILER_WARNING (CWE-685): [#def150]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_store_locked_cancel_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:604:37: warning[-Wformat-extra-args]: too many arguments for format
#  604 |     fail_unless (main_loop != NULL, "Callback invoked too early");
#      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  602|       g_timeout_add (100, (GSourceFunc)cancel_store, cancellable);
#  603|       g_timeout_add (200, (GSourceFunc)release_lock_cancel, db);
#  604|->     fail_unless (main_loop != NULL, "Callback invoked too early");
#  605|       g_debug ("Running loop");
#  606|       g_main_loop_run (main_loop);

Error: COMPILER_WARNING (CWE-685): [#def151]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:607:29: warning[-Wformat-extra-args]: too many arguments for format
#  607 |     fail_unless (cb_called, "Callback not invoked");
#      |                             ^~~~~~~~~~~~~~~~~~~~~~
#  605|       g_debug ("Running loop");
#  606|       g_main_loop_run (main_loop);
#  607|->     fail_unless (cb_called, "Callback not invoked");
#  608|       sqlite3_close (db);
#  609|       g_object_unref (cancellable);

Error: COMPILER_WARNING (CWE-685): [#def152]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_store_read_only_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:696:18: warning[-Wformat-extra-args]: too many arguments for format
#  696 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  694|       account = ag_manager_create_account (manager, "fakebook");
#  695|       fail_unless (AG_IS_ACCOUNT (account),
#  696|->                  "Failed to create the AgAccount.");
#  697|       ag_account_set_display_name (account, display_name);
#  698|   

Error: COMPILER_WARNING (CWE-685): [#def153]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘account_store_now_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:743:43: warning[-Wformat-extra-args]: too many arguments for format
#  743 |     fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~
#  741|       const gchar *string = user_data;
#  742|   
#  743|->     fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#  744|       if (error)
#  745|           fail("Got error: %s", error->message);

Error: COMPILER_WARNING (CWE-685): [#def154]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:745:14: warning[-Wformat-extra-args]: too many arguments for format
#  745 |         fail("Got error: %s", error->message);
#      |              ^~~~~~~~~~~~~~~
#  743|       fail_unless (AG_IS_ACCOUNT (account), "Account got disposed?");
#  744|       if (error)
#  745|->         fail("Got error: %s", error->message);
#  746|       fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  747|   

Error: COMPILER_WARNING (CWE-685): [#def155]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:746:56: warning[-Wformat-extra-args]: too many arguments for format
#  746 |     fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#      |                                                        ^~~~~~~~~~~~~~~~~~
#  744|       if (error)
#  745|           fail("Got error: %s", error->message);
#  746|->     fail_unless (g_strcmp0 (string, TEST_STRING) == 0, "Got wrong string");
#  747|   
#  748|       data_stored = TRUE;

Error: COMPILER_WARNING (CWE-685): [#def156]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_account_service_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:769:31: warning[-Wformat-extra-args]: too many arguments for format
#  769 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  767|       ag_account_store (account, account_store_now_cb, TEST_STRING);
#  768|       run_main_loop_for_n_seconds(0);
#  769|->     fail_unless (data_stored, "Callback not invoked immediately");
#  770|       data_stored = FALSE;
#  771|   

Error: COMPILER_WARNING (CWE-685): [#def157]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:780:18: warning[-Wformat-extra-args]: too many arguments for format
#  780 |                  "Failed to create AccountService");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  778|       account_service = ag_account_service_new (account, service);
#  779|       fail_unless (AG_IS_ACCOUNT_SERVICE (account_service),
#  780|->                  "Failed to create AccountService");
#  781|   
#  782|       /* test the readable properties */

Error: COMPILER_WARNING (CWE-685): [#def158]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:801:18: warning[-Wformat-extra-args]: too many arguments for format
#  801 |                  "Cannot get port from profile");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  799|       source = ag_account_service_get_value (account_service, "parameters/port", &value);
#  800|       fail_unless (source == AG_SETTING_SOURCE_PROFILE,
#  801|->                  "Cannot get port from profile");
#  802|       fail_unless (g_value_get_int (&value) == 5223,
#  803|                    "Wrong port number: %d", g_value_get_int (&value));

Error: COMPILER_WARNING (CWE-685): [#def159]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:803:18: warning[-Wformat-extra-args]: too many arguments for format
#  803 |                  "Wrong port number: %d", g_value_get_int (&value));
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~
#  801|                    "Cannot get port from profile");
#  802|       fail_unless (g_value_get_int (&value) == 5223,
#  803|->                  "Wrong port number: %d", g_value_get_int (&value));
#  804|   
#  805|       g_value_unset (&value);

Error: COMPILER_WARNING (CWE-685): [#def160]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:816:18: warning[-Wformat-extra-args]: too many arguments for format
#  816 |                  "Failed to create AccountService for global settings");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  814|       account_service = ag_account_service_new (account, NULL);
#  815|       fail_unless (AG_IS_ACCOUNT_SERVICE (account_service),
#  816|->                  "Failed to create AccountService for global settings");
#  817|   
#  818|       g_value_init (&value, G_TYPE_STRING);

Error: COMPILER_WARNING (CWE-685): [#def161]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_account_service_enabledness_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:856:18: warning[-Wformat-extra-args]: too many arguments for format
#  856 |                  "Failed to create AccountService");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  854|       account_service = ag_account_service_new (account, service);
#  855|       fail_unless (AG_IS_ACCOUNT_SERVICE (account_service),
#  856|->                  "Failed to create AccountService");
#  857|   
#  858|       ag_account_store (account, account_store_now_cb, TEST_STRING);

Error: COMPILER_WARNING (CWE-685): [#def162]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:860:31: warning[-Wformat-extra-args]: too many arguments for format
#  860 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  858|       ag_account_store (account, account_store_now_cb, TEST_STRING);
#  859|       run_main_loop_for_n_seconds(0);
#  860|->     fail_unless (data_stored, "Callback not invoked immediately");
#  861|       data_stored = FALSE;
#  862|       account_id = account->id;

Error: COMPILER_WARNING (CWE-685): [#def163]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:874:31: warning[-Wformat-extra-args]: too many arguments for format
#  874 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  872|       ag_account_store (account, account_store_now_cb, TEST_STRING);
#  873|       run_main_loop_for_n_seconds(0);
#  874|->     fail_unless (data_stored, "Callback not invoked immediately");
#  875|       data_stored = FALSE;
#  876|   

Error: COMPILER_WARNING (CWE-685): [#def164]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:889:31: warning[-Wformat-extra-args]: too many arguments for format
#  889 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  887|       ag_account_store (account, account_store_now_cb, TEST_STRING);
#  888|       run_main_loop_for_n_seconds(0);
#  889|->     fail_unless (data_stored, "Callback not invoked immediately");
#  890|       data_stored = FALSE;
#  891|   

Error: COMPILER_WARNING (CWE-685): [#def165]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:908:18: warning[-Wformat-extra-args]: too many arguments for format
#  908 |                  "Couldn't load account %u", account_id);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
#  906|       account = ag_manager_load_account (manager, account_id, &error);
#  907|       fail_unless (AG_IS_ACCOUNT (account),
#  908|->                  "Couldn't load account %u", account_id);
#  909|       fail_unless (error == NULL, "Error is not NULL");
#  910|   

Error: COMPILER_WARNING (CWE-685): [#def166]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:909:33: warning[-Wformat-extra-args]: too many arguments for format
#  909 |     fail_unless (error == NULL, "Error is not NULL");
#      |                                 ^~~~~~~~~~~~~~~~~~~
#  907|       fail_unless (AG_IS_ACCOUNT (account),
#  908|                    "Couldn't load account %u", account_id);
#  909|->     fail_unless (error == NULL, "Error is not NULL");
#  910|   
#  911|       service = ag_manager_get_service (manager, "MyService");

Error: COMPILER_WARNING (CWE-685): [#def167]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:924:18: warning[-Wformat-extra-args]: too many arguments for format
#  924 |                  "Failed to create AccountService");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  922|       account_service = ag_account_service_new (account, service);
#  923|       fail_unless (AG_IS_ACCOUNT_SERVICE (account_service),
#  924|->                  "Failed to create AccountService");
#  925|   
#  926|       g_signal_connect (account_service, "enabled",

Error: COMPILER_WARNING (CWE-685): [#def168]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:938:31: warning[-Wformat-extra-args]: too many arguments for format
#  938 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  936|       ag_account_store (account, account_store_now_cb, TEST_STRING);
#  937|       run_main_loop_for_n_seconds(0);
#  938|->     fail_unless (data_stored, "Callback not invoked immediately");
#  939|       data_stored = FALSE;
#  940|   

Error: COMPILER_WARNING (CWE-685): [#def169]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_account_service_settings_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:996:18: warning[-Wformat-extra-args]: too many arguments for format
#  996 |                  "Failed to create AccountService");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  994|       account_service = ag_account_service_new (account, service);
#  995|       fail_unless (AG_IS_ACCOUNT_SERVICE (account_service),
#  996|->                  "Failed to create AccountService");
#  997|   
#  998|       g_signal_connect (account_service, "changed",

Error: COMPILER_WARNING (CWE-685): [#def170]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1016:31: warning[-Wformat-extra-args]: too many arguments for format
# 1016 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1014|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1015|       run_main_loop_for_n_seconds(0);
# 1016|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1017|       data_stored = FALSE;
# 1018|   

Error: COMPILER_WARNING (CWE-685): [#def171]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1052:31: warning[-Wformat-extra-args]: too many arguments for format
# 1052 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1050|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1051|       run_main_loop_for_n_seconds(0);
# 1052|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1053|       data_stored = FALSE;
# 1054|   

Error: COMPILER_WARNING (CWE-685): [#def172]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_account_service_list_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1175:35: warning[-Wformat-extra-args]: too many arguments for format
# 1175 |         fail_unless (data_stored, "Callback not invoked immediately");
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1173|           ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1174|           run_main_loop_for_n_seconds(0);
# 1175|->         fail_unless (data_stored, "Callback not invoked immediately");
# 1176|           data_stored = FALSE;
# 1177|           account_id[i] = account->id;

Error: COMPILER_WARNING (CWE-685): [#def173]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1193:18: warning[-Wformat-extra-args]: too many arguments for format
# 1193 |                  "Got list length %d, expecting %d",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1191|       }
# 1192|       fail_unless (g_list_length (list) == N_ACCOUNTS * 2,
# 1193|->                  "Got list length %d, expecting %d",
# 1194|                    g_list_length (list), N_ACCOUNTS * 2);
# 1195|       g_list_free_full (list, (GDestroyNotify)g_object_unref);

Error: COMPILER_WARNING (CWE-685): [#def174]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1212:31: warning[-Wformat-extra-args]: too many arguments for format
# 1212 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1210|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1211|       run_main_loop_for_n_seconds(0);
# 1212|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1213|       data_stored = FALSE;
# 1214|       g_object_unref (account);

Error: COMPILER_WARNING (CWE-685): [#def175]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1225:31: warning[-Wformat-extra-args]: too many arguments for format
# 1225 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1223|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1224|       run_main_loop_for_n_seconds(0);
# 1225|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1226|       data_stored = FALSE;
# 1227|       g_object_unref (account);

Error: COMPILER_WARNING (CWE-685): [#def176]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1237:31: warning[-Wformat-extra-args]: too many arguments for format
# 1237 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1235|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1236|       run_main_loop_for_n_seconds(0);
# 1237|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1238|       data_stored = FALSE;
# 1239|   

Error: COMPILER_WARNING (CWE-685): [#def177]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1253:18: warning[-Wformat-extra-args]: too many arguments for format
# 1253 |                  "Got list length %d, expecting %d",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1251|       }
# 1252|       fail_unless (g_list_length (list) == N_ACCOUNTS * 2,
# 1253|->                  "Got list length %d, expecting %d",
# 1254|                    g_list_length (list), N_ACCOUNTS * 2);
# 1255|       g_list_free_full (list, (GDestroyNotify)g_object_unref);

Error: COMPILER_WARNING (CWE-685): [#def178]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1261:18: warning[-Wformat-extra-args]: too many arguments for format
# 1261 |                  "Got list length %d, expecting %d",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1259|       fail_unless (account_service_in_list (list, account_id[2], "MyService2"));
# 1260|       fail_unless (g_list_length (list) == 2,
# 1261|->                  "Got list length %d, expecting %d",
# 1262|                    g_list_length (list), 2);
# 1263|       g_list_free_full (list, (GDestroyNotify)g_object_unref);

Error: COMPILER_WARNING (CWE-685): [#def179]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1276:18: warning[-Wformat-extra-args]: too many arguments for format
# 1276 |                  "Got list length %d, expecting %d",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1274|       }
# 1275|       fail_unless (g_list_length (list) == N_ACCOUNTS,
# 1276|->                  "Got list length %d, expecting %d",
# 1277|                    g_list_length (list), N_ACCOUNTS);
# 1278|       g_list_free_full (list, (GDestroyNotify)g_object_unref);

Error: COMPILER_WARNING (CWE-685): [#def180]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1283:18: warning[-Wformat-extra-args]: too many arguments for format
# 1283 |                  "Got list length %d, expecting %d",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1281|       fail_unless (account_service_in_list (list, account_id[0], "MyService"));
# 1282|       fail_unless (g_list_length (list) == 1,
# 1283|->                  "Got list length %d, expecting %d",
# 1284|                    g_list_length (list), 1);
# 1285|       g_list_free_full (list, (GDestroyNotify)g_object_unref);

Error: COMPILER_WARNING (CWE-685): [#def181]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘check_string_in_params’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1325:15: warning[-Wformat-extra-args]: too many arguments for format
# 1325 |         fail ("Key %s is missing", key);
#      |               ^~~~~~~~~~~~~~~~~~~
# 1323|       {
# 1324|           if (expected == NULL) return;
# 1325|->         fail ("Key %s is missing", key);
# 1326|       }
# 1327|   

Error: COMPILER_WARNING (CWE-685): [#def182]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_auth_data_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1397:31: warning[-Wformat-extra-args]: too many arguments for format
# 1397 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1395|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1396|       run_main_loop_for_n_seconds(0);
# 1397|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1398|       data_stored = FALSE;
# 1399|       account_id = account->id;

Error: COMPILER_WARNING (CWE-685): [#def183]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘check_variant_in_dict’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1441:15: warning[-Wformat-extra-args]: too many arguments for format
# 1441 |         fail ("Key %s is missing", key);
#      |               ^~~~~~~~~~~~~~~~~~~
# 1439|       {
# 1440|           if (expected == NULL) return;
# 1441|->         fail ("Key %s is missing", key);
# 1442|       }
# 1443|   

Error: COMPILER_WARNING (CWE-685): [#def184]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1446:15: warning[-Wformat-extra-args]: too many arguments for format
# 1446 |         fail ("Values differ for key %s! Expected %s, actual %s", key,
#      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1444|       if (!g_variant_equal(actual, expected))
# 1445|       {
# 1446|->         fail ("Values differ for key %s! Expected %s, actual %s", key,
# 1447|                 g_variant_print (expected, TRUE),
# 1448|                 g_variant_print (actual, TRUE));

Error: COMPILER_WARNING (CWE-685): [#def185]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_application_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1610:18: warning[-Wformat-extra-args]: too many arguments for format
# 1610 |                  "Got %d applications, expecting 1", g_list_length(list));
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1608|       fail_unless (list != NULL);
# 1609|       fail_unless (g_list_length(list) == 1,
# 1610|->                  "Got %d applications, expecting 1", g_list_length(list));
# 1611|   
# 1612|       application = list->data;

Error: COMPILER_WARNING (CWE-685): [#def186]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1636:18: warning[-Wformat-extra-args]: too many arguments for format
# 1636 |                  "Got %d applications, expecting 1", g_list_length(list));
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1634|       fail_unless (list != NULL);
# 1635|       fail_unless (g_list_length(list) == 1,
# 1636|->                  "Got %d applications, expecting 1", g_list_length(list));
# 1637|   
# 1638|       application = list->data;

Error: COMPILER_WARNING (CWE-685): [#def187]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_service_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1746:18: warning[-Wformat-extra-args]: too many arguments for format
# 1746 |                  "Wrong service type: %s", service_type);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
# 1744|       service_type = ag_service_get_service_type (service);
# 1745|       fail_unless (g_strcmp0 (service_type, "e-mail") == 0,
# 1746|->                  "Wrong service type: %s", service_type);
# 1747|   
# 1748|       service_name = ag_service_get_name (service);

Error: COMPILER_WARNING (CWE-685): [#def188]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1750:18: warning[-Wformat-extra-args]: too many arguments for format
# 1750 |                  "Wrong service name: %s", service_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
# 1748|       service_name = ag_service_get_name (service);
# 1749|       fail_unless (g_strcmp0 (service_name, "MyService") == 0,
# 1750|->                  "Wrong service name: %s", service_name);
# 1751|   
# 1752|       service_name = ag_service_get_display_name (service);

Error: COMPILER_WARNING (CWE-685): [#def189]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1754:18: warning[-Wformat-extra-args]: too many arguments for format
# 1754 |                  "Wrong service display name: %s", service_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1752|       service_name = ag_service_get_display_name (service);
# 1753|       fail_unless (g_strcmp0 (service_name, "My Service") == 0,
# 1754|->                  "Wrong service display name: %s", service_name);
# 1755|   
# 1756|       service_description = ag_service_get_description (service);

Error: COMPILER_WARNING (CWE-685): [#def190]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1759:18: warning[-Wformat-extra-args]: too many arguments for format
# 1759 |                  "Wrong service description: %s", service_description);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1757|       fail_unless (g_strcmp0 (service_description,
# 1758|   			    "My Service Description") == 0,
# 1759|->                  "Wrong service description: %s", service_description);
# 1760|   
# 1761|       icon_name = ag_service_get_icon_name (service);

Error: COMPILER_WARNING (CWE-685): [#def191]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1763:18: warning[-Wformat-extra-args]: too many arguments for format
# 1763 |                  "Wrong service icon name: %s", icon_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1761|       icon_name = ag_service_get_icon_name (service);
# 1762|       fail_unless (g_strcmp0 (icon_name, "general_myservice") == 0,
# 1763|->                  "Wrong service icon name: %s", icon_name);
# 1764|   
# 1765|       ck_assert_str_eq (ag_service_get_i18n_domain (service), "myservice_i18n");

Error: COMPILER_WARNING (CWE-685): [#def192]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1775:22: warning[-Wformat-extra-args]: too many arguments for format
# 1775 |                      "Wrong service tag: %s", tag);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~
# 1773|           fail_unless (g_strcmp0 (tag, "e-mail") == 0 ||
# 1774|                        g_strcmp0 (tag, "messaging") == 0,
# 1775|->                      "Wrong service tag: %s", tag);
# 1776|       }
# 1777|       g_list_free (tag_list);

Error: COMPILER_WARNING (CWE-685): [#def193]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1779:18: warning[-Wformat-extra-args]: too many arguments for format
# 1779 |                  "Missing service tag");
#      |                  ^~~~~~~~~~~~~~~~~~~~~
# 1777|       g_list_free (tag_list);
# 1778|       fail_unless (ag_service_has_tag (service, "e-mail"),
# 1779|->                  "Missing service tag");
# 1780|   
# 1781|       ag_account_set_enabled (account, FALSE);

Error: COMPILER_WARNING (CWE-685): [#def194]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1791:18: warning[-Wformat-extra-args]: too many arguments for format
# 1791 |                  "Cannot get port from profile");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1789|       source = ag_account_get_value (account, "parameters/port", &value);
# 1790|       fail_unless (source == AG_SETTING_SOURCE_PROFILE,
# 1791|->                  "Cannot get port from profile");
# 1792|       fail_unless (g_value_get_int (&value) == 5223,
# 1793|                    "Wrong port number: %d", g_value_get_int (&value));

Error: COMPILER_WARNING (CWE-685): [#def195]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1793:18: warning[-Wformat-extra-args]: too many arguments for format
# 1793 |                  "Wrong port number: %d", g_value_get_int (&value));
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~
# 1791|                    "Cannot get port from profile");
# 1792|       fail_unless (g_value_get_int (&value) == 5223,
# 1793|->                  "Wrong port number: %d", g_value_get_int (&value));
# 1794|       g_value_unset (&value);
# 1795|   

Error: COMPILER_WARNING (CWE-685): [#def196]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1800:18: warning[-Wformat-extra-args]: too many arguments for format
# 1800 |                  "Cannot get capabilities from profile");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1798|       source = ag_account_get_value (account, "parameters/capabilities", &value);
# 1799|       fail_unless (source == AG_SETTING_SOURCE_PROFILE,
# 1800|->                  "Cannot get capabilities from profile");
# 1801|       string_list = g_value_get_boxed (&value);
# 1802|       fail_unless (test_strv_equal (capabilities, string_list),

Error: COMPILER_WARNING (CWE-685): [#def197]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1803:18: warning[-Wformat-extra-args]: too many arguments for format
# 1803 |                  "Wrong capabilties");
#      |                  ^~~~~~~~~~~~~~~~~~~
# 1801|       string_list = g_value_get_boxed (&value);
# 1802|       fail_unless (test_strv_equal (capabilities, string_list),
# 1803|->                  "Wrong capabilties");
# 1804|       g_value_unset (&value);
# 1805|   

Error: COMPILER_WARNING (CWE-685): [#def198]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1839:22: warning[-Wformat-extra-args]: too many arguments for format
# 1839 |                      "Wrong service tag: %s", tag);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~
# 1837|           fail_unless (g_strcmp0 (tag, "video") == 0 ||
# 1838|                        g_strcmp0 (tag, "sharing") == 0,
# 1839|->                      "Wrong service tag: %s", tag);
# 1840|       }
# 1841|       g_list_free (tag_list);

Error: COMPILER_WARNING (CWE-685): [#def199]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1843:18: warning[-Wformat-extra-args]: too many arguments for format
# 1843 |                  "Missing service tag");
#      |                  ^~~~~~~~~~~~~~~~~~~~~
# 1841|       g_list_free (tag_list);
# 1842|       fail_unless (ag_service_has_tag (service2, "sharing"),
# 1843|->                  "Missing service tag");
# 1844|       
# 1845|       ag_account_select_service (account, service2);

Error: COMPILER_WARNING (CWE-685): [#def200]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1859:31: warning[-Wformat-extra-args]: too many arguments for format
# 1859 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1857|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1858|       run_main_loop_for_n_seconds(0);
# 1859|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1860|       data_stored = FALSE;
# 1861|   

Error: COMPILER_WARNING (CWE-685): [#def201]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1873:35: warning[-Wformat-extra-args]: too many arguments for format
# 1873 |     fail_unless (account == NULL, "Loading a non-existing account!");
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1871|       /* first, try to load an unexisting account */
# 1872|       account = ag_manager_load_account (manager, account_id + 2, &error);
# 1873|->     fail_unless (account == NULL, "Loading a non-existing account!");
# 1874|       fail_unless (error != NULL, "Error is NULL");
# 1875|       g_clear_error (&error);

Error: COMPILER_WARNING (CWE-685): [#def202]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1874:33: warning[-Wformat-extra-args]: too many arguments for format
# 1874 |     fail_unless (error != NULL, "Error is NULL");
#      |                                 ^~~~~~~~~~~~~~~
# 1872|       account = ag_manager_load_account (manager, account_id + 2, &error);
# 1873|       fail_unless (account == NULL, "Loading a non-existing account!");
# 1874|->     fail_unless (error != NULL, "Error is NULL");
# 1875|       g_clear_error (&error);
# 1876|   

Error: COMPILER_WARNING (CWE-685): [#def203]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1879:18: warning[-Wformat-extra-args]: too many arguments for format
# 1879 |                  "Couldn't load account %u", account_id);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 1877|       account = ag_manager_load_account (manager, account_id, &error);
# 1878|       fail_unless (AG_IS_ACCOUNT (account),
# 1879|->                  "Couldn't load account %u", account_id);
# 1880|       fail_unless (error == NULL, "Error is not NULL");
# 1881|   

Error: COMPILER_WARNING (CWE-685): [#def204]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1880:33: warning[-Wformat-extra-args]: too many arguments for format
# 1880 |     fail_unless (error == NULL, "Error is not NULL");
#      |                                 ^~~~~~~~~~~~~~~~~~~
# 1878|       fail_unless (AG_IS_ACCOUNT (account),
# 1879|                    "Couldn't load account %u", account_id);
# 1880|->     fail_unless (error == NULL, "Error is not NULL");
# 1881|   
# 1882|       provider_name = ag_account_get_provider_name (account);

Error: COMPILER_WARNING (CWE-685): [#def205]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1884:18: warning[-Wformat-extra-args]: too many arguments for format
# 1884 |                  "Got provider %s, expecting %s", provider_name, PROVIDER);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1882|       provider_name = ag_account_get_provider_name (account);
# 1883|       fail_unless (g_strcmp0 (provider_name, PROVIDER) == 0,
# 1884|->                  "Got provider %s, expecting %s", provider_name, PROVIDER);
# 1885|   
# 1886|       /* check that the values are retained */

Error: COMPILER_WARNING (CWE-685): [#def206]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1888:18: warning[-Wformat-extra-args]: too many arguments for format
# 1888 |                  "Account enabled!");
#      |                  ^~~~~~~~~~~~~~~~~~
# 1886|       /* check that the values are retained */
# 1887|       fail_unless (ag_account_get_enabled (account) == FALSE,
# 1888|->                  "Account enabled!");
# 1889|       fail_unless (g_strcmp0 (ag_account_get_display_name (account),
# 1890|                               display_name) == 0,

Error: COMPILER_WARNING (CWE-685): [#def207]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1891:18: warning[-Wformat-extra-args]: too many arguments for format
# 1891 |                  "Display name not retained!");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1889|       fail_unless (g_strcmp0 (ag_account_get_display_name (account),
# 1890|                               display_name) == 0,
# 1891|->                  "Display name not retained!");
# 1892|   
# 1893|       g_value_init (&value, G_TYPE_STRING);

Error: COMPILER_WARNING (CWE-685): [#def208]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1895:55: warning[-Wformat-extra-args]: too many arguments for format
# 1895 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 1893|       g_value_init (&value, G_TYPE_STRING);
# 1894|       source = ag_account_get_value (account, "description", &value);
# 1895|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1896|       fail_unless (g_strcmp0(g_value_get_string (&value), description) == 0,
# 1897|                    "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def209]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1897:18: warning[-Wformat-extra-args]: too many arguments for format
# 1897 |                  "Wrong value");
#      |                  ^~~~~~~~~~~~~
# 1895|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1896|       fail_unless (g_strcmp0(g_value_get_string (&value), description) == 0,
# 1897|->                  "Wrong value");
# 1898|       g_value_unset (&value);
# 1899|   

Error: COMPILER_WARNING (CWE-685): [#def210]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1904:18: warning[-Wformat-extra-args]: too many arguments for format
# 1904 |                  "Account service not enabled!");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1902|       /* we enabled the service before: check that it's still enabled */
# 1903|       fail_unless (ag_account_get_enabled (account) == TRUE,
# 1904|->                  "Account service not enabled!");
# 1905|   
# 1906|       g_value_init (&value, G_TYPE_STRING);

Error: COMPILER_WARNING (CWE-685): [#def211]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1908:55: warning[-Wformat-extra-args]: too many arguments for format
# 1908 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 1906|       g_value_init (&value, G_TYPE_STRING);
# 1907|       source = ag_account_get_value (account, "username", &value);
# 1908|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1909|       fail_unless (g_strcmp0(g_value_get_string (&value), username) == 0,
# 1910|                    "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def212]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1910:18: warning[-Wformat-extra-args]: too many arguments for format
# 1910 |                  "Wrong value");
#      |                  ^~~~~~~~~~~~~
# 1908|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1909|       fail_unless (g_strcmp0(g_value_get_string (&value), username) == 0,
# 1910|->                  "Wrong value");
# 1911|       g_value_unset (&value);
# 1912|   

Error: COMPILER_WARNING (CWE-685): [#def213]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1915:55: warning[-Wformat-extra-args]: too many arguments for format
# 1915 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 1913|       g_value_init (&value, G_TYPE_BOOLEAN);
# 1914|       source = ag_account_get_value (account, "check_automatically", &value);
# 1915|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1916|       fail_unless (g_value_get_boolean (&value) == check_automatically,
# 1917|                    "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def214]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1917:18: warning[-Wformat-extra-args]: too many arguments for format
# 1917 |                  "Wrong value");
#      |                  ^~~~~~~~~~~~~
# 1915|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1916|       fail_unless (g_value_get_boolean (&value) == check_automatically,
# 1917|->                  "Wrong value");
# 1918|       g_value_unset (&value);
# 1919|   

Error: COMPILER_WARNING (CWE-685): [#def215]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1922:55: warning[-Wformat-extra-args]: too many arguments for format
# 1922 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 1920|       g_value_init (&value, G_TYPE_INT);
# 1921|       source = ag_account_get_value (account, "interval", &value);
# 1922|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1923|       fail_unless (g_value_get_int (&value) == interval, "Wrong value");
# 1924|       g_value_unset (&value);

Error: COMPILER_WARNING (CWE-685): [#def216]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1923:56: warning[-Wformat-extra-args]: too many arguments for format
# 1923 |     fail_unless (g_value_get_int (&value) == interval, "Wrong value");
#      |                                                        ^~~~~~~~~~~~~
# 1921|       source = ag_account_get_value (account, "interval", &value);
# 1922|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1923|->     fail_unless (g_value_get_int (&value) == interval, "Wrong value");
# 1924|       g_value_unset (&value);
# 1925|   

Error: COMPILER_WARNING (CWE-685): [#def217]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1928:55: warning[-Wformat-extra-args]: too many arguments for format
# 1928 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 1926|       g_value_init (&value, G_TYPE_STRV);
# 1927|       source = ag_account_get_value (account, "pets", &value);
# 1928|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1929|       string_list = g_value_get_boxed (&value);
# 1930|       fail_unless (test_strv_equal (string_list, animals),

Error: COMPILER_WARNING (CWE-685): [#def218]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1931:18: warning[-Wformat-extra-args]: too many arguments for format
# 1931 |                  "Wrong animals :-)");
#      |                  ^~~~~~~~~~~~~~~~~~~
# 1929|       string_list = g_value_get_boxed (&value);
# 1930|       fail_unless (test_strv_equal (string_list, animals),
# 1931|->                  "Wrong animals :-)");
# 1932|       g_value_unset (&value);
# 1933|   

Error: COMPILER_WARNING (CWE-685): [#def219]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1937:55: warning[-Wformat-extra-args]: too many arguments for format
# 1937 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 1935|       g_value_init (&value, G_TYPE_CHAR);
# 1936|       source = ag_account_get_value (account, "interval", &value);
# 1937|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1938|   #if GLIB_CHECK_VERSION(2,32,0)
# 1939|       fail_unless (g_value_get_schar (&value) == interval, "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def220]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1939:58: warning[-Wformat-extra-args]: too many arguments for format
# 1939 |     fail_unless (g_value_get_schar (&value) == interval, "Wrong value");
#      |                                                          ^~~~~~~~~~~~~
# 1937|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 1938|   #if GLIB_CHECK_VERSION(2,32,0)
# 1939|->     fail_unless (g_value_get_schar (&value) == interval, "Wrong value");
# 1940|   #else
# 1941|       fail_unless (g_value_get_char (&value) == interval, "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def221]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1957:31: warning[-Wformat-extra-args]: too many arguments for format
# 1957 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1955|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 1956|       run_main_loop_for_n_seconds(0);
# 1957|->     fail_unless (data_stored, "Callback not invoked immediately");
# 1958|       data_stored = FALSE;
# 1959|   

Error: COMPILER_WARNING (CWE-685): [#def222]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1961:18: warning[-Wformat-extra-args]: too many arguments for format
# 1961 |                  "Account still disabled!");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~
# 1959|   
# 1960|       fail_unless (ag_account_get_enabled (account) == TRUE,
# 1961|->                  "Account still disabled!");
# 1962|       end_test ();
# 1963|   }

Error: COMPILER_WARNING (CWE-685): [#def223]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_account_services_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:1988:18: warning[-Wformat-extra-args]: too many arguments for format
# 1988 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1986|       account = ag_manager_create_account (manager, "maemo");
# 1987|       fail_unless (AG_IS_ACCOUNT (account),
# 1988|->                  "Failed to create the AgAccount.");
# 1989|   
# 1990|       services = ag_account_list_services (account);

Error: COMPILER_WARNING (CWE-685): [#def224]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_signals_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2055:31: warning[-Wformat-extra-args]: too many arguments for format
# 2055 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2053|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2054|       run_main_loop_for_n_seconds(0);
# 2055|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2056|   
# 2057|       fail_unless (enabled_called, "Enabled signal not emitted!");

Error: COMPILER_WARNING (CWE-685): [#def225]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2057:34: warning[-Wformat-extra-args]: too many arguments for format
# 2057 |     fail_unless (enabled_called, "Enabled signal not emitted!");
#      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2055|       fail_unless (data_stored, "Callback not invoked immediately");
# 2056|   
# 2057|->     fail_unless (enabled_called, "Enabled signal not emitted!");
# 2058|       fail_unless (display_name_called, "DisplayName signal not emitted!");
# 2059|       fail_unless (notify_enabled_called, "Enabled property not notified!");

Error: COMPILER_WARNING (CWE-685): [#def226]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2058:39: warning[-Wformat-extra-args]: too many arguments for format
# 2058 |     fail_unless (display_name_called, "DisplayName signal not emitted!");
#      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2056|   
# 2057|       fail_unless (enabled_called, "Enabled signal not emitted!");
# 2058|->     fail_unless (display_name_called, "DisplayName signal not emitted!");
# 2059|       fail_unless (notify_enabled_called, "Enabled property not notified!");
# 2060|       g_object_get (account, "enabled", &enabled, NULL);

Error: COMPILER_WARNING (CWE-685): [#def227]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2059:41: warning[-Wformat-extra-args]: too many arguments for format
# 2059 |     fail_unless (notify_enabled_called, "Enabled property not notified!");
#      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2057|       fail_unless (enabled_called, "Enabled signal not emitted!");
# 2058|       fail_unless (display_name_called, "DisplayName signal not emitted!");
# 2059|->     fail_unless (notify_enabled_called, "Enabled property not notified!");
# 2060|       g_object_get (account, "enabled", &enabled, NULL);
# 2061|       fail_unless (enabled == TRUE, "Account not enabled!");

Error: COMPILER_WARNING (CWE-685): [#def228]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2061:35: warning[-Wformat-extra-args]: too many arguments for format
# 2061 |     fail_unless (enabled == TRUE, "Account not enabled!");
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~
# 2059|       fail_unless (notify_enabled_called, "Enabled property not notified!");
# 2060|       g_object_get (account, "enabled", &enabled, NULL);
# 2061|->     fail_unless (enabled == TRUE, "Account not enabled!");
# 2062|       fail_unless (notify_display_name_called,
# 2063|                    "DisplayName property not notified!");

Error: COMPILER_WARNING (CWE-685): [#def229]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2063:18: warning[-Wformat-extra-args]: too many arguments for format
# 2063 |                  "DisplayName property not notified!");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2061|       fail_unless (enabled == TRUE, "Account not enabled!");
# 2062|       fail_unless (notify_display_name_called,
# 2063|->                  "DisplayName property not notified!");
# 2064|   
# 2065|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def230]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_signals_other_manager_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2087:31: warning[-Wformat-extra-args]: too many arguments for format
# 2087 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2085|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2086|       run_main_loop_for_n_seconds(0);
# 2087|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2088|       data_stored = FALSE;
# 2089|       account_id = account->id;

Error: COMPILER_WARNING (CWE-685): [#def231]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2096:18: warning[-Wformat-extra-args]: too many arguments for format
# 2096 |                  "Couldn't load account %u", account_id);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 2094|       account2 = ag_manager_load_account (manager2, account_id, &error);
# 2095|       fail_unless (AG_IS_ACCOUNT (account2),
# 2096|->                  "Couldn't load account %u", account_id);
# 2097|       fail_unless (error == NULL, "Error is not NULL");
# 2098|   

Error: COMPILER_WARNING (CWE-685): [#def232]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2097:33: warning[-Wformat-extra-args]: too many arguments for format
# 2097 |     fail_unless (error == NULL, "Error is not NULL");
#      |                                 ^~~~~~~~~~~~~~~~~~~
# 2095|       fail_unless (AG_IS_ACCOUNT (account2),
# 2096|                    "Couldn't load account %u", account_id);
# 2097|->     fail_unless (error == NULL, "Error is not NULL");
# 2098|   
# 2099|       memset(&ecd, 0, sizeof(ecd));

Error: COMPILER_WARNING (CWE-685): [#def233]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2110:31: warning[-Wformat-extra-args]: too many arguments for format
# 2110 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2108|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2109|       run_main_loop_for_n_seconds(0);
# 2110|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2111|       data_stored = FALSE;
# 2112|   

Error: COMPILER_WARNING (CWE-685): [#def234]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_list_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2151:31: warning[-Wformat-extra-args]: too many arguments for format
# 2151 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2149|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2150|       run_main_loop_for_n_seconds(0);
# 2151|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2152|       data_stored = FALSE;
# 2153|   

Error: COMPILER_WARNING (CWE-685): [#def235]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2154:36: warning[-Wformat-extra-args]: too many arguments for format
# 2154 |     fail_unless (account->id != 0, "Account ID is still 0!");
#      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~
# 2152|       data_stored = FALSE;
# 2153|   
# 2154|->     fail_unless (account->id != 0, "Account ID is still 0!");
# 2155|   
# 2156|       /* Test the account readable properties */

Error: COMPILER_WARNING (CWE-685): [#def236]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2175:32: warning[-Wformat-extra-args]: too many arguments for format
# 2175 |     fail_unless (list != NULL, "Empty list");
#      |                                ^~~~~~~~~~~~
# 2173|   
# 2174|       list = ag_manager_list (manager);
# 2175|->     fail_unless (list != NULL, "Empty list");
# 2176|       fail_unless (g_list_find (list, GUINT_TO_POINTER (account->id)) != NULL,
# 2177|                    "Created account not found in list");

Error: COMPILER_WARNING (CWE-685): [#def237]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2177:18: warning[-Wformat-extra-args]: too many arguments for format
# 2177 |                  "Created account not found in list");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2175|       fail_unless (list != NULL, "Empty list");
# 2176|       fail_unless (g_list_find (list, GUINT_TO_POINTER (account->id)) != NULL,
# 2177|->                  "Created account not found in list");
# 2178|       g_list_free (list);
# 2179|   

Error: COMPILER_WARNING (CWE-685): [#def238]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2184:18: warning[-Wformat-extra-args]: too many arguments for format
# 2184 |                  "Service %s has no type", my_service_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
# 2182|       service_type = ag_service_get_service_type (service);
# 2183|       fail_unless (service_type != NULL,
# 2184|->                  "Service %s has no type", my_service_name);
# 2185|   
# 2186|       list = ag_manager_list_by_service_type (manager, service_type);

Error: COMPILER_WARNING (CWE-685): [#def239]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2188:18: warning[-Wformat-extra-args]: too many arguments for format
# 2188 |                  "New account supports %s service type, but shouldn't",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2186|       list = ag_manager_list_by_service_type (manager, service_type);
# 2187|       fail_unless (g_list_find (list, GUINT_TO_POINTER (account->id)) == NULL,
# 2188|->                  "New account supports %s service type, but shouldn't",
# 2189|                    service_type);
# 2190|       g_list_free (list);

Error: COMPILER_WARNING (CWE-685): [#def240]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2196:18: warning[-Wformat-extra-args]: too many arguments for format
# 2196 |                  "Service %s has no type", service_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
# 2194|       service_type = ag_service_get_service_type (service);
# 2195|       fail_unless (service_type != NULL,
# 2196|->                  "Service %s has no type", service_name);
# 2197|   
# 2198|       list = ag_manager_list_by_service_type (manager, service_type);

Error: COMPILER_WARNING (CWE-685): [#def241]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2200:18: warning[-Wformat-extra-args]: too many arguments for format
# 2200 |                  "New account doesn't supports %s service type, but should",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2198|       list = ag_manager_list_by_service_type (manager, service_type);
# 2199|       fail_unless (g_list_find (list, GUINT_TO_POINTER (account->id)) != NULL,
# 2200|->                  "New account doesn't supports %s service type, but should",
# 2201|                    service_type);
# 2202|       g_list_free (list);

Error: COMPILER_WARNING (CWE-685): [#def242]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_settings_iter_gvalue_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2250:31: warning[-Wformat-extra-args]: too many arguments for format
# 2250 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2248|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2249|       run_main_loop_for_n_seconds(0);
# 2250|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2251|       data_stored = FALSE;
# 2252|   

Error: COMPILER_WARNING (CWE-685): [#def243]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2253:36: warning[-Wformat-extra-args]: too many arguments for format
# 2253 |     fail_unless (account->id != 0, "Account ID is still 0!");
#      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~
# 2251|       data_stored = FALSE;
# 2252|   
# 2253|->     fail_unless (account->id != 0, "Account ID is still 0!");
# 2254|   
# 2255|       /* iterate the settings */

Error: COMPILER_WARNING (CWE-685): [#def244]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2269:30: warning[-Wformat-extra-args]: too many arguments for format
# 2269 |                              "Got value %s for key %s, expecting %s",
#      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2267|                   text = g_value_get_string (val);
# 2268|                   fail_unless (g_strcmp0 (values[i], text) == 0,
# 2269|->                              "Got value %s for key %s, expecting %s",
# 2270|                                text, key, values[i]);
# 2271|                   break;

Error: COMPILER_WARNING (CWE-685): [#def245]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2275:29: warning[-Wformat-extra-args]: too many arguments for format
# 2275 |         fail_unless (found, "Unknown setting %s", key);
#      |                             ^~~~~~~~~~~~~~~~~~~~
# 2273|           }
# 2274|   
# 2275|->         fail_unless (found, "Unknown setting %s", key);
# 2276|   
# 2277|           n_read++;

Error: COMPILER_WARNING (CWE-685): [#def246]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2281:18: warning[-Wformat-extra-args]: too many arguments for format
# 2281 |                  "Not all settings were retrieved (%d out of %d)",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2279|   
# 2280|       fail_unless (n_read == n_values,
# 2281|->                  "Not all settings were retrieved (%d out of %d)",
# 2282|                    n_read, n_values);
# 2283|   

Error: COMPILER_WARNING (CWE-685): [#def247]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2292:22: warning[-Wformat-extra-args]: too many arguments for format
# 2292 |                      "Got key with unstripped prefix (%s)", key);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2290|           gchar *full_key;
# 2291|           fail_unless (strncmp (key, "param/", 6) != 0,
# 2292|->                      "Got key with unstripped prefix (%s)", key);
# 2293|   
# 2294|           full_key = g_strconcat ("param/", key, NULL);

Error: COMPILER_WARNING (CWE-685): [#def248]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2303:30: warning[-Wformat-extra-args]: too many arguments for format
# 2303 |                              "Got value %s for key %s, expecting %s",
#      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2301|                   text = g_value_get_string (val);
# 2302|                   fail_unless (g_strcmp0 (values[i], text) == 0,
# 2303|->                              "Got value %s for key %s, expecting %s",
# 2304|                                text, key, values[i]);
# 2305|                   break;

Error: COMPILER_WARNING (CWE-685): [#def249]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2310:29: warning[-Wformat-extra-args]: too many arguments for format
# 2310 |         fail_unless (found, "Unknown setting %s", key);
#      |                             ^~~~~~~~~~~~~~~~~~~~
# 2308|           g_free (full_key);
# 2309|   
# 2310|->         fail_unless (found, "Unknown setting %s", key);
# 2311|   
# 2312|           n_read++;

Error: COMPILER_WARNING (CWE-685): [#def250]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2315:31: warning[-Wformat-extra-args]: too many arguments for format
# 2315 |     fail_unless (n_read == 3, "Not all settings were retrieved");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2313|       }
# 2314|   
# 2315|->     fail_unless (n_read == 3, "Not all settings were retrieved");
# 2316|   
# 2317|       /* iterate template default settings */

Error: COMPILER_WARNING (CWE-685): [#def251]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2328:31: warning[-Wformat-extra-args]: too many arguments for format
# 2328 |     fail_unless (n_read == 4, "Not all settings were retrieved");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2326|           n_read++;
# 2327|       }
# 2328|->     fail_unless (n_read == 4, "Not all settings were retrieved");
# 2329|   
# 2330|       /* Add a setting that is also on the template, to check if it will

Error: COMPILER_WARNING (CWE-685): [#def252]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2346:31: warning[-Wformat-extra-args]: too many arguments for format
# 2346 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2344|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2345|       run_main_loop_for_n_seconds(0);
# 2346|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2347|       data_stored = FALSE;
# 2348|   

Error: COMPILER_WARNING (CWE-685): [#def253]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2355:22: warning[-Wformat-extra-args]: too many arguments for format
# 2355 |                      "Got key with unstripped prefix (%s)", key);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2353|       {
# 2354|           fail_unless (strncmp (key, "parameters/", 6) != 0,
# 2355|->                      "Got key with unstripped prefix (%s)", key);
# 2356|   
# 2357|           g_debug ("Got key %s of type %s", key, G_VALUE_TYPE_NAME (val));

Error: COMPILER_WARNING (CWE-685): [#def254]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2364:26: warning[-Wformat-extra-args]: too many arguments for format
# 2364 |                          "Got value %d for key %s, expecting %d",
#      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2362|               port = g_value_get_int (val);
# 2363|               fail_unless (port == new_port_value,
# 2364|->                          "Got value %d for key %s, expecting %d",
# 2365|                            port, key, new_port_value);
# 2366|           }

Error: COMPILER_WARNING (CWE-685): [#def255]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2371:31: warning[-Wformat-extra-args]: too many arguments for format
# 2371 |     fail_unless (n_read == 5, "Not all settings were retrieved");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2369|       }
# 2370|   
# 2371|->     fail_unless (n_read == 5, "Not all settings were retrieved");
# 2372|   
# 2373|   

Error: COMPILER_WARNING (CWE-685): [#def256]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_settings_iter_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2417:31: warning[-Wformat-extra-args]: too many arguments for format
# 2417 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2415|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2416|       run_main_loop_for_n_seconds(0);
# 2417|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2418|       data_stored = FALSE;
# 2419|   

Error: COMPILER_WARNING (CWE-685): [#def257]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2420:36: warning[-Wformat-extra-args]: too many arguments for format
# 2420 |     fail_unless (account->id != 0, "Account ID is still 0!");
#      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~
# 2418|       data_stored = FALSE;
# 2419|   
# 2420|->     fail_unless (account->id != 0, "Account ID is still 0!");
# 2421|   
# 2422|       /* iterate the settings */

Error: COMPILER_WARNING (CWE-685): [#def258]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2436:30: warning[-Wformat-extra-args]: too many arguments for format
# 2436 |                              "Got value %s for key %s, expecting %s",
#      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2434|                   text = g_variant_get_string (val, NULL);
# 2435|                   fail_unless (g_strcmp0 (values[i], text) == 0,
# 2436|->                              "Got value %s for key %s, expecting %s",
# 2437|                                text, key, values[i]);
# 2438|                   break;

Error: COMPILER_WARNING (CWE-685): [#def259]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2442:29: warning[-Wformat-extra-args]: too many arguments for format
# 2442 |         fail_unless (found, "Unknown setting %s", key);
#      |                             ^~~~~~~~~~~~~~~~~~~~
# 2440|           }
# 2441|   
# 2442|->         fail_unless (found, "Unknown setting %s", key);
# 2443|   
# 2444|           n_read++;

Error: COMPILER_WARNING (CWE-685): [#def260]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2448:18: warning[-Wformat-extra-args]: too many arguments for format
# 2448 |                  "Not all settings were retrieved (%d out of %d)",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2446|   
# 2447|       fail_unless (n_read == n_values,
# 2448|->                  "Not all settings were retrieved (%d out of %d)",
# 2449|                    n_read, n_values);
# 2450|   

Error: COMPILER_WARNING (CWE-685): [#def261]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2459:22: warning[-Wformat-extra-args]: too many arguments for format
# 2459 |                      "Got key with unstripped prefix (%s)", key);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2457|           gchar *full_key;
# 2458|           fail_unless (strncmp (key, "param/", 6) != 0,
# 2459|->                      "Got key with unstripped prefix (%s)", key);
# 2460|   
# 2461|           full_key = g_strconcat ("param/", key, NULL);

Error: COMPILER_WARNING (CWE-685): [#def262]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2470:30: warning[-Wformat-extra-args]: too many arguments for format
# 2470 |                              "Got value %s for key %s, expecting %s",
#      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2468|                   text = g_variant_get_string (val, NULL);
# 2469|                   fail_unless (g_strcmp0 (values[i], text) == 0,
# 2470|->                              "Got value %s for key %s, expecting %s",
# 2471|                                text, key, values[i]);
# 2472|                   break;

Error: COMPILER_WARNING (CWE-685): [#def263]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2477:29: warning[-Wformat-extra-args]: too many arguments for format
# 2477 |         fail_unless (found, "Unknown setting %s", key);
#      |                             ^~~~~~~~~~~~~~~~~~~~
# 2475|           g_free (full_key);
# 2476|   
# 2477|->         fail_unless (found, "Unknown setting %s", key);
# 2478|   
# 2479|           n_read++;

Error: COMPILER_WARNING (CWE-685): [#def264]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2482:31: warning[-Wformat-extra-args]: too many arguments for format
# 2482 |     fail_unless (n_read == 3, "Not all settings were retrieved");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2480|       }
# 2481|   
# 2482|->     fail_unless (n_read == 3, "Not all settings were retrieved");
# 2483|   
# 2484|       /* iterate template default settings */

Error: COMPILER_WARNING (CWE-685): [#def265]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2496:31: warning[-Wformat-extra-args]: too many arguments for format
# 2496 |     fail_unless (n_read == 4, "Not all settings were retrieved");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2494|           n_read++;
# 2495|       }
# 2496|->     fail_unless (n_read == 4, "Not all settings were retrieved");
# 2497|   
# 2498|       /* Add a setting that is also on the template, to check if it will

Error: COMPILER_WARNING (CWE-685): [#def266]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2510:31: warning[-Wformat-extra-args]: too many arguments for format
# 2510 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2508|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2509|       run_main_loop_for_n_seconds(0);
# 2510|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2511|       data_stored = FALSE;
# 2512|   

Error: COMPILER_WARNING (CWE-685): [#def267]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2519:22: warning[-Wformat-extra-args]: too many arguments for format
# 2519 |                      "Got key with unstripped prefix (%s)", key);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2517|       {
# 2518|           fail_unless (strncmp (key, "parameters/", 6) != 0,
# 2519|->                      "Got key with unstripped prefix (%s)", key);
# 2520|   
# 2521|           g_debug ("Got key %s of type %s",

Error: COMPILER_WARNING (CWE-685): [#def268]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2529:26: warning[-Wformat-extra-args]: too many arguments for format
# 2529 |                          "Got value %d for key %s, expecting %d",
#      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2527|               port = g_variant_get_int16 (val);
# 2528|               fail_unless (port == new_port_value,
# 2529|->                          "Got value %d for key %s, expecting %d",
# 2530|                            port, key, new_port_value);
# 2531|           }

Error: COMPILER_WARNING (CWE-685): [#def269]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2536:31: warning[-Wformat-extra-args]: too many arguments for format
# 2536 |     fail_unless (n_read == 5, "Not all settings were retrieved");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2534|       }
# 2535|   
# 2536|->     fail_unless (n_read == 5, "Not all settings were retrieved");
# 2537|   
# 2538|   

Error: COMPILER_WARNING (CWE-685): [#def270]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_list_services_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2556:35: warning[-Wformat-extra-args]: too many arguments for format
# 2556 |     fail_unless (n_services == 3, "Got %d services, expecting 3", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2554|   
# 2555|       n_services = g_list_length (services);
# 2556|->     fail_unless (n_services == 3, "Got %d services, expecting 3", n_services);
# 2557|   
# 2558|       for (list = services; list != NULL; list = list->next)

Error: COMPILER_WARNING (CWE-685): [#def271]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2567:22: warning[-Wformat-extra-args]: too many arguments for format
# 2567 |                      "Got unexpected service `%s'", name);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2565|                        g_strcmp0 (name, "MyService2") == 0 ||
# 2566|                        g_strcmp0 (name, "OtherService") == 0,
# 2567|->                      "Got unexpected service `%s'", name);
# 2568|       }
# 2569|       ag_service_list_free (services);

Error: COMPILER_WARNING (CWE-685): [#def272]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2575:35: warning[-Wformat-extra-args]: too many arguments for format
# 2575 |     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2573|   
# 2574|       n_services = g_list_length (services);
# 2575|->     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
# 2576|   
# 2577|       list = services;

Error: COMPILER_WARNING (CWE-685): [#def273]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2581:18: warning[-Wformat-extra-args]: too many arguments for format
# 2581 |                  "Got unexpected service `%s'", name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2579|       name = ag_service_get_name (service);
# 2580|       fail_unless (g_strcmp0 (name, "OtherService") == 0,
# 2581|->                  "Got unexpected service `%s'", name);
# 2582|       ag_service_list_free (services);
# 2583|   

Error: COMPILER_WARNING (CWE-685): [#def274]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_list_service_types_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2601:18: warning[-Wformat-extra-args]: too many arguments for format
# 2601 |                  "Got %d service types, expecting 1",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2599|       n_service_types = g_list_length (service_types);
# 2600|       fail_unless (n_service_types == 1,
# 2601|->                  "Got %d service types, expecting 1",
# 2602|                    n_service_types);
# 2603|   

Error: COMPILER_WARNING (CWE-685): [#def275]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2611:22: warning[-Wformat-extra-args]: too many arguments for format
# 2611 |                      "Got unexpected service type `%s'", name);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2609|           g_debug ("Service type name: %s", name);
# 2610|           fail_unless (g_strcmp0 (name, "e-mail") == 0,
# 2611|->                      "Got unexpected service type `%s'", name);
# 2612|           
# 2613|           tags = ag_service_type_get_tags (service_type);

Error: COMPILER_WARNING (CWE-685): [#def276]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2620:26: warning[-Wformat-extra-args]: too many arguments for format
# 2620 |                          "Got unexpected service type tag `%s'", tag);
#      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2618|               fail_unless ((g_strcmp0 (tag, "e-mail") == 0 ||
# 2619|                             g_strcmp0 (tag, "messaging") == 0),
# 2620|->                          "Got unexpected service type tag `%s'", tag);
# 2621|           }
# 2622|           g_list_free (tags);

Error: COMPILER_WARNING (CWE-685): [#def277]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2624:22: warning[-Wformat-extra-args]: too many arguments for format
# 2624 |                      "Missing service type tag");
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 2622|           g_list_free (tags);
# 2623|           fail_unless (ag_service_type_has_tag (service_type, "messaging"),
# 2624|->                      "Missing service type tag");
# 2625|       }
# 2626|       ag_service_type_list_free (service_types);

Error: COMPILER_WARNING (CWE-685): [#def278]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_delete_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2645:31: warning[-Wformat-extra-args]: too many arguments for format
# 2645 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2643|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2644|       run_main_loop_for_n_seconds(0);
# 2645|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2646|       data_stored = FALSE;
# 2647|   

Error: COMPILER_WARNING (CWE-685): [#def279]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2648:36: warning[-Wformat-extra-args]: too many arguments for format
# 2648 |     fail_unless (account->id != 0, "Account ID is still 0!");
#      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~
# 2646|       data_stored = FALSE;
# 2647|   
# 2648|->     fail_unless (account->id != 0, "Account ID is still 0!");
# 2649|       id = account->id;
# 2650|   

Error: COMPILER_WARNING (CWE-685): [#def280]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2665:43: warning[-Wformat-extra-args]: too many arguments for format
# 2665 |     fail_unless (enabled_called == FALSE, "Accound disabled too early!");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2663|       /* until ag_account_store() is called, the signals should not have been
# 2664|        * emitted */
# 2665|->     fail_unless (enabled_called == FALSE, "Accound disabled too early!");
# 2666|       fail_unless (deleted_called == FALSE, "Accound deleted too early!");
# 2667|   

Error: COMPILER_WARNING (CWE-685): [#def281]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2666:43: warning[-Wformat-extra-args]: too many arguments for format
# 2666 |     fail_unless (deleted_called == FALSE, "Accound deleted too early!");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2664|        * emitted */
# 2665|       fail_unless (enabled_called == FALSE, "Accound disabled too early!");
# 2666|->     fail_unless (deleted_called == FALSE, "Accound deleted too early!");
# 2667|   
# 2668|       /* really delete the account */

Error: COMPILER_WARNING (CWE-685): [#def282]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2671:31: warning[-Wformat-extra-args]: too many arguments for format
# 2671 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2669|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2670|       run_main_loop_for_n_seconds(0);
# 2671|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2672|       data_stored = FALSE;
# 2673|   

Error: COMPILER_WARNING (CWE-685): [#def283]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2675:34: warning[-Wformat-extra-args]: too many arguments for format
# 2675 |     fail_unless (enabled_called, "Accound enabled signal not emitted");
#      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2673|   
# 2674|       /* check that the signals are emitted */
# 2675|->     fail_unless (enabled_called, "Accound enabled signal not emitted");
# 2676|       fail_unless (deleted_called, "Accound deleted signal not emitted");
# 2677|   

Error: COMPILER_WARNING (CWE-685): [#def284]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2676:34: warning[-Wformat-extra-args]: too many arguments for format
# 2676 |     fail_unless (deleted_called, "Accound deleted signal not emitted");
#      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2674|       /* check that the signals are emitted */
# 2675|       fail_unless (enabled_called, "Accound enabled signal not emitted");
# 2676|->     fail_unless (deleted_called, "Accound deleted signal not emitted");
# 2677|   
# 2678|       g_object_unref (account);

Error: COMPILER_WARNING (CWE-685): [#def285]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2682:35: warning[-Wformat-extra-args]: too many arguments for format
# 2682 |     fail_unless (account == NULL, "The account still exists");
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 2680|       /* load the account again: this must fail */
# 2681|       account = ag_manager_get_account (manager, id);
# 2682|->     fail_unless (account == NULL, "The account still exists");
# 2683|   
# 2684|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def286]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘key_changed_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2692:37: warning[-Wformat-extra-args]: too many arguments for format
# 2692 |     fail_unless (*invoked == FALSE, "Callback invoked twice!");
#      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
# 2690|   {
# 2691|       fail_unless (invoked != NULL);
# 2692|->     fail_unless (*invoked == FALSE, "Callback invoked twice!");
# 2693|   
# 2694|       fail_unless (key != NULL);

Error: COMPILER_WARNING (CWE-685): [#def287]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2697:18: warning[-Wformat-extra-args]: too many arguments for format
# 2697 |                  "Callback invoked for wrong key %s", key);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2695|       fail_unless (g_strcmp0 (key, "parameters/server") == 0 ||
# 2696|                    g_strcmp0 (key, "parameters/port") == 0,
# 2697|->                  "Callback invoked for wrong key %s", key);
# 2698|       *invoked = TRUE;
# 2699|   }

Error: COMPILER_WARNING (CWE-685): [#def288]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘dir_changed_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2705:37: warning[-Wformat-extra-args]: too many arguments for format
# 2705 |     fail_unless (*invoked == FALSE, "Callback invoked twice!");
#      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
# 2703|   {
# 2704|       fail_unless (invoked != NULL);
# 2705|->     fail_unless (*invoked == FALSE, "Callback invoked twice!");
# 2706|   
# 2707|       fail_unless (key != NULL);

Error: COMPILER_WARNING (CWE-685): [#def289]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2709:18: warning[-Wformat-extra-args]: too many arguments for format
# 2709 |                  "Callback invoked for wrong dir %s", key);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2707|       fail_unless (key != NULL);
# 2708|       fail_unless (g_strcmp0 (key, "parameters/") == 0,
# 2709|->                  "Callback invoked for wrong dir %s", key);
# 2710|       *invoked = TRUE;
# 2711|   }

Error: COMPILER_WARNING (CWE-685): [#def290]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_watches_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2753:31: warning[-Wformat-extra-args]: too many arguments for format
# 2753 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2751|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2752|       run_main_loop_for_n_seconds(0);
# 2753|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2754|       data_stored = FALSE;
# 2755|   

Error: COMPILER_WARNING (CWE-685): [#def291]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2758:43: warning[-Wformat-extra-args]: too many arguments for format
# 2758 |     fail_unless (server_changed == FALSE, "Callback for 'server' invoked");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2756|       /* if we didn't change the server, make sure the callback is not
# 2757|        * invoked */
# 2758|->     fail_unless (server_changed == FALSE, "Callback for 'server' invoked");
# 2759|   
# 2760|       /* make sure the port callback was called */

Error: COMPILER_WARNING (CWE-685): [#def292]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2761:40: warning[-Wformat-extra-args]: too many arguments for format
# 2761 |     fail_unless (port_changed == TRUE, "Callback for 'port' not invoked");
#      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2759|   
# 2760|       /* make sure the port callback was called */
# 2761|->     fail_unless (port_changed == TRUE, "Callback for 'port' not invoked");
# 2762|   
# 2763|       /* make sure the dir callback was called */

Error: COMPILER_WARNING (CWE-685): [#def293]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2764:39: warning[-Wformat-extra-args]: too many arguments for format
# 2764 |     fail_unless (dir_changed == TRUE, "Callback for 'parameters/' not invoked");
#      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2762|   
# 2763|       /* make sure the dir callback was called */
# 2764|->     fail_unless (dir_changed == TRUE, "Callback for 'parameters/' not invoked");
# 2765|   
# 2766|   

Error: COMPILER_WARNING (CWE-685): [#def294]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2786:31: warning[-Wformat-extra-args]: too many arguments for format
# 2786 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2784|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 2785|       run_main_loop_for_n_seconds(0);
# 2786|->     fail_unless (data_stored, "Callback not invoked immediately");
# 2787|       data_stored = FALSE;
# 2788|   

Error: COMPILER_WARNING (CWE-685): [#def295]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2790:42: warning[-Wformat-extra-args]: too many arguments for format
# 2790 |     fail_unless (server_changed == TRUE, "Callback for 'server' not invoked");
#      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2788|   
# 2789|       /* make sure the callback for the server is invoked */
# 2790|->     fail_unless (server_changed == TRUE, "Callback for 'server' not invoked");
# 2791|   
# 2792|       /* make sure the port callback was not called (we removed the watch) */

Error: COMPILER_WARNING (CWE-685): [#def296]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2793:41: warning[-Wformat-extra-args]: too many arguments for format
# 2793 |     fail_unless (port_changed == FALSE, "Callback for 'port' invoked");
#      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2791|   
# 2792|       /* make sure the port callback was not called (we removed the watch) */
# 2793|->     fail_unless (port_changed == FALSE, "Callback for 'port' invoked");
# 2794|   
# 2795|       /* make sure the dir callback was called */

Error: COMPILER_WARNING (CWE-685): [#def297]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2796:39: warning[-Wformat-extra-args]: too many arguments for format
# 2796 |     fail_unless (dir_changed == TRUE, "Callback for 'parameters/' not invoked");
#      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2794|   
# 2795|       /* make sure the dir callback was called */
# 2796|->     fail_unless (dir_changed == TRUE, "Callback for 'parameters/' not invoked");
# 2797|   
# 2798|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def298]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘on_account_deleted’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2855:37: warning[-Wformat-extra-args]: too many arguments for format
# 2855 |     fail_unless (account_id == *id, "Deletion of unexpected account");
#      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2853|       g_debug ("%s called (%u)", G_STRFUNC, account_id);
# 2854|   
# 2855|->     fail_unless (account_id == *id, "Deletion of unexpected account");
# 2856|       *id = 0;
# 2857|       g_main_loop_quit (main_loop);

Error: COMPILER_WARNING (CWE-685): [#def299]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘changed_cb’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2864:37: warning[-Wformat-extra-args]: too many arguments for format
# 2864 |     fail_unless (*invoked == FALSE, "Callback invoked twice!");
#      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
# 2862|   {
# 2863|       fail_unless (invoked != NULL);
# 2864|->     fail_unless (*invoked == FALSE, "Callback invoked twice!");
# 2865|   
# 2866|       fail_unless (key != NULL);

Error: COMPILER_WARNING (CWE-685): [#def300]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_concurrency_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2914:34: warning[-Wformat-extra-args]: too many arguments for format
# 2914 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 2912|       g_main_loop_run (main_loop);
# 2913|   
# 2914|->     fail_unless (source_id != 0, "Timeout happened");
# 2915|       g_source_remove (source_id);
# 2916|   

Error: COMPILER_WARNING (CWE-685): [#def301]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2917:35: warning[-Wformat-extra-args]: too many arguments for format
# 2917 |     fail_unless (account_id != 0, "Account ID still 0");
#      |                                   ^~~~~~~~~~~~~~~~~~~~
# 2915|       g_source_remove (source_id);
# 2916|   
# 2917|->     fail_unless (account_id != 0, "Account ID still 0");
# 2918|   
# 2919|       account = ag_manager_get_account (manager, account_id);

Error: COMPILER_WARNING (CWE-685): [#def302]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2920:43: warning[-Wformat-extra-args]: too many arguments for format
# 2920 |     fail_unless (AG_IS_ACCOUNT (account), "Got invalid account");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~
# 2918|   
# 2919|       account = ag_manager_get_account (manager, account_id);
# 2920|->     fail_unless (AG_IS_ACCOUNT (account), "Got invalid account");
# 2921|   
# 2922|       provider_name = ag_account_get_provider_name (account);

Error: COMPILER_WARNING (CWE-685): [#def303]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2924:18: warning[-Wformat-extra-args]: too many arguments for format
# 2924 |                  "Wrong provider name '%s'", provider_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 2922|       provider_name = ag_account_get_provider_name (account);
# 2923|       fail_unless (g_strcmp0 (provider_name, "myprovider") == 0,
# 2924|->                  "Wrong provider name '%s'", provider_name);
# 2925|   
# 2926|       display_name = ag_account_get_display_name (account);

Error: COMPILER_WARNING (CWE-685): [#def304]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2928:18: warning[-Wformat-extra-args]: too many arguments for format
# 2928 |                  "Wrong display name '%s'", display_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~
# 2926|       display_name = ag_account_get_display_name (account);
# 2927|       fail_unless (g_strcmp0 (display_name, "MyAccountName") == 0,
# 2928|->                  "Wrong display name '%s'", display_name);
# 2929|   
# 2930|       {

Error: COMPILER_WARNING (CWE-685): [#def305]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2936:22: warning[-Wformat-extra-args]: too many arguments for format
# 2936 |                      "Wrong display name '%s'", allocated_display_name);
#      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~
# 2934|                         NULL);
# 2935|           fail_unless (g_strcmp0 (allocated_display_name, "MyAccountName") == 0,
# 2936|->                      "Wrong display name '%s'", allocated_display_name);
# 2937|           g_free (allocated_display_name);
# 2938|       }

Error: COMPILER_WARNING (CWE-685): [#def306]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2949:34: warning[-Wformat-extra-args]: too many arguments for format
# 2949 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 2947|       source_id = g_timeout_add_seconds (2, concurrency_test_failed, NULL);
# 2948|       g_main_loop_run (main_loop);
# 2949|->     fail_unless (source_id != 0, "Timeout happened");
# 2950|       g_source_remove (source_id);
# 2951|       g_object_unref (account);

Error: COMPILER_WARNING (CWE-685): [#def307]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2953:35: warning[-Wformat-extra-args]: too many arguments for format
# 2953 |     fail_unless (account_id == 0, "Account still alive");
#      |                                   ^~~~~~~~~~~~~~~~~~~~~
# 2951|       g_object_unref (account);
# 2952|   
# 2953|->     fail_unless (account_id == 0, "Account still alive");
# 2954|   
# 2955|       /* check a more complex creation */

Error: COMPILER_WARNING (CWE-685): [#def308]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2961:34: warning[-Wformat-extra-args]: too many arguments for format
# 2961 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 2959|       source_id = g_timeout_add_seconds (2, concurrency_test_failed, NULL);
# 2960|       g_main_loop_run (main_loop);
# 2961|->     fail_unless (source_id != 0, "Timeout happened");
# 2962|       g_source_remove (source_id);
# 2963|   

Error: COMPILER_WARNING (CWE-685): [#def309]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2964:35: warning[-Wformat-extra-args]: too many arguments for format
# 2964 |     fail_unless (account_id != 0, "Account ID still 0");
#      |                                   ^~~~~~~~~~~~~~~~~~~~
# 2962|       g_source_remove (source_id);
# 2963|   
# 2964|->     fail_unless (account_id != 0, "Account ID still 0");
# 2965|   
# 2966|       account = ag_manager_get_account (manager, account_id);

Error: COMPILER_WARNING (CWE-685): [#def310]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2967:43: warning[-Wformat-extra-args]: too many arguments for format
# 2967 |     fail_unless (AG_IS_ACCOUNT (account), "Got invalid account");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~
# 2965|   
# 2966|       account = ag_manager_get_account (manager, account_id);
# 2967|->     fail_unless (AG_IS_ACCOUNT (account), "Got invalid account");
# 2968|   
# 2969|       fail_unless (ag_account_get_enabled (account) == TRUE);

Error: COMPILER_WARNING (CWE-685): [#def311]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2983:55: warning[-Wformat-extra-args]: too many arguments for format
# 2983 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 2981|       g_value_init (&value, G_TYPE_STRV);
# 2982|       source = ag_account_get_value (account, "numbers", &value);
# 2983|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 2984|       string_list = g_value_get_boxed (&value);
# 2985|       fail_unless (test_strv_equal (string_list, numbers),

Error: COMPILER_WARNING (CWE-685): [#def312]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2986:18: warning[-Wformat-extra-args]: too many arguments for format
# 2986 |                  "Wrong numbers");
#      |                  ^~~~~~~~~~~~~~~
# 2984|       string_list = g_value_get_boxed (&value);
# 2985|       fail_unless (test_strv_equal (string_list, numbers),
# 2986|->                  "Wrong numbers");
# 2987|       g_value_unset (&value);
# 2988|   

Error: COMPILER_WARNING (CWE-685): [#def313]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:2991:35: warning[-Wformat-extra-args]: too many arguments for format
# 2991 |     fail_unless (service != NULL, "Cannot get service");
#      |                                   ^~~~~~~~~~~~~~~~~~~~
# 2989|       /* we expect more keys in MyService */
# 2990|       service = ag_manager_get_service (manager, "MyService");
# 2991|->     fail_unless (service != NULL, "Cannot get service");
# 2992|   
# 2993|       ag_account_select_service (account, service);

Error: COMPILER_WARNING (CWE-685): [#def314]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3048:34: warning[-Wformat-extra-args]: too many arguments for format
# 3048 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 3046|       source_id = g_timeout_add_seconds (2, concurrency_test_failed, NULL);
# 3047|       g_main_loop_run (main_loop);
# 3048|->     fail_unless (source_id != 0, "Timeout happened");
# 3049|       g_source_remove (source_id);
# 3050|   

Error: COMPILER_WARNING (CWE-685): [#def315]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_service_regression_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3140:31: warning[-Wformat-extra-args]: too many arguments for format
# 3140 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3138|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3139|       run_main_loop_for_n_seconds(0);
# 3140|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3141|       data_stored = FALSE;
# 3142|   

Error: COMPILER_WARNING (CWE-685): [#def316]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3152:18: warning[-Wformat-extra-args]: too many arguments for format
# 3152 |                  "Couldn't load account %u", account_id);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 3150|       account = ag_manager_get_account (manager, account_id);
# 3151|       fail_unless (AG_IS_ACCOUNT (account),
# 3152|->                  "Couldn't load account %u", account_id);
# 3153|   
# 3154|       provider_name = ag_account_get_provider_name (account);

Error: COMPILER_WARNING (CWE-685): [#def317]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3156:18: warning[-Wformat-extra-args]: too many arguments for format
# 3156 |                  "Got provider %s, expecting %s", provider_name, PROVIDER);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3154|       provider_name = ag_account_get_provider_name (account);
# 3155|       fail_unless (g_strcmp0 (provider_name, PROVIDER) == 0,
# 3156|->                  "Got provider %s, expecting %s", provider_name, PROVIDER);
# 3157|   
# 3158|       /* check that the values are retained */

Error: COMPILER_WARNING (CWE-685): [#def318]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3161:18: warning[-Wformat-extra-args]: too many arguments for format
# 3161 |                  "Display name not retained!");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3159|       fail_unless (g_strcmp0 (ag_account_get_display_name (account),
# 3160|                            display_name) == 0,
# 3161|->                  "Display name not retained!");
# 3162|   
# 3163|       ag_account_select_service (account, service);

Error: COMPILER_WARNING (CWE-685): [#def319]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3167:18: warning[-Wformat-extra-args]: too many arguments for format
# 3167 |                  "Account service not enabled!");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3165|       /* we enabled the service before: check that it's still enabled */
# 3166|       fail_unless (ag_account_get_enabled (account) == TRUE,
# 3167|->                  "Account service not enabled!");
# 3168|   
# 3169|       g_value_init (&value, G_TYPE_STRING);

Error: COMPILER_WARNING (CWE-685): [#def320]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3171:55: warning[-Wformat-extra-args]: too many arguments for format
# 3171 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 3169|       g_value_init (&value, G_TYPE_STRING);
# 3170|       source = ag_account_get_value (account, "username", &value);
# 3171|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 3172|       fail_unless (g_strcmp0(g_value_get_string (&value), username) == 0,
# 3173|                    "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def321]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3173:18: warning[-Wformat-extra-args]: too many arguments for format
# 3173 |                  "Wrong value");
#      |                  ^~~~~~~~~~~~~
# 3171|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 3172|       fail_unless (g_strcmp0(g_value_get_string (&value), username) == 0,
# 3173|->                  "Wrong value");
# 3174|       g_value_unset (&value);
# 3175|   

Error: COMPILER_WARNING (CWE-685): [#def322]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3178:55: warning[-Wformat-extra-args]: too many arguments for format
# 3178 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 3176|       g_value_init (&value, G_TYPE_BOOLEAN);
# 3177|       source = ag_account_get_value (account, "check_automatically", &value);
# 3178|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 3179|       fail_unless (g_value_get_boolean (&value) == check_automatically,
# 3180|                    "Wrong value");

Error: COMPILER_WARNING (CWE-685): [#def323]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3180:18: warning[-Wformat-extra-args]: too many arguments for format
# 3180 |                  "Wrong value");
#      |                  ^~~~~~~~~~~~~
# 3178|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 3179|       fail_unless (g_value_get_boolean (&value) == check_automatically,
# 3180|->                  "Wrong value");
# 3181|       g_value_unset (&value);
# 3182|   

Error: COMPILER_WARNING (CWE-685): [#def324]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3185:55: warning[-Wformat-extra-args]: too many arguments for format
# 3185 |     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
#      |                                                       ^~~~~~~~~~~~~~
# 3183|       g_value_init (&value, G_TYPE_INT);
# 3184|       source = ag_account_get_value (account, "interval", &value);
# 3185|->     fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 3186|       fail_unless (g_value_get_int (&value) == interval, "Wrong value");
# 3187|       g_value_unset (&value);

Error: COMPILER_WARNING (CWE-685): [#def325]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3186:56: warning[-Wformat-extra-args]: too many arguments for format
# 3186 |     fail_unless (g_value_get_int (&value) == interval, "Wrong value");
#      |                                                        ^~~~~~~~~~~~~
# 3184|       source = ag_account_get_value (account, "interval", &value);
# 3185|       fail_unless (source == AG_SETTING_SOURCE_ACCOUNT, "Wrong source");
# 3186|->     fail_unless (g_value_get_int (&value) == interval, "Wrong value");
# 3187|       g_value_unset (&value);
# 3188|   

Error: COMPILER_WARNING (CWE-685): [#def326]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_blocking_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3210:22: warning[-Wformat-extra-args]: too many arguments for format
# 3210 |     fail_unless (ok, "Got error %s", error ? error->message : "No error set");
#      |                      ^~~~~~~~~~~~~~
# 3208|       ag_account_set_display_name (account, "Blocked account");
# 3209|       ok = ag_account_store_blocking (account, &error);
# 3210|->     fail_unless (ok, "Got error %s", error ? error->message : "No error set");
# 3211|       fail_unless (account->id != 0);
# 3212|   

Error: COMPILER_WARNING (CWE-685): [#def327]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3215:18: warning[-Wformat-extra-args]: too many arguments for format
# 3215 |                  "Wrong display name '%s'", display_name);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~
# 3213|       display_name = ag_account_get_display_name (account);
# 3214|       fail_unless (g_strcmp0 (display_name, "Blocked account") == 0,
# 3215|->                  "Wrong display name '%s'", display_name);
# 3216|   
# 3217|       /* Now change the display name and make sure it's not updated

Error: COMPILER_WARNING (CWE-685): [#def328]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3246:22: warning[-Wformat-extra-args]: too many arguments for format
# 3246 |     fail_unless (ok, "Got error %s", error ? error->message : "No error set");
#      |                      ^~~~~~~~~~~~~~
# 3244|   
# 3245|       /* the operation completed successfully */
# 3246|->     fail_unless (ok, "Got error %s", error ? error->message : "No error set");
# 3247|   
# 3248|       /* make sure the display name changed */

Error: COMPILER_WARNING (CWE-685): [#def329]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_cache_regression_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3294:31: warning[-Wformat-extra-args]: too many arguments for format
# 3294 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3292|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3293|       run_main_loop_for_n_seconds(0);
# 3294|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3295|       data_stored = FALSE;
# 3296|   

Error: COMPILER_WARNING (CWE-685): [#def330]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3305:31: warning[-Wformat-extra-args]: too many arguments for format
# 3305 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3303|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3304|       run_main_loop_for_n_seconds(0);
# 3305|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3306|       data_stored = FALSE;
# 3307|   

Error: COMPILER_WARNING (CWE-685): [#def331]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3321:31: warning[-Wformat-extra-args]: too many arguments for format
# 3321 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3319|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3320|       run_main_loop_for_n_seconds(0);
# 3321|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3322|       data_stored = FALSE;
# 3323|   

Error: COMPILER_WARNING (CWE-685): [#def332]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_serviceid_regression_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3373:31: warning[-Wformat-extra-args]: too many arguments for format
# 3373 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3371|       ag_account_store (account1, account_store_now_cb, TEST_STRING);
# 3372|       run_main_loop_for_n_seconds(0);
# 3373|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3374|       data_stored = FALSE;
# 3375|   

Error: COMPILER_WARNING (CWE-685): [#def333]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3378:31: warning[-Wformat-extra-args]: too many arguments for format
# 3378 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3376|       ag_account_store (account2, account_store_now_cb, TEST_STRING);
# 3377|       run_main_loop_for_n_seconds(0);
# 3378|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3379|       data_stored = FALSE;
# 3380|   

Error: COMPILER_WARNING (CWE-685): [#def334]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_enabled_regression_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3415:45: warning[-Wformat-extra-args]: too many arguments for format
# 3415 |     fail_unless (ecd.enabled_check == TRUE, "Settings are not updated!");
#      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3413|       fail_unless (ecd.called == TRUE);
# 3414|       fail_unless (ecd.service == NULL);
# 3415|->     fail_unless (ecd.enabled_check == TRUE, "Settings are not updated!");
# 3416|   
# 3417|       memset (&ecd, 0, sizeof (ecd));

Error: COMPILER_WARNING (CWE-685): [#def335]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3423:45: warning[-Wformat-extra-args]: too many arguments for format
# 3423 |     fail_unless (ecd.enabled_check == TRUE, "Settings are not updated!");
#      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3421|       fail_unless (ecd.called == TRUE);
# 3422|       fail_unless (ecd.service == NULL);
# 3423|->     fail_unless (ecd.enabled_check == TRUE, "Settings are not updated!");
# 3424|   
# 3425|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def336]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_delete_regression_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3447:31: warning[-Wformat-extra-args]: too many arguments for format
# 3447 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3445|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3446|       run_main_loop_for_n_seconds(0);
# 3447|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3448|       data_stored = FALSE;
# 3449|   

Error: COMPILER_WARNING (CWE-685): [#def337]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3450:36: warning[-Wformat-extra-args]: too many arguments for format
# 3450 |     fail_unless (account->id != 0, "Account ID is still 0!");
#      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~
# 3448|       data_stored = FALSE;
# 3449|   
# 3450|->     fail_unless (account->id != 0, "Account ID is still 0!");
# 3451|   
# 3452|       account_service = ag_account_service_new (account, service);

Error: COMPILER_WARNING (CWE-685): [#def338]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3468:43: warning[-Wformat-extra-args]: too many arguments for format
# 3468 |     fail_unless (enabled_called == FALSE, "Accound disabled too early!");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3466|       /* until ag_account_store() is called, the signals should not have been
# 3467|        * emitted */
# 3468|->     fail_unless (enabled_called == FALSE, "Accound disabled too early!");
# 3469|       fail_unless (deleted_called == FALSE, "Accound deleted too early!");
# 3470|   

Error: COMPILER_WARNING (CWE-685): [#def339]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3469:43: warning[-Wformat-extra-args]: too many arguments for format
# 3469 |     fail_unless (deleted_called == FALSE, "Accound deleted too early!");
#      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3467|        * emitted */
# 3468|       fail_unless (enabled_called == FALSE, "Accound disabled too early!");
# 3469|->     fail_unless (deleted_called == FALSE, "Accound deleted too early!");
# 3470|   
# 3471|       /* really delete the account */

Error: COMPILER_WARNING (CWE-685): [#def340]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3474:31: warning[-Wformat-extra-args]: too many arguments for format
# 3474 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3472|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3473|       run_main_loop_for_n_seconds(0);
# 3474|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3475|       data_stored = FALSE;
# 3476|   

Error: COMPILER_WARNING (CWE-685): [#def341]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3478:34: warning[-Wformat-extra-args]: too many arguments for format
# 3478 |     fail_unless (enabled_called, "Accound enabled signal not emitted");
#      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3476|   
# 3477|       /* check that the signals are emitted */
# 3478|->     fail_unless (enabled_called, "Accound enabled signal not emitted");
# 3479|       fail_unless (deleted_called, "Accound deleted signal not emitted");
# 3480|   

Error: COMPILER_WARNING (CWE-685): [#def342]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3479:34: warning[-Wformat-extra-args]: too many arguments for format
# 3479 |     fail_unless (deleted_called, "Accound deleted signal not emitted");
#      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3477|       /* check that the signals are emitted */
# 3478|       fail_unless (enabled_called, "Accound enabled signal not emitted");
# 3479|->     fail_unless (deleted_called, "Accound deleted signal not emitted");
# 3480|   
# 3481|       g_object_unref (account_service);

Error: COMPILER_WARNING (CWE-685): [#def343]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_duplicate_create_regression_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3530:17: warning[-Wformat-extra-args]: too many arguments for format
# 3530 |                 "account-created emitted %d times!", create_signal_counter);
#      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3528|   
# 3529|       fail_unless(create_signal_counter == 1,
# 3530|->                 "account-created emitted %d times!", create_signal_counter);
# 3531|   
# 3532|       end_test ();

Error: COMPILER_WARNING (CWE-685): [#def344]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_manager_new_for_service_type_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3569:31: warning[-Wformat-extra-args]: too many arguments for format
# 3569 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3567|       ag_account_store (account1, account_store_now_cb, TEST_STRING);
# 3568|       run_main_loop_for_n_seconds(0);
# 3569|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3570|       data_stored = FALSE;
# 3571|       ag_account_store (account2, account_store_now_cb, TEST_STRING);

Error: COMPILER_WARNING (CWE-685): [#def345]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3573:31: warning[-Wformat-extra-args]: too many arguments for format
# 3573 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3571|       ag_account_store (account2, account_store_now_cb, TEST_STRING);
# 3572|       run_main_loop_for_n_seconds(0);
# 3573|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3574|       data_stored = FALSE;
# 3575|   

Error: COMPILER_WARNING (CWE-685): [#def346]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_manager_enabled_event_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3649:31: warning[-Wformat-extra-args]: too many arguments for format
# 3649 |     fail_unless (data_stored, "Callback not invoked immediately");
#      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3647|       ag_account_store (account, account_store_now_cb, TEST_STRING);
# 3648|       run_main_loop_for_n_seconds(0);
# 3649|->     fail_unless (data_stored, "Callback not invoked immediately");
# 3650|       data_stored = FALSE;
# 3651|   

Error: COMPILER_WARNING (CWE-685): [#def347]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3664:34: warning[-Wformat-extra-args]: too many arguments for format
# 3664 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 3662|       source_id = g_timeout_add_seconds (2, enabled_event_test_failed, NULL);
# 3663|       g_main_loop_run (main_loop);
# 3664|->     fail_unless (source_id != 0, "Timeout happened");
# 3665|       g_source_remove (source_id);
# 3666|   

Error: COMPILER_WARNING (CWE-685): [#def348]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3678:34: warning[-Wformat-extra-args]: too many arguments for format
# 3678 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 3676|       source_id = g_timeout_add_seconds (2, enabled_event_test_failed, NULL);
# 3677|       g_main_loop_run (main_loop);
# 3678|->     fail_unless (source_id != 0, "Timeout happened");
# 3679|       g_source_remove (source_id);
# 3680|   

Error: COMPILER_WARNING (CWE-685): [#def349]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_list_enabled_account_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3698:35: warning[-Wformat-extra-args]: too many arguments for format
# 3698 |     fail_unless (manager != NULL, "Manager should not be NULL");
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3696|   
# 3697|       manager = ag_manager_new ();
# 3698|->     fail_unless (manager != NULL, "Manager should not be NULL");
# 3699|   
# 3700|       account1 = ag_manager_create_account (manager, "MyProvider");

Error: COMPILER_WARNING (CWE-685): [#def350]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3702:18: warning[-Wformat-extra-args]: too many arguments for format
# 3702 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3700|       account1 = ag_manager_create_account (manager, "MyProvider");
# 3701|       fail_unless (AG_IS_ACCOUNT (account1),
# 3702|->                  "Failed to create the AgAccount.");
# 3703|       ag_account_set_display_name (account1, "EnabledAccount");
# 3704|       ag_account_set_enabled (account1, TRUE);

Error: COMPILER_WARNING (CWE-685): [#def351]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3709:18: warning[-Wformat-extra-args]: too many arguments for format
# 3709 |                  "Failed to create the AgAccount.");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3707|       account2 = ag_manager_create_account (manager, "MyProvider");
# 3708|       fail_unless (AG_IS_ACCOUNT (account2),
# 3709|->                  "Failed to create the AgAccount.");
# 3710|       ag_account_set_display_name (account2, "DisabledAccount");
# 3711|       ag_account_set_enabled (account2, FALSE);

Error: COMPILER_WARNING (CWE-685): [#def352]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3717:18: warning[-Wformat-extra-args]: too many arguments for format
# 3717 |                  "No enabled accounts?");
#      |                  ^~~~~~~~~~~~~~~~~~~~~~
# 3715|       list = ag_manager_list_enabled (manager);
# 3716|       fail_unless (g_list_length (list) > 0,
# 3717|->                  "No enabled accounts?");
# 3718|   
# 3719|       for (iter = list; iter != NULL; iter = g_list_next (iter))

Error: COMPILER_WARNING (CWE-685): [#def353]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3734:33: warning[-Wformat-extra-args]: too many arguments for format
# 3734 |     fail_unless (found == TRUE, "Required account not enabled");
#      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3732|       }
# 3733|   
# 3734|->     fail_unless (found == TRUE, "Required account not enabled");
# 3735|   
# 3736|       if (account3)

Error: COMPILER_WARNING (CWE-685): [#def354]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_account_list_enabled_services_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3805:35: warning[-Wformat-extra-args]: too many arguments for format
# 3805 |     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3803|       services = ag_account_list_enabled_services (account);
# 3804|       n_services = g_list_length (services);
# 3805|->     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
# 3806|       ag_service_list_free (services);
# 3807|   

Error: COMPILER_WARNING (CWE-685): [#def355]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3816:35: warning[-Wformat-extra-args]: too many arguments for format
# 3816 |     fail_unless (n_services == 2, "Got %d services, expecting 2", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3814|   
# 3815|       n_services = g_list_length (services);
# 3816|->     fail_unless (n_services == 2, "Got %d services, expecting 2", n_services);
# 3817|       ag_service_list_free (services);
# 3818|   

Error: COMPILER_WARNING (CWE-685): [#def356]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3828:35: warning[-Wformat-extra-args]: too many arguments for format
# 3828 |     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3826|   
# 3827|       n_services = g_list_length (services);
# 3828|->     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
# 3829|       ag_service_list_free (services);
# 3830|   

Error: COMPILER_WARNING (CWE-685): [#def357]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3834:35: warning[-Wformat-extra-args]: too many arguments for format
# 3834 |     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3832|   
# 3833|       n_services = g_list_length (services);
# 3834|->     fail_unless (n_services == 1, "Got %d services, expecting 1", n_services);
# 3835|       ag_service_list_free (services);
# 3836|   

Error: COMPILER_WARNING (CWE-685): [#def358]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3856:35: warning[-Wformat-extra-args]: too many arguments for format
# 3856 |     fail_unless (n_services == 0, "Got %d services, expecting 0", n_services);
#      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3854|   
# 3855|       n_services = g_list_length (services);
# 3856|->     fail_unless (n_services == 0, "Got %d services, expecting 0", n_services);
# 3857|       services = ag_account_list_enabled_services (account);
# 3858|       /* clear up */

Error: COMPILER_WARNING (CWE-685): [#def359]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_service_type_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3888:18: warning[-Wformat-extra-args]: too many arguments for format
# 3888 |                  "Wrong service type name: %s", string);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3886|       string = ag_service_type_get_name (service_type);
# 3887|       fail_unless (g_strcmp0 (string, "e-mail") == 0,
# 3888|->                  "Wrong service type name: %s", string);
# 3889|   
# 3890|       string = ag_service_type_get_display_name (service_type);

Error: COMPILER_WARNING (CWE-685): [#def360]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3892:18: warning[-Wformat-extra-args]: too many arguments for format
# 3892 |                  "Wrong service type display name: %s", string);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3890|       string = ag_service_type_get_display_name (service_type);
# 3891|       fail_unless (g_strcmp0 (string, "Electronic mail") == 0,
# 3892|->                  "Wrong service type display name: %s", string);
# 3893|   
# 3894|       string = ag_service_type_get_description (service_type);

Error: COMPILER_WARNING (CWE-685): [#def361]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3896:18: warning[-Wformat-extra-args]: too many arguments for format
# 3896 |                  "Wrong service type description: %s", string);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3894|       string = ag_service_type_get_description (service_type);
# 3895|       fail_unless (g_strcmp0 (string, "Electronic mail description") == 0,
# 3896|->                  "Wrong service type description: %s", string);
# 3897|   
# 3898|       string = ag_service_type_get_icon_name (service_type);

Error: COMPILER_WARNING (CWE-685): [#def362]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3900:18: warning[-Wformat-extra-args]: too many arguments for format
# 3900 |                  "Wrong service type icon name: %s", string);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3898|       string = ag_service_type_get_icon_name (service_type);
# 3899|       fail_unless (g_strcmp0 (string, "email_icon") == 0,
# 3900|->                  "Wrong service type icon name: %s", string);
# 3901|   
# 3902|       string = ag_service_type_get_i18n_domain (service_type);

Error: COMPILER_WARNING (CWE-685): [#def363]
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3904:18: warning[-Wformat-extra-args]: too many arguments for format
# 3904 |                  "Wrong service type i18n name: %s", string);
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3902|       string = ag_service_type_get_i18n_domain (service_type);
# 3903|       fail_unless (g_strcmp0 (string, "translation_file") == 0,
# 3904|->                  "Wrong service type i18n name: %s", string);
# 3905|   
# 3906|       ag_service_type_unref (service_type);

Error: COMPILER_WARNING (CWE-685): [#def364]
libaccounts-glib-VERSION_1.25/tests/check_ag.c: scope_hint: In function ‘test_db_access_fn’
libaccounts-glib-VERSION_1.25/tests/check_ag.c:3995:34: warning[-Wformat-extra-args]: too many arguments for format
# 3995 |     fail_unless (source_id != 0, "Timeout happened");
#      |                                  ^~~~~~~~~~~~~~~~~~
# 3993|       g_main_loop_run (main_loop);
# 3994|   
# 3995|->     fail_unless (source_id != 0, "Timeout happened");
# 3996|       g_source_remove (source_id);
# 3997|   

Scan Properties

analyzer-version-clippy1.90.0
analyzer-version-cppcheck2.18.3
analyzer-version-gcc15.2.1
analyzer-version-gcc-analyzer16.0.0
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-80.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch
mock-configfedora-rawhide-gcc-latest-x86_64
project-namelibaccounts-glib-1.25-23.fc44
store-results-to/tmp/tmpcznfzod3/libaccounts-glib-1.25-23.fc44.tar.xz
time-created2025-10-28 18:51:00
time-finished2025-10-28 18:52:48
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpcznfzod3/libaccounts-glib-1.25-23.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpcznfzod3/libaccounts-glib-1.25-23.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251027.143044.ge6b947b-1.el9