rygel-0.44.2-1.fc43

List of Findings

Error: COMPILER_WARNING (CWE-704): [#def1]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/agent-matcher.vala:6:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#    4|   internal class Rygel.AgentMatcher : Object {
#    5|       public Gee.ArrayList<string> agents { get; construct; }
#    6|->     public string name{get; construct; }
#    7|       public Regex agent_regex {get; private set; }
#    8|   

Error: COMPILER_WARNING (CWE-843): [#def2]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/dlna150-hacks.vala:24:30: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup4’ from incompatible pointer type
#   22|   
#   23|           if (Dlna150Hacks.agent_matcher == null) {
#   24|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   25|               var config = MetaConfig.get_default ();
#   26|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-843): [#def3]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/dlna150-hacks.vala:24:104: warning[-Wincompatible-pointer-types]: passing argument 4 of ‘gee_array_list_new_wrap’ from incompatible pointer type
#   22|   
#   23|           if (Dlna150Hacks.agent_matcher == null) {
#   24|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   25|               var config = MetaConfig.get_default ();
#   26|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-843): [#def4]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/dlna150-hacks.vala:39:38: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_file_load_contents’ from incompatible pointer type
#   37|           var file = File.new_for_path (template_path);
#   38|           uint8[] contents;
#   39|->         file.load_contents (null, out contents, null);
#   40|           unowned string data = (string)contents;
#   41|           var patched_contents = data.replace ("-1.51", "-1.50");

Error: COMPILER_WARNING (CWE-477): [#def5]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-base-configuration.vala:28:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   26|    * Mainly useful to only implement a small subset of the configuration.
#   27|    */
#   28|-> public class Rygel.BaseConfiguration : Rygel.Configuration, Object {
#   29|       public virtual string get_interface () throws GLib.Error {
#   30|           throw new ConfigurationError.NO_VALUE_SET (_("Not implemented"));

Error: COMPILER_WARNING (CWE-704): [#def6]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test-nslookup.vala:154:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  152|       }
#  153|   
#  154|->     public string host_name { construct; private get; default = ""; }
#  155|       public string? name_server { construct; private get; default = null; }
#  156|   

Error: COMPILER_WARNING (CWE-704): [#def7]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test-nslookup.vala:155:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  153|   
#  154|       public string host_name { construct; private get; default = ""; }
#  155|->     public string? name_server { construct; private get; default = null; }
#  156|   
#  157|       private uint _interval_time_out = DEFAULT_INTERVAL_TIMEOUT;

Error: COMPILER_WARNING (CWE-704): [#def8]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test-ping.vala:68:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   66|       }
#   67|   
#   68|->     public string host { construct; get; default = ""; }
#   69|   
#   70|       private uint _repeat_count = DEFAULT_REPEAT_COUNT;

Error: COMPILER_WARNING (CWE-704): [#def9]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test-traceroute.vala:71:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   69|       }
#   70|   
#   71|->     public string host { construct; get; default = ""; }
#   72|   
#   73|       private uint32 _wait_time_out = DEFAULT_TIMEOUT;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def10]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test.vala:242:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test.c:939:1: enter_function: entry to ‘rygel_basic_management_test_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test.vala:26:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_basic_management_test_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test.vala:26:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test.vala:26:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-basic-management-test.vala:26:2: call_function: calling ‘rygel_basic_management_test_real_run_co’ from ‘rygel_basic_management_test_real_run’
#  240|   
#  241|       public async virtual void run () {
#  242|->         if (this.execution_state != ExecutionState.REQUESTED) {
#  243|               debug ("Not running test: already started");
#  244|   

Error: COMPILER_WARNING (CWE-477): [#def11]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-cmdline-config.vala:38:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   36|    * Manages configuration from Commandline arguments.
#   37|    */
#   38|-> public class Rygel.CmdlineConfig : GLib.Object, Configuration {
#   39|       private VariantDict options;
#   40|   

Error: COMPILER_WARNING (CWE-477): [#def12]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-configuration.vala:76:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   74|   
#   75|       [Version (deprecated=true, deprecated_since="0.19.2", replacement="get_interfaces")]
#   76|->     public abstract string get_interface () throws GLib.Error;
#   77|   
#   78|       [CCode (array_length=false, array_null_terminated = true)]

Error: COMPILER_WARNING (CWE-477): [#def13]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-configuration.vala:76:3: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   74|   
#   75|       [Version (deprecated=true, deprecated_since="0.19.2", replacement="get_interfaces")]
#   76|->     public abstract string get_interface () throws GLib.Error;
#   77|   
#   78|       [CCode (array_length=false, array_null_terminated = true)]

Error: COMPILER_WARNING (CWE-704): [#def14]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:165:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  163|        */
#  164|       public string get_friendly_name () {
#  165|->         var element = Rygel.XMLUtils.get_element ((Xml.Node *) this.doc.get_doc (),
#  166|                                                     "root",
#  167|                                                     "device",

Error: COMPILER_WARNING (CWE-704): [#def15]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:191:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  189|        */
#  190|       public string? get_udn () {
#  191|->         var element = Rygel.XMLUtils.get_element ((Xml.Node *) this.doc.get_doc (),
#  192|                                                     "root",
#  193|                                                     "device",

Error: COMPILER_WARNING (CWE-704): [#def16]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:378:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  376|   
#  377|       private Xml.Node* get_device_element () {
#  378|->         return Rygel.XMLUtils.get_element
#  379|                                 ((Xml.Node *) this.doc.get_doc (),
#  380|                                  "root",

Error: COMPILER_WARNING (CWE-704): [#def17]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:385:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  383|   
#  384|       private bool apply_xpath (string xpath, out Xml.XPath.Object *xpo) {
#  385|->         var context = new XPath.Context (this.doc.get_doc ());
#  386|           var result = context.eval_expression (xpath);
#  387|   

Error: COMPILER_WARNING (CWE-704): [#def18]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:402:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  400|   
#  401|       public void add_service (string device_name, ResourceInfo resource_info) {
#  402|->         var list = Rygel.XMLUtils.get_element
#  403|                                           ((Xml.Node *) this.doc.get_doc (),
#  404|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def19]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:434:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  432|                             IconInfo icon_info,
#  433|                             string   url) {
#  434|->         var list = Rygel.XMLUtils.get_element
#  435|                                           ((Xml.Node *) this.doc.get_doc (),
#  436|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def20]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:491:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  489|           string mem = null;
#  490|           int len = -1;
#  491|->         doc.get_doc ().dump_memory_enc (out mem, out len, "UTF-8");
#  492|   
#  493|           if (unlikely (len <= 0)) {

Error: COMPILER_WARNING (CWE-704): [#def21]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:523:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  521|                                             string? new_value,
#  522|                                             string? ns = null) {
#  523|->         var xml_element = Rygel.XMLUtils.get_element
#  524|                                           ((Xml.Node *) this.doc.get_doc (),
#  525|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def22]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:534:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  532|   
#  533|           // Element not found: create it
#  534|->         var device_element = Rygel.XMLUtils.get_element
#  535|                                   ((Xml.Node *) this.doc.get_doc (),
#  536|                                    "root",

Error: COMPILER_WARNING (CWE-704): [#def23]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:541:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  539|           Xml.Ns *xml_ns = null;
#  540|           if (ns != null) {
#  541|->             xml_ns = this.doc.get_doc ().search_ns(device_element, ns);
#  542|           }
#  543|   

Error: COMPILER_WARNING (CWE-704): [#def24]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:552:13: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  550|               Xml.Node* sibling = null;
#  551|               for (index--; index > 0; index--) {
#  552|->                 sibling = Rygel.XMLUtils.get_element
#  553|                                           ((Xml.Node *) this.doc.get_doc (),
#  554|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def25]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-description-file.vala:582:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  580|        */
#  581|       private void remove_device_element (string element) {
#  582|->         var xml_element = Rygel.XMLUtils.get_element
#  583|                                           ((Xml.Node *) this.doc.get_doc (),
#  584|                                            "root",

Error: COMPILER_WARNING (CWE-477): [#def26]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-environment-config.vala:32:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   30|    * Manages configuration from Environment.
#   31|    */
#   32|-> public class Rygel.EnvironmentConfig : GLib.Object, Configuration {
#   33|       private static string RYGEL_PREFIX = "RYGEL";
#   34|       private static string TITLE_KEY = "TITLE";

Error: COMPILER_WARNING (CWE-704): [#def27]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-media-device.vala:51:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   49|   
#   50|       public Rygel.Plugin plugin { construct set; protected get; }
#   51|->     public string title { construct; protected get; }
#   52|       public PluginCapabilities capabilities {
#   53|           construct;

Error: COMPILER_WARNING (CWE-477): [#def28]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-meta-config.vala:37:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   35|    * the first one. If none of them provides the value, it emits an error.
#   36|    */
#   37|-> public class Rygel.MetaConfig : GLib.Object, Configuration {
#   38|       // Our singleton
#   39|       private static MetaConfig meta_config;

Error: COMPILER_WARNING (CWE-477): [#def29]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-meta-config.vala:98:5: warning[-Wdeprecated-declarations]: ‘rygel_configuration_get_interface’ is deprecated
#   96|           foreach (var config in MetaConfig.configs) {
#   97|               try {
#   98|->                 val = config.get_interface ();
#   99|                   unavailable = false;
#  100|                   break;

Error: COMPILER_WARNING (CWE-704): [#def30]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-plugin-information.vala:39:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   37|   public class Rygel.PluginInformation : Object {
#   38|       /// Full path to the loadable module file
#   39|->     public string module_path { get; construct; }
#   40|   
#   41|       /// Name of this module

Error: COMPILER_WARNING (CWE-704): [#def31]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-plugin-information.vala:42:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   40|   
#   41|       /// Name of this module
#   42|->     public string name { get; construct; }
#   43|   
#   44|       /// Name of other plugins this plugin conflicts with

Error: COMPILER_WARNING (CWE-704): [#def32]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-plugin.vala:107:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  105|       public PluginCapabilities capabilities { get; construct set; }
#  106|   
#  107|->     public string name { get; construct; }
#  108|       public string title { get; construct set; }
#  109|       public string description { get; construct; }

Error: COMPILER_WARNING (CWE-704): [#def33]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-plugin.vala:108:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  106|   
#  107|       public string name { get; construct; }
#  108|->     public string title { get; construct set; }
#  109|       public string description { get; construct; }
#  110|   

Error: COMPILER_WARNING (CWE-704): [#def34]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-plugin.vala:109:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  107|       public string name { get; construct; }
#  108|       public string title { get; construct set; }
#  109|->     public string description { get; construct; }
#  110|   
#  111|       // Path to description document

Error: COMPILER_WARNING (CWE-704): [#def35]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-plugin.vala:112:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  110|   
#  111|       // Path to description document
#  112|->     public string desc_path { get; construct; }
#  113|   
#  114|       public bool active { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def36]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-recursive-module-loader.vala:41:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   39|       private bool done;
#   40|   
#   41|->     public string base_path { construct set; get; }
#   42|   
#   43|       /**

Error: GCC_ANALYZER_WARNING (CWE-476): [#def37]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:190:4: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘gee_abstract_list_get(icons,  _icon_index)’
rygel-0.44.2/redhat-linux-build/rygel-root-device-factory.c:1594:1: enter_function: entry to ‘rygel_root_device_factory_add_icons_to_desc’
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:176:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:188:7: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:188:14: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:189:14: call_function: calling ‘rygel_root_device_factory_get_icon_remote_path’ from ‘rygel_root_device_factory_add_icons_to_desc’
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:189:14: return_function: returning to ‘rygel_root_device_factory_add_icons_to_desc’ from ‘rygel_root_device_factory_get_icon_remote_path’
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-root-device-factory.vala:190:4: danger: dereference of NULL ‘gee_abstract_list_get(icons,  _icon_index)’
#  188|           foreach (var icon in icons) {
#  189|               var remote_path = this.get_icon_remote_path (icon, plugin);
#  190|->             if (icon.uri.has_prefix ("file://")) {
#  191|                   var local_path = icon.uri.substring (7);
#  192|                   this.context.host_path (local_path, remote_path);

Error: COMPILER_WARNING (CWE-477): [#def38]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-user-config.vala:39:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   37|    * Manages the user configuration for Rygel.
#   38|    */
#   39|-> public class Rygel.UserConfig : GLib.Object, Configuration {
#   40|       public const string GENERAL_SECTION = "general";
#   41|       public const string CONFIG_FILE = "rygel.conf";

Error: COMPILER_WARNING (CWE-843): [#def39]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-user-config.vala:152:13: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘void **’
#  150|       [CCode (array_length=false, array_null_terminated = true)]
#  151|       public string[] get_interfaces () throws GLib.Error {
#  152|->         var interfaces = this.get_string_list (GENERAL_SECTION,
#  153|                                                  IFACE_KEY).to_array ();
#  154|           // to_array () is not null-terminated

Error: COMPILER_WARNING (CWE-843): [#def40]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-v1-hacks.vala:75:30: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type
#   73|   
#   74|           if (V1Hacks.agent_matcher == null) {
#   75|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   76|               var config = MetaConfig.get_default ();
#   77|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-843): [#def41]
rygel-0.44.2/redhat-linux-build/../src/librygel-core/rygel-v1-hacks.vala:75:104: warning[-Wincompatible-pointer-types]: passing argument 4 of ‘gee_array_list_new_wrap’ from incompatible pointer type
#   73|   
#   74|           if (V1Hacks.agent_matcher == null) {
#   75|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   76|               var config = MetaConfig.get_default ();
#   77|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-704): [#def42]
rygel-0.44.2/redhat-linux-build/../src/librygel-db/database.vala:74:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   72|   public class Rygel.Database.Database : Object, Initable {
#   73|   
#   74|->     public string name { private get; construct set; }
#   75|       public Flavor flavor { private get; construct set; default = Flavor.CACHE; }
#   76|       public Flags  flags {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def43]
rygel-0.44.2/redhat-linux-build/../src/librygel-db/database.vala:168:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘base’
rygel-0.44.2/redhat-linux-build/database.c:533:1: enter_function: entry to ‘rygel_database_database_real_init’
rygel-0.44.2/redhat-linux-build/../src/librygel-db/database.vala:167:11: call_function: calling ‘rygel_database_database_build_path’ from ‘rygel_database_database_real_init’
rygel-0.44.2/redhat-linux-build/../src/librygel-db/database.vala:167:11: return_function: returning to ‘rygel_database_database_real_init’ from ‘rygel_database_database_build_path’
rygel-0.44.2/redhat-linux-build/../src/librygel-db/database.vala:168:11: danger: dereference of NULL ‘base’
#  166|       public bool init (Cancellable? cancellable = null) throws Error {
#  167|           var path = this.build_path ();
#  168|->         if (flags == Flags.READ_ONLY) {
#  169|               Sqlite.Database.open_v2 (path, out this.db, Sqlite.OPEN_READONLY);
#  170|           } else {

Error: COMPILER_WARNING (CWE-843): [#def44]
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer-gst/rygel-playbin-player.vala:435:29: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup1’ from incompatible pointer type
#  433|   
#  434|       public string[] get_protocols () {
#  435|->         return protocols;
#  436|       }
#  437|   

Error: COMPILER_WARNING (CWE-843): [#def45]
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer-gst/rygel-playbin-player.vala:439:29: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type
#  437|   
#  438|       public string[] get_mime_types () {
#  439|->         return mime_types;
#  440|       }
#  441|   

Error: COMPILER_WARNING (CWE-704): [#def46]
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-av-transport.vala:799:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  797|               }
#  798|           } else {
#  799|->             unowned string xml_string = (string) body.get_data();
#  800|               collection = new MediaCollection.from_string (xml_string);
#  801|               if (collection.get_items ().length () == 0) {

Error: COMPILER_WARNING (CWE-704): [#def47]
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-default-player-controller.vala:52:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   50|       /* private (construction) properties */
#   51|       public MediaPlayer player { construct; private get; }
#   52|->     public string protocol_info { construct; private get; }
#   53|   
#   54|       /* public properties */

Error: GCC_ANALYZER_WARNING (CWE-476): [#def48]
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:152:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-media-renderer-plugin.c:579:1: enter_function: entry to ‘rygel_media_renderer_plugin_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:132:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:133:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:133:11: call_function: calling ‘rygel_media_renderer_plugin_get_player’ from ‘rygel_media_renderer_plugin_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:133:11: return_function: returning to ‘rygel_media_renderer_plugin_get_protocol_info’ from ‘rygel_media_renderer_plugin_get_player’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:134:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:138:11: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:138:5: branch_true: following ‘true’ branch (when ‘_tmp3_’ is NULL)...
rygel-0.44.2/redhat-linux-build/rygel-media-renderer-plugin.c:618:8: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:143:26: branch_true: following ‘true’ branch (when ‘protocol_it < protocols_length1’)...
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:143:14: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:148:16: call_function: calling ‘rygel_media_renderer_plugin_get_supported_profiles’ from ‘rygel_media_renderer_plugin_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:148:16: return_function: returning to ‘rygel_media_renderer_plugin_get_protocol_info’ from ‘rygel_media_renderer_plugin_get_supported_profiles’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:148:45: branch_true: following ‘true’ branch (when ‘profile_it’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:148:18: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:148:18: call_function: inlined call to ‘_rygel_dlna_profile_ref0’ from ‘rygel_media_renderer_plugin_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:149:19: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:149:19: call_function: calling ‘rygel_media_renderer_plugin_get_supported_profiles’ from ‘rygel_media_renderer_plugin_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:149:19: return_function: returning to ‘rygel_media_renderer_plugin_get_protocol_info’ from ‘rygel_media_renderer_plugin_get_supported_profiles’
rygel-0.44.2/redhat-linux-build/../src/librygel-renderer/rygel-media-renderer-plugin.vala:152:9: danger: dereference of NULL ‘<unknown>’
#  150|                           this.sink_protocol_info += ",";
#  151|                       }
#  152|->                     this.sink_protocol_info += protocol + ":*:" +
#  153|                                                  profile.mime +
#  154|                                                  ":DLNA.ORG_PN=" + profile.name;

Error: COMPILER_WARNING (CWE-704): [#def49]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:66:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   64|       public int channels { get; set; default = -1; }
#   65|   
#   66|->     public string album { get; set; }
#   67|   
#   68|       public AudioItem (string         id,

Error: GCC_ANALYZER_WARNING (CWE-476): [#def50]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:93:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:84:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:86:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:90:27: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:90:11: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:91:34: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:91:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-audio-item.c:210:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-audio-item.vala:93:14: danger: dereference of NULL ‘<unknown>’
#   91|           switch (property) {
#   92|           case "upnp:album":
#   93|->             return this.compare_string_props (this.album, item.album);
#   94|           default:
#   95|               return base.compare_by_property (item, property);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def51]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:269:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-content-directory.c:1461:1: enter_function: entry to ‘rygel_content_directory_get_transfer_progress_cb’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:258:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:260:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:267:12: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:267:12: call_function: calling ‘rygel_content_directory_find_import_for_action’ from ‘rygel_content_directory_get_transfer_progress_cb’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:267:12: return_function: returning to ‘rygel_content_directory_get_transfer_progress_cb’ from ‘rygel_content_directory_find_import_for_action’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:267:7: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:269:12: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:269:3: danger: dereference of NULL ‘rygel_content_directory_find_import_for_action(self,  action, & _inner_error0_)’
#  267|               var import = this.find_import_for_action (action);
#  268|   
#  269|->             action.set ("TransferStatus",
#  270|                               typeof (string),
#  271|                               import.status_as_string,

Error: GCC_ANALYZER_WARNING (CWE-476): [#def52]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:778:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-content-directory.c:3606:1: enter_function: entry to ‘rygel_content_directory_get_dlna_upload_profiles_cb’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:760:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:766:5: branch_false: following ‘false’ branch (when ‘upload_profiles’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:772:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:776:41: branch_true: following ‘true’ branch (when ‘profile_it’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:776:14: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:776:14: call_function: inlined call to ‘_rygel_dlna_profile_ref0’ from ‘rygel_content_directory_get_dlna_upload_profiles_cb’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:778:5: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-content-directory.vala:778:5: danger: dereference of NULL ‘<unknown>’
#  776|           foreach (var profile in profiles) {
#  777|               // Skip forbidden profiles
#  778|->             if (profile.name.has_suffix ("_ICO") ||
#  779|                   profile.name.has_suffix ("_TN") ||
#  780|                   profile.name == "DIDL_S") {

Error: COMPILER_WARNING (CWE-843): [#def53]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-dbus-thumbnailer.vala:95:9: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘void **’
#   93|                  this.uris.size);
#   94|   
#   95|->         this.tumbler.Queue.begin (this.uris.to_array (),
#   96|                                     this.mimes.to_array (),
#   97|                                     this.flavor,

Error: COMPILER_WARNING (CWE-843): [#def54]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-dbus-thumbnailer.vala:95:10: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘void **’
#   93|                  this.uris.size);
#   94|   
#   95|->         this.tumbler.Queue.begin (this.uris.to_array (),
#   96|                                     this.mimes.to_array (),
#   97|                                     this.flavor,

Error: COMPILER_WARNING (CWE-704): [#def55]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-item-uri.vala:29:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   27|   
#   28|   public class Rygel.HTTPItemURI : Object {
#   29|->     public string item_id { get; set; }
#   30|       public int thumbnail_index { get; set; default = -1; }
#   31|       public int subtitle_index { get; set; default = -1; }

Error: COMPILER_WARNING (CWE-704): [#def56]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-item-uri.vala:32:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   30|       public int thumbnail_index { get; set; default = -1; }
#   31|       public int subtitle_index { get; set; default = -1; }
#   32|->     public string? resource_name { get; set; default = null; }
#   33|       public unowned HTTPServer http_server { get; set; }
#   34|   

Error: COMPILER_WARNING (CWE-704): [#def57]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-post.vala:207:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  205|       private void on_got_chunk (ServerMessage msg, Bytes chunk) {
#  206|           try {
#  207|->             var data = chunk.get_data ();
#  208|               this.stream.write_all (data, null, this.cancellable);
#  209|           } catch (Error error) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def58]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘self’
rygel-0.44.2/redhat-linux-build/rygel-http-request.c:336:1: enter_function: entry to ‘rygel_http_request_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_http_request_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: call_function: calling ‘rygel_http_request_real_run_co’ from ‘rygel_http_request_real_run’
#   36|    * Base class for HTTP client requests.
#   37|    */
#   38|-> public abstract class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine {
#   39|       public unowned HTTPServer http_server;
#   40|       private MediaContainer root_container;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def59]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:66:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-http-request.c:336:1: enter_function: entry to ‘rygel_http_request_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_http_request_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: call_function: calling ‘rygel_http_request_real_run_co’ from ‘rygel_http_request_real_run’
#   64|   
#   65|       public async void run () {
#   66|->         this.msg.pause ();
#   67|   
#   68|           try {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def60]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:96:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-http-request.c:639:1: enter_function: entry to ‘rygel_http_request_real_find_item’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_http_request_real_find_item’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-request.vala:38:2: call_function: calling ‘rygel_http_request_real_find_item_co’ from ‘rygel_http_request_real_find_item’
#   94|       protected virtual async void find_item () throws Error {
#   95|           // Fetch the requested item
#   96|->         var media_object = yield this.root_container.find_object
#   97|                                           (this.uri.item_id, null);
#   98|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def61]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-response.vala:111:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-http-response.c:429:1: enter_function: entry to ‘rygel_http_response_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-response.vala:30:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_http_response_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-response.vala:30:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-response.vala:30:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-response.vala:30:2: call_function: calling ‘rygel_http_response_real_run_co’ from ‘rygel_http_response_real_run’
#  109|   
#  110|       public async void run () {
#  111|->         this.run_continue = run.callback;
#  112|           try {
#  113|               this.src.start ();

Error: COMPILER_WARNING (CWE-704): [#def62]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:33:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   31|   
#   32|   public class Rygel.HTTPServer : GLib.Object, Rygel.StateMachine {
#   33|->     public string path_root { get; private set; }
#   34|       public string server_name { get; set; }
#   35|   

Error: COMPILER_WARNING (CWE-704): [#def63]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:34:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   32|   public class Rygel.HTTPServer : GLib.Object, Rygel.StateMachine {
#   33|       public string path_root { get; private set; }
#   34|->     public string server_name { get; set; }
#   35|   
#   36|       // Reference to root container of associated ContentDirectory

Error: GCC_ANALYZER_WARNING (CWE-476): [#def64]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:83:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-http-server.c:497:1: enter_function: entry to ‘rygel_http_server_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:32:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_http_server_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:32:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:32:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:32:2: call_function: calling ‘rygel_http_server_real_run_co’ from ‘rygel_http_server_real_run’
#   81|   
#   82|       public async void run () {
#   83|->         context.add_server_handler (true, this.path_root, this.server_handler);
#   84|           context.server.request_aborted.connect (this.on_request_aborted);
#   85|           context.server.request_started.connect (this.on_request_started);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def65]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:154:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:149:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:150:11: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:152:11: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-http-server.vala:154:2: danger: dereference of NULL ‘<unknown>’
#  152|           this.requests.remove (request);
#  153|   
#  154|->         debug ("HTTP %s request for URI '%s' handled.",
#  155|                  request.msg.get_method (),
#  156|                  request.msg.get_uri ().to_string ());

Error: GCC_ANALYZER_WARNING (CWE-476): [#def66]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-import-resource.vala:100:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-import-resource.c:535:1: enter_function: entry to ‘rygel_import_resource_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-import-resource.vala:37:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_import_resource_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-import-resource.vala:37:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-import-resource.vala:37:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-import-resource.vala:37:2: call_function: calling ‘rygel_import_resource_real_run_co’ from ‘rygel_import_resource_real_run’
#   98|       public async void run () {
#   99|           // Start by parsing the 'in' arguments
#  100|->         this.action.get ("SourceURI",
#  101|                               typeof (string),
#  102|                               out this.source_uri,

Error: GCC_ANALYZER_WARNING (CWE-476): [#def67]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-destroyer.vala:49:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-item-destroyer.c:423:1: enter_function: entry to ‘rygel_item_destroyer_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-destroyer.vala:32:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_item_destroyer_real_run’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-destroyer.vala:32:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-destroyer.vala:32:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-destroyer.vala:32:2: call_function: calling ‘rygel_item_destroyer_real_run_co’ from ‘rygel_item_destroyer_real_run’
#   47|       public async void run () {
#   48|           try {
#   49|->             this.action.get ("ObjectID", typeof (string), out this.object_id);
#   50|               if (this.object_id == null) {
#   51|                   // Sorry we can't do anything without the ID

Error: COMPILER_WARNING (CWE-704): [#def68]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:112:13: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  110|                                               (0, init_split[1].length - 1)
#  111|                                               ._strip ();
#  112|->             var tag_value = init_split[0].split (">")[1]._strip ();
#  113|               debug ("Tag Name formatted :%s", tag_name);
#  114|               debug ("Tag Value formatted :%s", tag_value);

Error: COMPILER_WARNING (CWE-704): [#def69]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:132:16: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  130|               date_index++;
#  131|               if (cur_str.index_of (QN_UPNP_DATE) != -1) {
#  132|->                 var date_val = new_tag[date_index].split ("</")[0]
#  133|                                                     .split (">")[1]._strip ();
#  134|                   ItemUpdater.check_date (date_val);

Error: COMPILER_WARNING (CWE-704): [#def70]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:145:16: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  143|               date_index++;
#  144|               if (new_str.index_of (QN_UPNP_DATE) != -1) {
#  145|->                 var date_val = new_tag[date_index].split ("</")[0]
#  146|                                                     .split (">")[1]._strip ();
#  147|                   ItemUpdater.check_date (date_val);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def71]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:204:17: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
rygel-0.44.2/redhat-linux-build/rygel-item-updater.c:1625:1: enter_function: entry to ‘rygel_item_updater_update_object_co’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:234:19: call_function: inlined call to ‘rygel_item_updater_fetch_object_finish’ from ‘rygel_item_updater_update_object_co’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:234:2: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:234:6: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:235:19: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:235:19: call_function: calling ‘rygel_item_updater_csv_split’ from ‘rygel_item_updater_update_object_co’
#argument 1 of ‘__builtin_strlen’ must be non-null
#  202|                                                         token_length);
#  203|                       //  Check if the start character is "<"
#  204|->                     if (value.length > 0 && value[0] == '<') {
#  205|                            // then the end character must be > before the split"
#  206|                            if (!(value[value.length-1] == '>')) {

Error: COMPILER_WARNING (CWE-843): [#def72]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-item-updater.vala:241:19: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘void **’
#  239|           // different error will be thrown
#  240|           if (current_list.size == new_list.size) {
#  241|->             ItemUpdater.check_date_tag (current_list.to_array (),
#  242|                                           new_list.to_array ());
#  243|           }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def73]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-last-change-entry.vala:46:12: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
rygel-0.44.2/redhat-linux-build/rygel-last-change-entry.c:159:1: enter_function: entry to ‘rygel_last_change_entry_to_string’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-last-change-entry.vala:38:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-last-change-entry.vala:39:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-last-change-entry.vala:40:11: call_function: calling ‘rygel_last_change_entry_additional_info’ from ‘rygel_last_change_entry_to_string’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-last-change-entry.vala:40:11: return_function: returning to ‘rygel_last_change_entry_to_string’ from ‘rygel_last_change_entry_additional_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-last-change-entry.vala:46:12: danger: argument 1 (‘rygel_last_change_entry_additional_info(self)’) NULL where non-null expected
#argument 1 of ‘__builtin_strlen’ must be non-null
#   44|                       "updateID=\"" + this.update_id.to_string () + "\"");
#   45|   
#   46|->         if (info.length > 0) {
#   47|               str.append (" " + info);
#   48|           }

Error: COMPILER_WARNING (CWE-704): [#def74]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:225:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  223|       public int64 total_deleted_child_count;
#  224|   
#  225|->     public string sort_criteria { set; get; default = DEFAULT_SORT_CRITERIA; }
#  226|   
#  227|       public override OCMFlags ocm_flags {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def75]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:516:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-media-container.c:1776:1: enter_function: entry to ‘rygel_media_container_check_search_expression’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:512:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:513:2: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:513:2: call_function: calling ‘rygel_media_container_set_create_mode_enabled’ from ‘rygel_media_container_check_search_expression’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:513:2: return_function: returning to ‘rygel_media_container_check_search_expression’ from ‘rygel_media_container_set_create_mode_enabled’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:514:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:515:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:516:3: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-container.vala:516:3: danger: dereference of NULL ‘<unknown>’
#  514|           if (expression != null && expression is RelationalExpression) {
#  515|               var relational_exp = expression as RelationalExpression;
#  516|->             if (relational_exp.op == SearchCriteriaOp.DERIVED_FROM &&
#  517|                   relational_exp.operand1 == "upnp:createClass") {
#  518|                   this.create_mode_enabled = true;

Error: COMPILER_WARNING (CWE-704): [#def76]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-file-item.vala:48:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   46|        * A null/empty value means that the mime-type is unknown
#   47|        */
#   48|->     public string mime_type { get; set; }
#   49|   
#   50|       /**

Error: COMPILER_WARNING (CWE-704): [#def77]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-file-item.vala:54:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   52|        * A null/empty value means that the DLNA profile is unknown
#   53|        */
#   54|->     public string dlna_profile { get; set; }
#   55|   
#   56|       /**

Error: COMPILER_WARNING (CWE-704): [#def78]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-item.vala:43:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   41|       public const string UPNP_CLASS = "objec.item";
#   42|   
#   43|->     public string description { get; set; default = null; }
#   44|   
#   45|       internal override void apply_didl_lite (DIDLLiteObject didl_object) {

Error: COMPILER_WARNING (CWE-704): [#def79]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:42:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   40|       private static Regex pretty_name_regex;
#   41|   
#   42|->     public string id { get; set construct; }
#   43|       public string ref_id { get; set; }
#   44|       public string upnp_class { get; construct set; }

Error: COMPILER_WARNING (CWE-704): [#def80]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:43:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   41|   
#   42|       public string id { get; set construct; }
#   43|->     public string ref_id { get; set; }
#   44|       public string upnp_class { get; construct set; }
#   45|       public string date { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def81]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:44:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   42|       public string id { get; set construct; }
#   43|       public string ref_id { get; set; }
#   44|->     public string upnp_class { get; construct set; }
#   45|       public string date { get; set; }
#   46|       public string creator { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def82]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:45:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   43|       public string ref_id { get; set; }
#   44|       public string upnp_class { get; construct set; }
#   45|->     public string date { get; set; }
#   46|       public string creator { get; set; }
#   47|       public uint64 modified { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def83]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:46:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   44|       public string upnp_class { get; construct set; }
#   45|       public string date { get; set; }
#   46|->     public string creator { get; set; }
#   47|       public uint64 modified { get; set; }
#   48|       public uint object_update_id { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def84]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:50:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   48|       public uint object_update_id { get; set; }
#   49|   
#   50|->     public string artist { get; set; }
#   51|       public string genre { get; set; }
#   52|   

Error: COMPILER_WARNING (CWE-704): [#def85]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:51:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   49|   
#   50|       public string artist { get; set; }
#   51|->     public string genre { get; set; }
#   52|   
#   53|       //TODO: { get; private set; } or, even better,

Error: COMPILER_WARNING (CWE-843): [#def86]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:309:43: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_hash_table_foreach’ from incompatible pointer type
#  307|   
#  308|           var replaced_string = source_string;
#  309|->         replacement_pairs.foreach ((search_string, replacement)
#  310|               => {
#  311|                       replaced_string

Error: COMPILER_WARNING (CWE-843): [#def87]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:370:19: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘void **’
#  368|                                didl_object.dlna_namespace);
#  369|   
#  370|->             result = didl_object.apply_fragments
#  371|                                           (current_fragments.to_array (),
#  372|                                            new_fragments.to_array ());

Error: GCC_ANALYZER_WARNING (CWE-476): [#def88]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:395:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-media-object.c:2222:1: enter_function: entry to ‘rygel_media_object_real_compare_by_property’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:389:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:391:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-media-object.c:2274:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-media-object.c:2274:12: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-media-object.c:2278:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:395:14: call_function: calling ‘rygel_media_object_get_parent’ from ‘rygel_media_object_real_compare_by_property’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:395:14: return_function: returning to ‘rygel_media_object_real_compare_by_property’ from ‘rygel_media_object_get_parent’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-object.vala:395:14: danger: dereference of NULL ‘rygel_media_object_get_parent(self)’
#  393|               return this.compare_string_props (this.id, media_object.id);
#  394|           case "@parentID":
#  395|->             return this.compare_string_props (this.parent.id,
#  396|                                                 media_object.parent.id);
#  397|           case "dc:title":

Error: GCC_ANALYZER_WARNING (CWE-688): [#def89]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:173:15: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
rygel-0.44.2/redhat-linux-build/rygel-media-query-action.c:917:1: enter_function: entry to ‘rygel_media_query_action_validate_sort_criteria’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:152:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:153:2: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:153:5: branch_false: following ‘false’ branch (when ‘_tmp0_’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:157:11: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:161:25: branch_true: following ‘true’ branch (when ‘property_it < property_collection_length1’)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:161:13: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:161:25: branch_false: following ‘false’ branch (when ‘property_it >= property_collection_length1’)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:161:26: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:161:26: call_function: inlined call to ‘_vala_array_free’ from ‘rygel_media_query_action_validate_sort_criteria’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:161:26: call_function: inlined call to ‘_vala_array_free’ from ‘rygel_media_query_action_validate_sort_criteria’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:165:25: branch_true: following ‘true’ branch (when ‘property_it < requested_sort_props_length1’)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:165:14: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-query-action.vala:173:15: danger: argument 1 (‘<unknown>’) NULL where non-null expected
#argument 1 of ‘__builtin_strlen’ must be non-null
#  171|               }
#  172|   
#  173|->             if (!supported_props.contains (property.slice (1, property.length))) {
#  174|                   throw new ContentDirectoryError.INVALID_SORT_CRITERIA
#  175|                                           ("%s is invalid or not supported",

Error: COMPILER_WARNING (CWE-704): [#def90]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:33:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   31|   
#   32|       // Res block fields
#   33|->     public string uri { get; set; }
#   34|       public string import_uri { get; set; }
#   35|       public string extension { get; set; default = null; }

Error: COMPILER_WARNING (CWE-704): [#def91]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:34:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   32|       // Res block fields
#   33|       public string uri { get; set; }
#   34|->     public string import_uri { get; set; }
#   35|       public string extension { get; set; default = null; }
#   36|       public int64 size { get; set; default = -1; } // In bytes

Error: COMPILER_WARNING (CWE-704): [#def92]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:35:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   33|       public string uri { get; set; }
#   34|       public string import_uri { get; set; }
#   35|->     public string extension { get; set; default = null; }
#   36|       public int64 size { get; set; default = -1; } // In bytes
#   37|       public int64 cleartext_size { get; set; default = -1; } // In bytes

Error: COMPILER_WARNING (CWE-704): [#def93]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:48:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   46|   
#   47|       // ProtocolInfo fields
#   48|->     public string protocol { get; set; default = null; }
#   49|       public string mime_type  { get; set; default = null; }
#   50|       public string dlna_profile  { get; set; default = null; }

Error: COMPILER_WARNING (CWE-704): [#def94]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:49:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   47|       // ProtocolInfo fields
#   48|       public string protocol { get; set; default = null; }
#   49|->     public string mime_type  { get; set; default = null; }
#   50|       public string dlna_profile  { get; set; default = null; }
#   51|       public string network  { get; set; default = null; }

Error: COMPILER_WARNING (CWE-704): [#def95]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:50:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   48|       public string protocol { get; set; default = null; }
#   49|       public string mime_type  { get; set; default = null; }
#   50|->     public string dlna_profile  { get; set; default = null; }
#   51|       public string network  { get; set; default = null; }
#   52|       public string[] play_speeds = null;

Error: COMPILER_WARNING (CWE-704): [#def96]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:51:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   49|       public string mime_type  { get; set; default = null; }
#   50|       public string dlna_profile  { get; set; default = null; }
#   51|->     public string network  { get; set; default = null; }
#   52|       public string[] play_speeds = null;
#   53|       public DLNAConversion dlna_conversion { get; set;

Error: COMPILER_WARNING (CWE-843): [#def97]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:124:11: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘const char **’
#  122|               this.dlna_profile = didl_resource.protocol_info.dlna_profile;
#  123|               this.network = didl_resource.protocol_info.network;
#  124|->             this.play_speeds = didl_resource.protocol_info.play_speeds;
#  125|               this.dlna_conversion = didl_resource.protocol_info.dlna_conversion;
#  126|               this.dlna_flags = didl_resource.protocol_info.dlna_flags;

Error: COMPILER_WARNING (CWE-843): [#def98]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:181:10: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘const char **’
#  179|           this.dlna_operation = pi.dlna_operation;
#  180|           this.dlna_flags = pi.dlna_flags;
#  181|->         this.play_speeds = pi.play_speeds;
#  182|       }
#  183|   

Error: COMPILER_WARNING (CWE-843): [#def99]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-media-resource.vala:202:49: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gupnp_protocol_info_set_play_speeds’ from incompatible pointer type
#  200|           // ProtocolInfo doesn't like having play_speeds set to null
#  201|           if (this.play_speeds != null) {
#  202|->             new_pi.play_speeds = this.play_speeds;
#  203|           }
#  204|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def100]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:80:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:70:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:72:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:76:27: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:76:11: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:78:34: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:78:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-music-item.c:291:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:80:14: danger: dereference of NULL ‘<unknown>’
#   78|           switch (property) {
#   79|           case "upnp:originalTrackNumber":
#   80|->             return this.compare_int_props (this.track_number,
#   81|                                              item.track_number);
#   82|           case "upnp:originalDiscNumber":

Error: GCC_ANALYZER_WARNING (CWE-476): [#def101]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:83:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:70:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:72:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:76:27: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:76:11: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:78:34: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:78:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-music-item.c:311:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-music-item.c:311:12: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-music-item.c:315:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-music-item.vala:83:14: danger: dereference of NULL ‘<unknown>’
#   81|                                              item.track_number);
#   82|           case "upnp:originalDiscNumber":
#   83|->             return this.compare_int_props (this.disc_number,
#   84|                                              item.disc_number);
#   85|           default:

Error: COMPILER_WARNING (CWE-477): [#def102]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-object-creator.vala:194:3: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
#  192|               throw new ContentDirectoryError.BAD_METADATA
#  193|                                           (_("“Elements” argument missing."));
#  194|->         } else if (comment_pattern.match_string (this.elements)) {
#  195|               throw new ContentDirectoryError.BAD_METADATA
#  196|                                           (_("Comments not allowed in XML"));

Error: COMPILER_WARNING (CWE-704): [#def103]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-object-creator.vala:291:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  289|        */
#  290|       private void generalize_upnp_class (ref string upnp_class) {
#  291|->         char *needle = upnp_class.rstr_len (-1, ".");
#  292|           if (needle != null) {
#  293|               *needle = '\0';

Error: GCC_ANALYZER_WARNING (CWE-476): [#def104]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-playspeed-request.vala:90:4: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-playspeed-request.c:776:1: enter_function: entry to ‘rygel_play_speed_request_new_from_request’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-playspeed-request.vala:60:9: call_function: calling ‘rygel_play_speed_request_construct_from_request’ from ‘rygel_play_speed_request_new_from_request’
#   88|               if (resource_handler != null) {
#   89|                   var resource = resource_handler.media_resource;
#   90|->                 var speeds = resource.play_speeds;
#   91|                   var found_speed = false;
#   92|                   foreach (var speed in speeds) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def105]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-playspeed-request.vala:92:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘_tmp32_’
rygel-0.44.2/redhat-linux-build/rygel-playspeed-request.c:776:1: enter_function: entry to ‘rygel_play_speed_request_new_from_request’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-playspeed-request.vala:60:9: call_function: calling ‘rygel_play_speed_request_construct_from_request’ from ‘rygel_play_speed_request_new_from_request’
#   90|                   var speeds = resource.play_speeds;
#   91|                   var found_speed = false;
#   92|->                 foreach (var speed in speeds) {
#   93|                       var cur_speed = new PlaySpeedRequest.from_string (speed);
#   94|                       if (this.equals (cur_speed)) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def106]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:73:71: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:36:2: branch_true: following ‘true’ branch (when ‘media_object’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:37:2: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:37:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:129:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:129:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:148:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:148:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:173:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:173:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:192:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:192:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:211:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:211:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:278:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:278:12: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:282:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:61:8: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:65:5: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:65:8: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:72:32: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:72:16: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:73:71: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-relational-expression.vala:73:71: danger: dereference of NULL ‘<unknown>’
#   71|               } else {
#   72|                   var container = media_object as MediaContainer;
#   73|->                 return this.compare_uint (container.update_id);
#   74|               }
#   75|           case "upnp:createClass":

Error: COMPILER_WARNING (CWE-704): [#def107]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-search-criteria-parser.vala:114:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  112|           scanner.config.symbol_2_token        = true;
#  113|   
#  114|->         foreach (var token in TOKENS) {
#  115|               scanner.scope_add_symbol (0,
#  116|                                         token.str_symbol,

Error: GCC_ANALYZER_WARNING (CWE-476): [#def108]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:41:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘self’
rygel-0.44.2/redhat-linux-build/rygel-searchable-container.c:1199:1: enter_function: entry to ‘rygel_searchable_container_search_in_children_co’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:201:7: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:201:21: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:203:23: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:203:5: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:203:5: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:203:5: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:206:5: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-searchable-container.vala:206:5: call_function: calling ‘rygel_searchable_container_search’ from ‘rygel_searchable_container_search_in_children_co’
#   39|    * for. It is mapped to upnp:searchClass (with includeDerived assumed to be false),
#   40|    */
#   41|-> public interface Rygel.SearchableContainer : MediaContainer {
#   42|       public abstract ArrayList<string> search_classes { get; set; }
#   43|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def109]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:63:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-source-connection-manager.c:224:1: enter_function: entry to ‘rygel_source_connection_manager_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:50:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:51:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:51:11: call_function: calling ‘rygel_source_connection_manager_get_http_server’ from ‘rygel_source_connection_manager_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:51:11: return_function: returning to ‘rygel_source_connection_manager_get_protocol_info’ from ‘rygel_source_connection_manager_get_http_server’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:59:41: branch_true: following ‘true’ branch (when ‘profile_it’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:59:14: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:59:14: call_function: inlined call to ‘_rygel_dlna_profile_ref0’ from ‘rygel_source_connection_manager_get_protocol_info’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:60:15: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-source-connection-manager.vala:63:5: danger: dereference of NULL ‘<unknown>’
#   61|   
#   62|               protocol_info.protocol = protocol;
#   63|->             protocol_info.mime_type = profile.mime;
#   64|               protocol_info.dlna_profile = profile.name;
#   65|   

Error: COMPILER_WARNING (CWE-704): [#def110]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:38:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   36|       public new const string UPNP_CLASS = "object.item.videoItem";
#   37|   
#   38|->     public string author { get; set; }
#   39|   
#   40|       //TODO: This property documentation is not used.

Error: GCC_ANALYZER_WARNING (CWE-476): [#def111]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:118:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:108:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:110:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:114:27: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:114:11: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:116:34: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:116:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-video-item.c:380:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-video-item.vala:118:14: danger: dereference of NULL ‘<unknown>’
#  116|           switch (property) {
#  117|           case "upnp:author":
#  118|->             return this.compare_string_props (this.author, item.author);
#  119|           default:
#  120|               return base.compare_by_property (item, property);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def112]
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:177:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-xbox-hacks.c:1777:1: enter_function: entry to ‘rygel_xbox_hacks_real_search_co’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:169:19: call_function: inlined call to ‘_rygel_search_expression_ref0’ from ‘rygel_xbox_hacks_real_search_co’
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:174:6: branch_false: following ‘false’ branch (when ‘__inst’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:174:6: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:174:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:175:51: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:175:20: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:175:3: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:175:3: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:175:3: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:177:3: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/librygel-server/rygel-xbox-hacks.vala:177:20: danger: dereference of NULL ‘<unknown>’
#  175|               var rel_expression = expression as RelationalExpression;
#  176|   
#  177|->             if (likely (rel_expression.operand1 != null) &&
#  178|                   rel_expression.operand1 == "upnp:class") {
#  179|                   set_total_matches = true;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def113]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:299:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:295:6: branch_false: following ‘false’ branch (when ‘_tmp0_’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:295:6: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:295:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:296:28: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:296:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:299:11: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-data-source.vala:299:11: danger: dereference of NULL ‘<unknown>’
#  297|               format = Format.TIME;
#  298|               flags |= SeekFlags.KEY_UNIT;
#  299|->             start = time_seek.start_time * Gst.USECOND;
#  300|               // Work-around for https://bugzilla.gnome.org/show_bug.cgi?id=762787
#  301|               if (this.src.name == "dvdreadsrc" && start == 0) {

Error: COMPILER_WARNING (CWE-704): [#def114]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-transcoder.vala:44:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   42|       private const string DEFAULT_ENCODING_PRESET = "Rygel DLNA preset";
#   43|   
#   44|->     public string name { get; construct; }
#   45|       public string mime_type { get; construct; }
#   46|       public string dlna_profile { get; construct; }

Error: COMPILER_WARNING (CWE-704): [#def115]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-transcoder.vala:45:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   43|   
#   44|       public string name { get; construct; }
#   45|->     public string mime_type { get; construct; }
#   46|       public string dlna_profile { get; construct; }
#   47|       public string extension { get; construct; }

Error: COMPILER_WARNING (CWE-704): [#def116]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-transcoder.vala:46:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   44|       public string name { get; construct; }
#   45|       public string mime_type { get; construct; }
#   46|->     public string dlna_profile { get; construct; }
#   47|       public string extension { get; construct; }
#   48|   

Error: COMPILER_WARNING (CWE-704): [#def117]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-transcoder.vala:47:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   45|       public string mime_type { get; construct; }
#   46|       public string dlna_profile { get; construct; }
#   47|->     public string extension { get; construct; }
#   48|   
#   49|       public string preset { get;

Error: COMPILER_WARNING (CWE-704): [#def118]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-transcoder.vala:50:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   48|   
#   49|       public string preset { get;
#   50|->                            protected set;
#   51|                              default =  DEFAULT_ENCODING_PRESET; }
#   52|   

Error: COMPILER_WARNING (CWE-704): [#def119]
rygel-0.44.2/redhat-linux-build/../src/media-engines/gstreamer/rygel-gst-utils.vala:111:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  109|           if (profile is EncodingContainerProfile) {
#  110|               var container = profile as EncodingContainerProfile;
#  111|->             foreach (var subprofile in container.get_profiles ()) {
#  112|                   dump_encoding_profile (subprofile, indent + 4);
#  113|               }

Error: COMPILER_WARNING (CWE-843): [#def120]
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:75:49: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_object_add_weak_pointer’ from incompatible pointer type
#   73|           this.update_container.begin (true);
#   74|           if (parent != null) {
#   75|->             parent.add_weak_pointer (&this.parent_ptr);
#   76|           }
#   77|       }

Error: COMPILER_WARNING (CWE-843): [#def121]
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:81:52: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_object_remove_weak_pointer’ from incompatible pointer type
#   79|       ~Container() {
#   80|           if (this.parent != null) {
#   81|->             this.parent.remove_weak_pointer (&this.parent_ptr);
#   82|           }
#   83|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def122]
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:396:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:391:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:393:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:394:43: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:394:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:395:12: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:396:3: danger: dereference of NULL ‘<unknown>’
#  394|               var expression = upnp_expression as RelationalExpression;
#  395|               var ext_expression = new RelationalExpression ();
#  396|->             ext_expression.op = expression.op;
#  397|               ext_expression.operand1 = this.translate_property
#  398|                                           (expression.operand1);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def123]
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:406:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:391:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:393:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:403:44: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:403:13: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:404:13: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/external/rygel-external-container.vala:406:3: danger: dereference of NULL ‘<unknown>’
#  404|               var ext_expression = new LogicalExpression ();
#  405|   
#  406|->             ext_expression.op = expression.op;
#  407|               ext_expression.operand1 = this.translate_expression
#  408|                                           (expression.operand1);

Error: COMPILER_WARNING (CWE-704): [#def124]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-container.vala:29:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   27|       public const string TRACK_PREFIX = "dvd-track";
#   28|   
#   29|->     public string path { get; construct set; }
#   30|   
#   31|       private GUPnP.XMLDoc doc;

Error: COMPILER_WARNING (CWE-704): [#def125]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-container.vala:59:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   57|           this.doc = new GUPnP.XMLDoc ((owned) doc);
#   58|   
#   59|->         var context = new Xml.XPath.Context (this.doc.get_doc ());
#   60|           var xpo = context.eval ("/lsdvd/track");
#   61|           if (xpo->type != Xml.XPath.ObjectType.NODESET) {

Error: COMPILER_WARNING (CWE-704): [#def126]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-container.vala:83:17: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   81|           var parts = id.split (":");
#   82|           var track = int.parse (parts[2]);
#   83|->         var context = new Xml.XPath.Context (this.doc.get_doc ());
#   84|           var xpo = context.eval ("/lsdvd/track");
#   85|           if (!(xpo->type == Xml.XPath.ObjectType.NODESET &&

Error: GCC_ANALYZER_WARNING (CWE-476): [#def127]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:106:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘*_data_.node’
rygel-0.44.2/redhat-linux-build/rygel-media-export-dvd-parser.c:567:1: enter_function: entry to ‘rygel_media_export_dvd_parser_real_run_co’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:71:19: call_function: inlined call to ‘rygel_media_export_dvd_parser_get_information_finish’ from ‘rygel_media_export_dvd_parser_real_run_co’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:71:6: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:72:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:72:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:76:49: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:81:6: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:84:50: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:88:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:89:3: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:88:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:90:3: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:88:5: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:91:21: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:104:3: release_memory: ‘*_data_._tmp42_’ is NULL
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:104:3: release_memory: ‘*_data_.node’ is NULL
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:106:3: release_memory: ‘*_data_.node’ is NULL
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:106:21: danger: dereference of NULL ‘<unknown>’
#  104|               var node = xpo->nodesetval->item (0);
#  105|   
#  106|->             var it = node->children;
#  107|               while (it != null) {
#  108|                   if (it->name == "length") {

Error: COMPILER_WARNING (CWE-843): [#def128]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-parser.vala:166:68: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_subprocess_launcher_spawnv’ from incompatible pointer type
#  164|               };
#  165|   
#  166|->             var process = launcher.spawnv (args);
#  167|               yield process.wait_async ();
#  168|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def129]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-track.vala:106:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-media-export-dvd-track.c:670:1: enter_function: entry to ‘rygel_media_export_dvd_track_real_commit_custom’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-track.vala:25:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_media_export_dvd_track_real_commit_custom’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-track.vala:25:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-track.vala:25:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-dvd-track.vala:25:2: call_function: calling ‘rygel_media_export_dvd_track_real_commit_custom_co’ from ‘rygel_media_export_dvd_track_real_commit_custom’
#  104|       public override async void commit_custom (bool override_guarded)
#  105|                                                 throws Error {
#  106|->         if (this.node == null) {
#  107|               yield base.commit_custom (override_guarded);
#  108|           }

Error: COMPILER_WARNING (CWE-704): [#def130]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-extract.vala:122:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  120|   
#  121|       output_stream.write_all (status.data, out bytes_written);
#  122|->     output_stream.write_all (data.get_data (), out bytes_written);
#  123|   }
#  124|   

Error: COMPILER_WARNING (CWE-704): [#def131]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-extractor.vala:212:3: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  210|               p = space_compress_regex.replace_literal (p, -1, 0, " ");
#  211|   
#  212|->             p._strip ();
#  213|   
#  214|               return p;

Error: COMPILER_WARNING (CWE-704): [#def132]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-generic-extractor.vala:107:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  105|           // Guess UPnP profile
#  106|           if (stream_info is DiscovererContainerInfo) {
#  107|->             stream_tags = ((DiscovererContainerInfo)stream_info).get_tags();
#  108|           } else if (stream_info is DiscovererStreamInfo) {
#  109|               stream_tags = ((DiscovererStreamInfo)stream_info).get_tags();

Error: COMPILER_WARNING (CWE-704): [#def133]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-generic-extractor.vala:109:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  107|               stream_tags = ((DiscovererContainerInfo)stream_info).get_tags();
#  108|           } else if (stream_info is DiscovererStreamInfo) {
#  109|->             stream_tags = ((DiscovererStreamInfo)stream_info).get_tags();
#  110|           }
#  111|   

Error: COMPILER_WARNING (CWE-704): [#def134]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-generic-extractor.vala:173:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  171|                   // FIXME: Should be covered by the "is DiscovererStreamInfo"
#  172|                   // above
#  173|->                 this.get_title_and_date (ainfo.get_tags ());
#  174|               }
#  175|   

Error: COMPILER_WARNING (CWE-704): [#def135]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-generic-extractor.vala:180:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  178|               this.serialized_info.insert (Serializer.AUDIO_RATE, "i",
#  179|                                            (int) ainfo.get_sample_rate ());
#  180|->             var atags = ainfo.get_tags ();
#  181|               if (atags != null) {
#  182|                   string artist = null;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def136]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvester.vala:157:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvester.vala:155:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvester.vala:156:11: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvester.vala:157:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvester.vala:157:2: danger: dereference of NULL ‘<unknown>’
#  155|       private void on_file_harvested (StateMachine state_machine) {
#  156|           var task = state_machine as HarvestingTask;
#  157|->         var file = task.origin;
#  158|           message (_("“%s” harvested"), file.get_uri ());
#  159|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def137]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:248:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-media-export-harvesting-task.c:1967:1: enter_function: entry to ‘rygel_media_export_harvesting_task_on_idle’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:306:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:311:13: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:311:6: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:312:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:312:4: call_function: calling ‘rygel_media_export_harvesting_task_enumerate_directory’ from ‘rygel_media_export_harvesting_task_on_idle’
#  246|   
#  247|           foreach (var info in list) {
#  248|->             var file = container.file.get_child (info.get_name ());
#  249|   
#  250|               this.process_file (file, info, container);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def138]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:289:4: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-media-export-harvesting-task.c:1967:1: enter_function: entry to ‘rygel_media_export_harvesting_task_on_idle’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:306:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:311:13: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:311:6: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:312:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-harvesting-task.vala:312:4: call_function: calling ‘rygel_media_export_harvesting_task_enumerate_directory’ from ‘rygel_media_export_harvesting_task_on_idle’
#  287|           // delete all children which are not in filesystem anymore
#  288|           try {
#  289|->             foreach (var child in container.children) {
#  290|                   this.cache.remove_by_id (child);
#  291|               }

Error: COMPILER_WARNING (CWE-843): [#def139]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-media-cache.vala:350:10: warning[-Wincompatible-pointer-types]: assignment to ‘void **’ from incompatible pointer type ‘gchar *’ {{aka ‘char *’}}
#  348|           pattern = this.sql.make (string_id);
#  349|   
#  350|->         return this.db.query_value (pattern.printf (filter), args.data);
#  351|       }
#  352|   

Error: COMPILER_WARNING (CWE-843): [#def140]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-media-cache.vala:350:65: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘rygel_database_database_query_value’ from incompatible pointer type
#  348|           pattern = this.sql.make (string_id);
#  349|   
#  350|->         return this.db.query_value (pattern.printf (filter), args.data);
#  351|       }
#  352|   

Error: COMPILER_WARNING (CWE-843): [#def141]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-media-cache.vala:383:10: warning[-Wincompatible-pointer-types]: assignment to ‘void **’ from incompatible pointer type ‘gchar *’ {{aka ‘char *’}}
#  381|   
#  382|           var sort_order = MediaCache.translate_sort_criteria (sort_criteria);
#  383|->         var cursor = this.db.exec_cursor (sql.printf (filter, sort_order),
#  384|                                             args.data);
#  385|           foreach (var statement in cursor) {

Error: COMPILER_WARNING (CWE-843): [#def142]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-media-cache.vala:383:67: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘rygel_database_database_exec_cursor’ from incompatible pointer type
#  381|   
#  382|           var sort_order = MediaCache.translate_sort_criteria (sort_criteria);
#  383|->         var cursor = this.db.exec_cursor (sql.printf (filter, sort_order),
#  384|                                             args.data);
#  385|           foreach (var statement in cursor) {

Error: COMPILER_WARNING (CWE-843): [#def143]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-media-cache.vala:481:10: warning[-Wincompatible-pointer-types]: assignment to ‘void **’ from incompatible pointer type ‘gchar *’ {{aka ‘char *’}}
#  479|                                  sql_sort_order);
#  480|   
#  481|->         var cursor = this.db.exec_cursor (builder.str, args.data);
#  482|           foreach (var statement in cursor) {
#  483|               data.add (statement.column_text (0));

Error: COMPILER_WARNING (CWE-843): [#def144]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-media-cache.vala:481:67: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘rygel_database_database_exec_cursor’ from incompatible pointer type
#  479|                                  sql_sort_order);
#  480|   
#  481|->         var cursor = this.db.exec_cursor (builder.str, args.data);
#  482|           foreach (var statement in cursor) {
#  483|               data.add (statement.column_text (0));

Error: COMPILER_WARNING (CWE-843): [#def145]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-metadata-extractor.vala:146:70: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_subprocess_launcher_spawnv’ from incompatible pointer type
#  144|                   }
#  145|   
#  146|->                 var subprocess = launcher.spawnv (MX_EXTRACT_ARGV);
#  147|                   try {
#  148|                       yield subprocess.wait_check_async ();

Error: COMPILER_WARNING (CWE-704): [#def146]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-node-query-container.vala:22:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   20|   
#   21|   internal class Rygel.MediaExport.NodeQueryContainer : QueryContainer {
#   22|->     public string template { private get; construct; }
#   23|       public string attribute { private get; construct; }
#   24|   

Error: COMPILER_WARNING (CWE-704): [#def147]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-node-query-container.vala:23:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   21|   internal class Rygel.MediaExport.NodeQueryContainer : QueryContainer {
#   22|       public string template { private get; construct; }
#   23|->     public string attribute { private get; construct; }
#   24|   
#   25|       public NodeQueryContainer (SearchExpression expression,

Error: COMPILER_WARNING (CWE-843): [#def148]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-playlist-extractor.vala:13:79: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_file_load_contents_finish’ from incompatible pointer type
#   11|           uint8[] contents;
#   12|   
#   13|->         if (!yield file.load_contents_async (null, out contents, null)) {
#   14|               throw new ExtractorError.INVALID ("Failed to read file");
#   15|           }

Error: COMPILER_WARNING (CWE-704): [#def149]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-root-container.vala:605:119: warning[-Wdiscarded-qualifiers]: passing argument 4 of ‘rygel_media_export_root_container_add_virtual_containers_for_class’ discards ‘const’ qualifier from pointer target type
#  603|   
#  604|           try {
#  605|->             this.add_virtual_containers_for_class (_("Music"),
#  606|                                                      Rygel.MusicItem.UPNP_CLASS,
#  607|                                                      VIRTUAL_FOLDERS_MUSIC);

Error: COMPILER_WARNING (CWE-704): [#def150]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-root-container.vala:678:25: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  676|   
#  677|           // Add a child QueryContainer for each of the default definitions.
#  678|->         foreach (var definition in VIRTUAL_FOLDERS_DEFAULT) {
#  679|               this.add_folder_definition (container, item_class, definition);
#  680|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def151]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-updatable-object.vala:23:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘self’
rygel-0.44.2/redhat-linux-build/rygel-media-export-updatable-object.c:79:1: enter_function: entry to ‘rygel_media_export_updatable_object_non_overriding_commit’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-updatable-object.vala:23:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_media_export_updatable_object_non_overriding_commit’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-updatable-object.vala:23:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-updatable-object.vala:23:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-updatable-object.vala:23:2: call_function: calling ‘rygel_media_export_updatable_object_non_overriding_commit_co’ from ‘rygel_media_export_updatable_object_non_overriding_commit’
#   21|    */
#   22|   
#   23|-> public interface Rygel.MediaExport.UpdatableObject : Rygel.MediaObject {
#   24|       public async void non_overriding_commit () throws Error {
#   25|           yield this.commit_custom (false);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def152]
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-video-item.vala:23:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘self’
rygel-0.44.2/redhat-linux-build/rygel-media-export-video-item.c:187:1: enter_function: entry to ‘rygel_media_export_video_item_real_commit’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-video-item.vala:23:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_media_export_video_item_real_commit’
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-video-item.vala:23:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-video-item.vala:23:2: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../src/plugins/media-export/rygel-media-export-video-item.vala:23:2: call_function: calling ‘rygel_media_export_video_item_real_commit_co’ from ‘rygel_media_export_video_item_real_commit’
#   21|    */
#   22|   
#   23|-> internal class Rygel.MediaExport.VideoItem : Rygel.VideoItem,
#   24|                                                Rygel.UpdatableObject,
#   25|                                                Rygel.MediaExport.UpdatableObject,

Error: COMPILER_WARNING (CWE-477): [#def153]
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-insertion-query.vala:127:2: warning[-Wdeprecated-declarations]: ‘tracker_sparql_connection_update_blank_async’ is deprecated
#  125|           debug ("Executing SPARQL query: %s", str);
#  126|   
#  127|->         Variant v = yield resources.update_blank_async (str);
#  128|           VariantIter iter1, iter2, iter3;
#  129|           string key = null;

Error: COMPILER_WARNING (CWE-477): [#def154]
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-insertion-query.vala:127:2: warning[-Wdeprecated-declarations]: ‘tracker_sparql_connection_update_blank_finish’ is deprecated
#  125|           debug ("Executing SPARQL query: %s", str);
#  126|   
#  127|->         Variant v = yield resources.update_blank_async (str);
#  128|           VariantIter iter1, iter2, iter3;
#  129|           string key = null;

Error: COMPILER_WARNING (CWE-704): [#def155]
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-query.vala:77:4: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   75|       public static string escape_string (string literal) {
#   76|           StringBuilder str = new StringBuilder ();
#   77|->         char *p = literal;
#   78|   
#   79|           while (*p != '\0') {

Error: COMPILER_WARNING (CWE-843): [#def156]
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-tags.vala:37:145: warning[-Wincompatible-pointer-types]: passing argument 6 of ‘rygel_tracker_metadata_multi_values_construct’ from incompatible pointer type
#   35|   
#   36|       public Tags (MediaContainer parent, ItemFactory item_factory) {
#   37|->         base (parent.id + TITLE, parent, TITLE, item_factory, KEY_CHAIN);
#   38|       }
#   39|   }

Error: GCC_ANALYZER_WARNING (CWE-685): [#def157]
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:160:3: warning[-Wanalyzer-va-list-exhausted]: ‘list’ has no more arguments (2 consumed)
rygel-0.44.2/redhat-linux-build/rygel-tracker-upnp-property-map.c:628:1: enter_function: entry to ‘rygel_tracker_upn_pproperty_map_new’
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:54:9: call_function: calling ‘rygel_tracker_upn_pproperty_map_construct’ from ‘rygel_tracker_upn_pproperty_map_new’
#  158|               key_chain.add (key);
#  159|   
#  160|->             key = list.arg ();
#  161|           }
#  162|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:185:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘g_string_new("tracker:coalesce(")’
rygel-0.44.2/redhat-linux-build/rygel-tracker-upnp-property-map.c:925:1: enter_function: entry to ‘rygel_tracker_upn_pproperty_map_add_alternative’
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:170:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:176:6: branch_false: following ‘false’ branch (when ‘alternative’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:177:7: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:177:7: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:176:6: branch_true: following ‘true’ branch (when ‘alternative’ is NULL)...
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:185:2: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../src/plugins/tracker3/rygel-tracker-upnp-property-map.vala:185:2: danger: dereference of NULL ‘g_string_new("tracker:coalesce(")’
#  183|           }
#  184|   
#  185|->         str.truncate (str.len - 1);
#  186|           str.append (")");
#  187|   

Error: COMPILER_WARNING (CWE-477): [#def159]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:194:3: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
#  192|               throw new ContentDirectoryError.BAD_METADATA
#  193|                                           (_("“Elements” argument missing."));
#  194|->         } else if (comment_pattern.match_string (this.elements)) {
#  195|               throw new ContentDirectoryError.BAD_METADATA
#  196|                                           (_("Comments not allowed in XML"));

Error: COMPILER_WARNING (CWE-704): [#def160]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:291:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  289|        */
#  290|       private void generalize_upnp_class (ref string upnp_class) {
#  291|->         char *needle = upnp_class.rstr_len (-1, ".");
#  292|           if (needle != null) {
#  293|               *needle = '\0';

Error: GCC_ANALYZER_WARNING (CWE-476): [#def161]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:558:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:4431:1: enter_function: entry to ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:543:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:27: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:43: branch_true: following ‘true’ branch (when ‘resource_it’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:13: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:13: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:4482:12: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:547:14: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:549:8: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:550:16: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:550:9: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:551:17: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:551:12: call_function: calling ‘rygel_object_creator_is_profile_valid’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:551:12: return_function: returning to ‘rygel_object_creator_extract_item_parameters’ from ‘rygel_object_creator_is_profile_valid’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:551:10: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:558:17: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:558:7: danger: dereference of NULL ‘<unknown>’
#  556|                       }
#  557|   
#  558|->                     item.dlna_profile = info.dlna_profile;
#  559|                   }
#  560|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def162]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:562:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:4431:1: enter_function: entry to ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:543:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:27: branch_true: following ‘true’ branch (when ‘_tmp0_’ is NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:43: branch_true: following ‘true’ branch (when ‘resource_it’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:13: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:13: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:4482:12: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:547:14: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:549:8: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:550:16: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:550:9: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:561:16: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:561:9: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:562:17: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:562:7: danger: dereference of NULL ‘<unknown>’
#  560|   
#  561|                   if (info.mime_type != null) {
#  562|->                     item.mime_type = info.mime_type;
#  563|                   }
#  564|               }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def163]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:572:6: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:4431:1: enter_function: entry to ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:543:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:27: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:43: branch_true: following ‘true’ branch (when ‘resource_it’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:13: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:13: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:567:15: call_function: calling ‘rygel_object_creator_is_valid_uri’ from ‘rygel_object_creator_extract_item_parameters’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:567:15: return_function: returning to ‘rygel_object_creator_extract_item_parameters’ from ‘rygel_object_creator_is_valid_uri’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:567:8: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:571:15: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:571:8: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:572:16: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:572:6: danger: dereference of NULL ‘<unknown>’
#  570|   
#  571|               if (resource.size >= 0) {
#  572|->                 item.size = resource.size;
#  573|               }
#  574|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def164]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:576:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:543:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:544:27: branch_true: following ‘true’ branch (when ‘_tmp0_’ is NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:546:43: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:576:2: danger: dereference of NULL ‘<unknown>’
#  574|           }
#  575|   
#  576|->         if (item.mime_type == null) {
#  577|               item.mime_type = this.get_generic_mime_type ();
#  578|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def165]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:801:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:797:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-object-creator.vala:801:2: danger: dereference of NULL ‘<unknown>’
#  799|   
#  800|           var plugin = this.content_dir.root_device.resource_factory as MediaServerPlugin;
#  801|->         profiles = plugin.upload_profiles;
#  802|           var p = new DLNAProfile (profile, "");
#  803|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def166]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:73:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:36:2: branch_true: following ‘true’ branch (when ‘media_object’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:37:2: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:37:5: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:442:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:442:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:458:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:458:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:483:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:483:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:499:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:499:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:518:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:518:12: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:579:24: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:579:12: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:583:4: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:61:8: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:65:5: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:65:8: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:72:32: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:72:16: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:73:15: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-relational-expression.vala:73:15: danger: dereference of NULL ‘<unknown>’
#   71|               } else {
#   72|                   var container = media_object as MediaContainer;
#   73|->                 return this.compare_uint (container.update_id);
#   74|               }
#   75|           case "upnp:createClass":

Error: COMPILER_WARNING (CWE-704): [#def167]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/rygel-search-criteria-parser.vala:114:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  112|           scanner.config.symbol_2_token        = true;
#  113|   
#  114|->         foreach (var token in TOKENS) {
#  115|               scanner.scope_add_symbol (0,
#  116|                                         token.str_symbol,

Error: COMPILER_WARNING (CWE-704): [#def168]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:106:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  104|   
#  105|   public class Rygel.MediaObject : GLib.Object {
#  106|->     public string id {get; set; }
#  107|       public string ref_id;
#  108|       public unowned MediaContainer parent { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def169]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:110:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  108|       public unowned MediaContainer parent { get; set; }
#  109|       public string upnp_class;
#  110|->     public string title { get; set; }
#  111|       public GUPnP.OCMFlags ocm_flags;
#  112|       public Gee.ArrayList<string> uris;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def170]
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:477:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rygel_searchable_container_new()’
rygel-0.44.2/redhat-linux-build/test.c:5394:1: enter_function: entry to ‘rygel_http_object_creator_test_test_fetch_container’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:465:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:467:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:469:11: call_function: inlined call to ‘_g_object_ref0’ from ‘rygel_http_object_creator_test_test_fetch_container’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:469:2: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:472:2: call_function: calling ‘rygel_http_object_creator_test_test_fetch_container_run’ from ‘rygel_http_object_creator_test_test_fetch_container’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:472:2: return_function: returning to ‘rygel_http_object_creator_test_test_fetch_container’ from ‘rygel_http_object_creator_test_test_fetch_container_run’
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:473:2: branch_true: following ‘true’ branch...
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:477:11: branch_true: ...to here
rygel-0.44.2/redhat-linux-build/../tests/object-creator/test.vala:477:2: danger: dereference of NULL ‘rygel_searchable_container_new()’
#  475|           // check case when found object is not a container → Error 710
#  476|           // cf. ContentDirectory:2 spec, Table 2-22
#  477|->         root_container.found_object = new MediaObject ();
#  478|           this.test_fetch_container_run (creator);
#  479|           assert (action.error_code == no_such_container.code);

Error: COMPILER_WARNING (CWE-477): [#def171]
rygel-0.44.2/redhat-linux-build/../tests/rygel-configuration.vala:76:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   74|   
#   75|       [Version (deprecated=true, deprecated_since="0.19.2", replacement="get_interfaces")]
#   76|->     public abstract string get_interface () throws GLib.Error;
#   77|   
#   78|       [CCode (array_length=false, array_null_terminated = true)]

Error: COMPILER_WARNING (CWE-477): [#def172]
rygel-0.44.2/redhat-linux-build/../tests/rygel-configuration.vala:76:3: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   74|   
#   75|       [Version (deprecated=true, deprecated_since="0.19.2", replacement="get_interfaces")]
#   76|->     public abstract string get_interface () throws GLib.Error;
#   77|   
#   78|       [CCode (array_length=false, array_null_terminated = true)]

Error: COMPILER_WARNING (CWE-477): [#def173]
rygel-0.44.2/redhat-linux-build/../tests/rygel-user-config.vala:39:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   37|    * Manages the user configuration for Rygel.
#   38|    */
#   39|-> public class Rygel.UserConfig : GLib.Object, Configuration {
#   40|       public const string GENERAL_SECTION = "general";
#   41|       public const string CONFIG_FILE = "rygel.conf";

Error: COMPILER_WARNING (CWE-843): [#def174]
rygel-0.44.2/redhat-linux-build/../tests/rygel-user-config.vala:152:13: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘void **’
#  150|       [CCode (array_length=false, array_null_terminated = true)]
#  151|       public string[] get_interfaces () throws GLib.Error {
#  152|->         var interfaces = this.get_string_list (GENERAL_SECTION,
#  153|                                                  IFACE_KEY).to_array ();
#  154|           // to_array () is not null-terminated

Error: GCC_ANALYZER_WARNING (CWE-476): [#def175]
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:41:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘self’
rygel-0.44.2/redhat-linux-build/rygel-searchable-container.c:1355:1: enter_function: entry to ‘rygel_searchable_container_search_in_children_co’
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:201:7: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:201:21: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:203:23: branch_false: following ‘false’ branch...
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:203:5: branch_false: ...to here
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:203:5: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:203:5: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:206:5: release_memory: ‘0’ is NULL
rygel-0.44.2/redhat-linux-build/../tests/searchable-container/rygel-searchable-container.vala:206:5: call_function: calling ‘rygel_searchable_container_search’ from ‘rygel_searchable_container_search_in_children_co’
#   39|    * for. It is mapped to upnp:searchClass (with includeDerived assumed to be false),
#   40|    */
#   41|-> public interface Rygel.SearchableContainer : MediaContainer {
#   42|       public abstract ArrayList<string> search_classes { get; set; }
#   43|   

Error: COMPILER_WARNING (CWE-704): [#def176]
rygel-0.44.2/redhat-linux-build/agent-matcher.c:885:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def177]
rygel-0.44.2/redhat-linux-build/application.c:2123:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def178]
rygel-0.44.2/redhat-linux-build/database-cursor.c:1032:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def179]
rygel-0.44.2/redhat-linux-build/database-cursor.c:1120:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def180]
rygel-0.44.2/redhat-linux-build/database.c:1552:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def181]
rygel-0.44.2/redhat-linux-build/dlna150-hacks.c:589:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def182]
rygel-0.44.2/redhat-linux-build/raumfeld-hacks.c:302:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def183]
rygel-0.44.2/redhat-linux-build/rygel-aac-transcoder.c:191:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def184]
rygel-0.44.2/redhat-linux-build/rygel-acl.c:1101:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def185]
rygel-0.44.2/redhat-linux-build/rygel-audio-item.c:680:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def186]
rygel-0.44.2/redhat-linux-build/rygel-audio-transcoder.c:497:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def187]
rygel-0.44.2/redhat-linux-build/rygel-av-transport.c:5283:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def188]
rygel-0.44.2/redhat-linux-build/rygel-avc-transcoder.c:220:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def189]
rygel-0.44.2/redhat-linux-build/rygel-base-configuration.c:1050:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def190]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-nslookup.c:402:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def191]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-nslookup.c:503:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def192]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-nslookup.c:578:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def193]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-nslookup.c:2089:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def194]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-nslookup.c:2200:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def195]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-ping.c:344:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def196]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-ping.c:1542:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def197]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-traceroute.c:359:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def198]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test-traceroute.c:1773:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def199]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test.c:318:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def200]
rygel-0.44.2/redhat-linux-build/rygel-basic-management-test.c:1371:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def201]
rygel-0.44.2/redhat-linux-build/rygel-basic-management.c:2346:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def202]
rygel-0.44.2/redhat-linux-build/rygel-browse.c:1074:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def203]
rygel-0.44.2/redhat-linux-build/rygel-changelog.c:541:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def204]
rygel-0.44.2/redhat-linux-build/rygel-client-hacks.c:1721:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def205]
rygel-0.44.2/redhat-linux-build/rygel-cmdline-config.c:1931:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def206]
rygel-0.44.2/redhat-linux-build/rygel-configuration.c:775:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def207]
rygel-0.44.2/redhat-linux-build/rygel-configuration.c:906:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def208]
rygel-0.44.2/redhat-linux-build/rygel-connection-manager.c:554:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def209]
rygel-0.44.2/redhat-linux-build/rygel-content-directory.c:3956:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def210]
rygel-0.44.2/redhat-linux-build/rygel-data-sink.c:481:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def211]
rygel-0.44.2/redhat-linux-build/rygel-data-source.c:331:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def212]
rygel-0.44.2/redhat-linux-build/rygel-dbus-interface.c:209:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def213]
rygel-0.44.2/redhat-linux-build/rygel-dbus-interface.c:443:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def214]
rygel-0.44.2/redhat-linux-build/rygel-dbus-service.c:456:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-843): [#def215]
rygel-0.44.2/redhat-linux-build/rygel-dbus-service.c:475:33: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘rygel_dbus_interface_shutdown’ from incompatible pointer type

Error: COMPILER_WARNING (CWE-704): [#def216]
rygel-0.44.2/redhat-linux-build/rygel-dbus-thumbnailer.c:334:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def217]
rygel-0.44.2/redhat-linux-build/rygel-dbus-thumbnailer.c:1167:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def218]
rygel-0.44.2/redhat-linux-build/rygel-default-player-controller.c:2646:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def219]
rygel-0.44.2/redhat-linux-build/rygel-description-file.c:2835:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def220]
rygel-0.44.2/redhat-linux-build/rygel-dlna-available-seek-request.c:296:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def221]
rygel-0.44.2/redhat-linux-build/rygel-dlna-available-seek-response.c:660:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def222]
rygel-0.44.2/redhat-linux-build/rygel-dlna-profile.c:378:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def223]
rygel-0.44.2/redhat-linux-build/rygel-dlna-profile.c:430:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def224]
rygel-0.44.2/redhat-linux-build/rygel-dtcp-cleartext-request.c:1208:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def225]
rygel-0.44.2/redhat-linux-build/rygel-dtcp-cleartext-response.c:607:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def226]
rygel-0.44.2/redhat-linux-build/rygel-energy-management.c:219:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def227]
rygel-0.44.2/redhat-linux-build/rygel-energy-management.c:1430:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def228]
rygel-0.44.2/redhat-linux-build/rygel-engine-loader.c:586:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def229]
rygel-0.44.2/redhat-linux-build/rygel-environment-config.c:1678:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def230]
rygel-0.44.2/redhat-linux-build/rygel-environment-test.c:396:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def231]
rygel-0.44.2/redhat-linux-build/rygel-external-album-art-factory.c:858:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def232]
rygel-0.44.2/redhat-linux-build/rygel-external-container.c:4033:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def233]
rygel-0.44.2/redhat-linux-build/rygel-external-dummy-container.c:456:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def234]
rygel-0.44.2/redhat-linux-build/rygel-external-icon-factory.c:1068:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def235]
rygel-0.44.2/redhat-linux-build/rygel-external-interfaces.c:644:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def236]
rygel-0.44.2/redhat-linux-build/rygel-external-interfaces.c:1354:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def237]
rygel-0.44.2/redhat-linux-build/rygel-external-interfaces.c:3523:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def238]
rygel-0.44.2/redhat-linux-build/rygel-external-item-factory.c:2007:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def239]
rygel-0.44.2/redhat-linux-build/rygel-external-plugin-factory.c:2261:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def240]
rygel-0.44.2/redhat-linux-build/rygel-external-plugin.c:168:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def241]
rygel-0.44.2/redhat-linux-build/rygel-external-thumbnail-factory.c:987:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def242]
rygel-0.44.2/redhat-linux-build/rygel-free-desktop-interfaces.c:185:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def243]
rygel-0.44.2/redhat-linux-build/rygel-free-desktop-interfaces.c:299:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def244]
rygel-0.44.2/redhat-linux-build/rygel-free-desktop-interfaces.c:372:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def245]
rygel-0.44.2/redhat-linux-build/rygel-free-desktop-interfaces.c:766:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def246]
rygel-0.44.2/redhat-linux-build/rygel-gst-data-source.c:1672:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def247]
rygel-0.44.2/redhat-linux-build/rygel-gst-launch-audio-item.c:147:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def248]
rygel-0.44.2/redhat-linux-build/rygel-gst-launch-plugin.c:147:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def249]
rygel-0.44.2/redhat-linux-build/rygel-gst-launch-root-container.c:564:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def250]
rygel-0.44.2/redhat-linux-build/rygel-gst-launch-video-item.c:147:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def251]
rygel-0.44.2/redhat-linux-build/rygel-gst-media-engine.c:1793:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def252]
rygel-0.44.2/redhat-linux-build/rygel-gst-sink.c:619:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def253]
rygel-0.44.2/redhat-linux-build/rygel-gst-transcoder.c:872:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def254]
rygel-0.44.2/redhat-linux-build/rygel-gst-transcoding-data-source.c:1252:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def255]
rygel-0.44.2/redhat-linux-build/rygel-gst-utils.c:1290:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def256]
rygel-0.44.2/redhat-linux-build/rygel-http-byte-seek-request.c:1114:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def257]
rygel-0.44.2/redhat-linux-build/rygel-http-byte-seek-response.c:468:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def258]
rygel-0.44.2/redhat-linux-build/rygel-http-get-handler.c:606:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def259]
rygel-0.44.2/redhat-linux-build/rygel-http-get.c:2561:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def260]
rygel-0.44.2/redhat-linux-build/rygel-http-item-uri.c:2320:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def261]
rygel-0.44.2/redhat-linux-build/rygel-http-post.c:2122:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def262]
rygel-0.44.2/redhat-linux-build/rygel-http-request.c:1059:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def263]
rygel-0.44.2/redhat-linux-build/rygel-http-resource-handler.c:806:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def264]
rygel-0.44.2/redhat-linux-build/rygel-http-response-element.c:163:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def265]
rygel-0.44.2/redhat-linux-build/rygel-http-response.c:995:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def266]
rygel-0.44.2/redhat-linux-build/rygel-http-seek.c:133:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def267]
rygel-0.44.2/redhat-linux-build/rygel-http-seek.c:178:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def268]
rygel-0.44.2/redhat-linux-build/rygel-http-server.c:1579:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def269]
rygel-0.44.2/redhat-linux-build/rygel-http-subtitle-handler.c:659:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def270]
rygel-0.44.2/redhat-linux-build/rygel-http-thumbnail-handler.c:694:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def271]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-request.c:1318:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def272]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-request.c:1477:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def273]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-response.c:1008:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def274]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-test.c:391:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def275]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-test.c:472:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def276]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-test.c:559:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def277]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-test.c:891:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def278]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-test.c:1234:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def279]
rygel-0.44.2/redhat-linux-build/rygel-http-time-seek-test.c:1282:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def280]
rygel-0.44.2/redhat-linux-build/rygel-icon-info.c:361:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def281]
rygel-0.44.2/redhat-linux-build/rygel-image-item.c:499:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def282]
rygel-0.44.2/redhat-linux-build/rygel-import-resource.c:1907:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def283]
rygel-0.44.2/redhat-linux-build/rygel-item-destroyer.c:1351:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def284]
rygel-0.44.2/redhat-linux-build/rygel-item-updater.c:2365:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def285]
rygel-0.44.2/redhat-linux-build/rygel-jpeg-transcoder.c:534:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def286]
rygel-0.44.2/redhat-linux-build/rygel-l16-transcoder.c:503:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def287]
rygel-0.44.2/redhat-linux-build/rygel-last-change-entry.c:367:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def288]
rygel-0.44.2/redhat-linux-build/rygel-last-change-obj-add.c:354:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def289]
rygel-0.44.2/redhat-linux-build/rygel-last-change-obj-del.c:268:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def290]
rygel-0.44.2/redhat-linux-build/rygel-last-change-obj-mod.c:268:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def291]
rygel-0.44.2/redhat-linux-build/rygel-last-change-st-done.c:175:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def292]
rygel-0.44.2/redhat-linux-build/rygel-last-change.c:352:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def293]
rygel-0.44.2/redhat-linux-build/rygel-lg-tv-hacks.c:671:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def294]
rygel-0.44.2/redhat-linux-build/rygel-log-handler.c:600:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def295]
rygel-0.44.2/redhat-linux-build/rygel-logical-expression.c:307:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def296]
rygel-0.44.2/redhat-linux-build/rygel-logical-expression.c:412:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def297]
rygel-0.44.2/redhat-linux-build/rygel-m3u-playlist.c:463:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def298]
rygel-0.44.2/redhat-linux-build/rygel-m3u-playlist.c:470:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def299]
rygel-0.44.2/redhat-linux-build/rygel-media-art-store.c:805:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def300]
rygel-0.44.2/redhat-linux-build/rygel-media-container.c:942:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def301]
rygel-0.44.2/redhat-linux-build/rygel-media-container.c:2320:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def302]
rygel-0.44.2/redhat-linux-build/rygel-media-device.c:506:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def303]
rygel-0.44.2/redhat-linux-build/rygel-media-device.c:1259:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def304]
rygel-0.44.2/redhat-linux-build/rygel-media-engine.c:495:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def305]
rygel-0.44.2/redhat-linux-build/rygel-media-export-db-container.c:1182:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def306]
rygel-0.44.2/redhat-linux-build/rygel-media-export-dummy-container.c:332:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def307]
rygel-0.44.2/redhat-linux-build/rygel-media-export-dvd-container.c:1387:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def308]
rygel-0.44.2/redhat-linux-build/rygel-media-export-dvd-parser.c:1404:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def309]
rygel-0.44.2/redhat-linux-build/rygel-media-export-dvd-track.c:922:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def310]
rygel-0.44.2/redhat-linux-build/rygel-media-export-extractor.c:2036:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def311]
rygel-0.44.2/redhat-linux-build/rygel-media-export-generic-extractor.c:2126:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def312]
rygel-0.44.2/redhat-linux-build/rygel-media-export-harvester.c:1750:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def313]
rygel-0.44.2/redhat-linux-build/rygel-media-export-harvesting-task.c:598:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def314]
rygel-0.44.2/redhat-linux-build/rygel-media-export-harvesting-task.c:2505:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def315]
rygel-0.44.2/redhat-linux-build/rygel-media-export-image-extractor.c:604:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def316]
rygel-0.44.2/redhat-linux-build/rygel-media-export-leaf-query-container.c:696:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def317]
rygel-0.44.2/redhat-linux-build/rygel-media-export-media-cache-upgrader.c:1027:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def318]
rygel-0.44.2/redhat-linux-build/rygel-media-export-media-cache.c:503:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def319]
rygel-0.44.2/redhat-linux-build/rygel-media-export-media-cache.c:8949:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def320]
rygel-0.44.2/redhat-linux-build/rygel-media-export-metadata-extractor.c:1919:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def321]
rygel-0.44.2/redhat-linux-build/rygel-media-export-music-item.c:491:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def322]
rygel-0.44.2/redhat-linux-build/rygel-media-export-node-query-container.c:912:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def323]
rygel-0.44.2/redhat-linux-build/rygel-media-export-null-container.c:469:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def324]
rygel-0.44.2/redhat-linux-build/rygel-media-export-object-factory.c:762:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def325]
rygel-0.44.2/redhat-linux-build/rygel-media-export-photo-item.c:472:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def326]
rygel-0.44.2/redhat-linux-build/rygel-media-export-playlist-container.c:1166:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def327]
rygel-0.44.2/redhat-linux-build/rygel-media-export-playlist-extractor.c:628:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def328]
rygel-0.44.2/redhat-linux-build/rygel-media-export-playlist-item.c:472:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def329]
rygel-0.44.2/redhat-linux-build/rygel-media-export-playlist-root-container.c:973:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def330]
rygel-0.44.2/redhat-linux-build/rygel-media-export-plugin.c:697:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def331]
rygel-0.44.2/redhat-linux-build/rygel-media-export-query-container-factory.c:1592:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def332]
rygel-0.44.2/redhat-linux-build/rygel-media-export-query-container.c:503:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def333]
rygel-0.44.2/redhat-linux-build/rygel-media-export-recursive-file-monitor.c:828:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def334]
rygel-0.44.2/redhat-linux-build/rygel-media-export-root-container.c:472:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def335]
rygel-0.44.2/redhat-linux-build/rygel-media-export-root-container.c:4419:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def336]
rygel-0.44.2/redhat-linux-build/rygel-media-export-sql-factory.c:596:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def337]
rygel-0.44.2/redhat-linux-build/rygel-media-export-trackable-db-container.c:831:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def338]
rygel-0.44.2/redhat-linux-build/rygel-media-export-updatable-object.c:243:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def339]
rygel-0.44.2/redhat-linux-build/rygel-media-export-video-item.c:515:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def340]
rygel-0.44.2/redhat-linux-build/rygel-media-export-writable-db-container.c:1887:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def341]
rygel-0.44.2/redhat-linux-build/rygel-media-file-item.c:1797:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def342]
rygel-0.44.2/redhat-linux-build/rygel-media-item.c:627:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def343]
rygel-0.44.2/redhat-linux-build/rygel-media-object.c:4162:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def344]
rygel-0.44.2/redhat-linux-build/rygel-media-objects.c:641:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def345]
rygel-0.44.2/redhat-linux-build/rygel-media-player.c:1154:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def346]
rygel-0.44.2/redhat-linux-build/rygel-media-pref-section.c:1303:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def347]
rygel-0.44.2/redhat-linux-build/rygel-media-query-action.c:1631:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def348]
rygel-0.44.2/redhat-linux-build/rygel-media-receiver-registrar.c:239:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def349]
rygel-0.44.2/redhat-linux-build/rygel-media-renderer-plugin.c:1188:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def350]
rygel-0.44.2/redhat-linux-build/rygel-media-renderer.c:224:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def351]
rygel-0.44.2/redhat-linux-build/rygel-media-renderer.c:423:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def352]
rygel-0.44.2/redhat-linux-build/rygel-media-resource.c:2974:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def353]
rygel-0.44.2/redhat-linux-build/rygel-media-server-plugin.c:1007:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def354]
rygel-0.44.2/redhat-linux-build/rygel-media-server.c:155:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def355]
rygel-0.44.2/redhat-linux-build/rygel-media-server.c:360:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def356]
rygel-0.44.2/redhat-linux-build/rygel-meta-config-test.c:265:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def357]
rygel-0.44.2/redhat-linux-build/rygel-meta-config.c:4182:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def358]
rygel-0.44.2/redhat-linux-build/rygel-mp2ts-transcoder.c:504:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def359]
rygel-0.44.2/redhat-linux-build/rygel-mp3-transcoder.c:189:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def360]
rygel-0.44.2/redhat-linux-build/rygel-mpris-interfaces.c:316:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def361]
rygel-0.44.2/redhat-linux-build/rygel-mpris-interfaces.c:955:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def362]
rygel-0.44.2/redhat-linux-build/rygel-mpris-player.c:1953:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def363]
rygel-0.44.2/redhat-linux-build/rygel-mpris-plugin-factory.c:1658:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def364]
rygel-0.44.2/redhat-linux-build/rygel-mpris-plugin.c:442:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def365]
rygel-0.44.2/redhat-linux-build/rygel-music-item.c:944:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def366]
rygel-0.44.2/redhat-linux-build/rygel-network-pref-section.c:1206:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def367]
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:1119:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def368]
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:1701:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def369]
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:5909:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def370]
rygel-0.44.2/redhat-linux-build/rygel-object-creator.c:6395:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def371]
rygel-0.44.2/redhat-linux-build/rygel-object-removal-queue.c:697:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def372]
rygel-0.44.2/redhat-linux-build/rygel-panasonic-hacks.c:545:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def373]
rygel-0.44.2/redhat-linux-build/rygel-phillips-hacks.c:301:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def374]
rygel-0.44.2/redhat-linux-build/rygel-photo-item.c:329:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def375]
rygel-0.44.2/redhat-linux-build/rygel-playbin-player.c:3269:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def376]
rygel-0.44.2/redhat-linux-build/rygel-playbin-plugin.c:220:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def377]
rygel-0.44.2/redhat-linux-build/rygel-playbin-renderer-test.c:242:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def378]
rygel-0.44.2/redhat-linux-build/rygel-playbin-renderer.c:262:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def379]
rygel-0.44.2/redhat-linux-build/rygel-player-controller.c:839:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def380]
rygel-0.44.2/redhat-linux-build/rygel-playlist-item.c:194:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def381]
rygel-0.44.2/redhat-linux-build/rygel-playspeed-request.c:921:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def382]
rygel-0.44.2/redhat-linux-build/rygel-playspeed-response.c:435:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def383]
rygel-0.44.2/redhat-linux-build/rygel-playspeed.c:758:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def384]
rygel-0.44.2/redhat-linux-build/rygel-plugin-information.c:753:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def385]
rygel-0.44.2/redhat-linux-build/rygel-plugin-loader-test.c:312:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def386]
rygel-0.44.2/redhat-linux-build/rygel-plugin-loader-test.c:613:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def387]
rygel-0.44.2/redhat-linux-build/rygel-plugin-loader.c:1002:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def388]
rygel-0.44.2/redhat-linux-build/rygel-plugin.c:1012:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def389]
rygel-0.44.2/redhat-linux-build/rygel-preferences-dialog.c:844:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def390]
rygel-0.44.2/redhat-linux-build/rygel-preferences-section.c:252:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def391]
rygel-0.44.2/redhat-linux-build/rygel-recursive-module-loader.c:1351:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def392]
rygel-0.44.2/redhat-linux-build/rygel-reference-creator.c:1055:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def393]
rygel-0.44.2/redhat-linux-build/rygel-regression.c:804:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def394]
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:1109:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def395]
rygel-0.44.2/redhat-linux-build/rygel-relational-expression.c:1398:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def396]
rygel-0.44.2/redhat-linux-build/rygel-rendering-control.c:1302:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def397]
rygel-0.44.2/redhat-linux-build/rygel-resource-info.c:369:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def398]
rygel-0.44.2/redhat-linux-build/rygel-root-device-factory.c:2346:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def399]
rygel-0.44.2/redhat-linux-build/rygel-root-device.c:410:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def400]
rygel-0.44.2/redhat-linux-build/rygel-ruih-filter-entry.c:695:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def401]
rygel-0.44.2/redhat-linux-build/rygel-ruih-icon-elem.c:704:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def402]
rygel-0.44.2/redhat-linux-build/rygel-ruih-plugin.c:199:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def403]
rygel-0.44.2/redhat-linux-build/rygel-ruih-protocol-elem.c:1010:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def404]
rygel-0.44.2/redhat-linux-build/rygel-ruih-server-plugin.c:169:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def405]
rygel-0.44.2/redhat-linux-build/rygel-ruih-server.c:133:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def406]
rygel-0.44.2/redhat-linux-build/rygel-ruih-server.c:257:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def407]
rygel-0.44.2/redhat-linux-build/rygel-ruih-service.c:426:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def408]
rygel-0.44.2/redhat-linux-build/rygel-ruih-servicemanager.c:2054:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def409]
rygel-0.44.2/redhat-linux-build/rygel-ruih-ui-elem.c:1208:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def410]
rygel-0.44.2/redhat-linux-build/rygel-ruih-ui-listing.c:632:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def411]
rygel-0.44.2/redhat-linux-build/rygel-ruih-wildcard-filter-entry.c:118:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def412]
rygel-0.44.2/redhat-linux-build/rygel-samsung-tv-hacks.c:792:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def413]
rygel-0.44.2/redhat-linux-build/rygel-search-criteria-parser.c:297:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def414]
rygel-0.44.2/redhat-linux-build/rygel-search-criteria-parser.c:418:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def415]
rygel-0.44.2/redhat-linux-build/rygel-search-criteria-parser.c:1702:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def416]
rygel-0.44.2/redhat-linux-build/rygel-search-criteria-parser.c:1823:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def417]
rygel-0.44.2/redhat-linux-build/rygel-search-expression.c:443:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def418]
rygel-0.44.2/redhat-linux-build/rygel-search-expression.c:514:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def419]
rygel-0.44.2/redhat-linux-build/rygel-search.c:862:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def420]
rygel-0.44.2/redhat-linux-build/rygel-searchable-container.c:1500:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def421]
rygel-0.44.2/redhat-linux-build/rygel-searchable-container.c:1656:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def422]
rygel-0.44.2/redhat-linux-build/rygel-seek-hacks.c:240:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def423]
rygel-0.44.2/redhat-linux-build/rygel-serializer.c:499:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def424]
rygel-0.44.2/redhat-linux-build/rygel-serializer.c:547:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def425]
rygel-0.44.2/redhat-linux-build/rygel-simple-container.c:1937:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def426]
rygel-0.44.2/redhat-linux-build/rygel-simple-data-source.c:944:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def427]
rygel-0.44.2/redhat-linux-build/rygel-simple-media-engine.c:664:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def428]
rygel-0.44.2/redhat-linux-build/rygel-sink-connection-manager.c:252:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def429]
rygel-0.44.2/redhat-linux-build/rygel-source-connection-manager.c:558:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def430]
rygel-0.44.2/redhat-linux-build/rygel-state-machine.c:143:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def431]
rygel-0.44.2/redhat-linux-build/rygel-state-machine.c:177:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def432]
rygel-0.44.2/redhat-linux-build/rygel-subtitle-manager.c:717:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def433]
rygel-0.44.2/redhat-linux-build/rygel-subtitle.c:513:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def434]
rygel-0.44.2/redhat-linux-build/rygel-thumbnail.c:233:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def435]
rygel-0.44.2/redhat-linux-build/rygel-thumbnailer.c:818:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def436]
rygel-0.44.2/redhat-linux-build/rygel-time-utils.c:613:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def437]
rygel-0.44.2/redhat-linux-build/rygel-trackable-container.c:923:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def438]
rygel-0.44.2/redhat-linux-build/rygel-trackable-item.c:85:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def439]
rygel-0.44.2/redhat-linux-build/rygel-tracker-albums.c:125:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def440]
rygel-0.44.2/redhat-linux-build/rygel-tracker-artists.c:125:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def441]
rygel-0.44.2/redhat-linux-build/rygel-tracker-category-all-container.c:1916:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def442]
rygel-0.44.2/redhat-linux-build/rygel-tracker-category-container.c:508:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def443]
rygel-0.44.2/redhat-linux-build/rygel-tracker-cleanup-query.c:412:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def444]
rygel-0.44.2/redhat-linux-build/rygel-tracker-deletion-query.c:416:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def445]
rygel-0.44.2/redhat-linux-build/rygel-tracker-genre.c:125:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def446]
rygel-0.44.2/redhat-linux-build/rygel-tracker-insertion-query.c:1252:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def447]
rygel-0.44.2/redhat-linux-build/rygel-tracker-interfaces.c:308:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def448]
rygel-0.44.2/redhat-linux-build/rygel-tracker-interfaces.c:362:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def449]
rygel-0.44.2/redhat-linux-build/rygel-tracker-interfaces.c:733:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def450]
rygel-0.44.2/redhat-linux-build/rygel-tracker-interfaces.c:1367:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def451]
rygel-0.44.2/redhat-linux-build/rygel-tracker-item-factory.c:750:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def452]
rygel-0.44.2/redhat-linux-build/rygel-tracker-metadata-container.c:1111:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def453]
rygel-0.44.2/redhat-linux-build/rygel-tracker-metadata-multivalues.c:669:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def454]
rygel-0.44.2/redhat-linux-build/rygel-tracker-metadata-values.c:398:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def455]
rygel-0.44.2/redhat-linux-build/rygel-tracker-music-item-factory.c:520:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def456]
rygel-0.44.2/redhat-linux-build/rygel-tracker-music.c:173:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def457]
rygel-0.44.2/redhat-linux-build/rygel-tracker-new.c:228:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def458]
rygel-0.44.2/redhat-linux-build/rygel-tracker-picture-item-factory.c:362:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def459]
rygel-0.44.2/redhat-linux-build/rygel-tracker-pictures.c:148:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def460]
rygel-0.44.2/redhat-linux-build/rygel-tracker-plugin-factory.c:458:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def461]
rygel-0.44.2/redhat-linux-build/rygel-tracker-plugin.c:156:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def462]
rygel-0.44.2/redhat-linux-build/rygel-tracker-query-triplet.c:839:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def463]
rygel-0.44.2/redhat-linux-build/rygel-tracker-query-triplets.c:633:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def464]
rygel-0.44.2/redhat-linux-build/rygel-tracker-query.c:637:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def465]
rygel-0.44.2/redhat-linux-build/rygel-tracker-root-container.c:275:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def466]
rygel-0.44.2/redhat-linux-build/rygel-tracker-search-container.c:2912:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def467]
rygel-0.44.2/redhat-linux-build/rygel-tracker-selection-query.c:1863:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def468]
rygel-0.44.2/redhat-linux-build/rygel-tracker-tags.c:128:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def469]
rygel-0.44.2/redhat-linux-build/rygel-tracker-titles.c:292:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def470]
rygel-0.44.2/redhat-linux-build/rygel-tracker-upnp-property-map.c:426:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def471]
rygel-0.44.2/redhat-linux-build/rygel-tracker-upnp-property-map.c:1088:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def472]
rygel-0.44.2/redhat-linux-build/rygel-tracker-video-item-factory.c:379:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def473]
rygel-0.44.2/redhat-linux-build/rygel-tracker-videos.c:146:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def474]
rygel-0.44.2/redhat-linux-build/rygel-tracker-years.c:373:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def475]
rygel-0.44.2/redhat-linux-build/rygel-updatable-object.c:100:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def476]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:2530:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def477]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:2634:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def478]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:2738:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def479]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:2974:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def480]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:3076:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def481]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:3148:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def482]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:3294:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def483]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:3371:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def484]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:4113:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def485]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:4428:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def486]
rygel-0.44.2/redhat-linux-build/rygel-user-config-test.c:4538:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def487]
rygel-0.44.2/redhat-linux-build/rygel-user-config.c:4411:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def488]
rygel-0.44.2/redhat-linux-build/rygel-user-config.c:4597:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def489]
rygel-0.44.2/redhat-linux-build/rygel-user-config.c:4721:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def490]
rygel-0.44.2/redhat-linux-build/rygel-user-config.c:4907:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def491]
rygel-0.44.2/redhat-linux-build/rygel-user-config.c:5055:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def492]
rygel-0.44.2/redhat-linux-build/rygel-user-config.c:5241:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def493]
rygel-0.44.2/redhat-linux-build/rygel-v1-hacks.c:849:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def494]
rygel-0.44.2/redhat-linux-build/rygel-video-item.c:1827:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def495]
rygel-0.44.2/redhat-linux-build/rygel-video-transcoder.c:495:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def496]
rygel-0.44.2/redhat-linux-build/rygel-visual-item.c:691:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def497]
rygel-0.44.2/redhat-linux-build/rygel-volume.c:384:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def498]
rygel-0.44.2/redhat-linux-build/rygel-wmp-hacks.c:486:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def499]
rygel-0.44.2/redhat-linux-build/rygel-wmv-transcoder.c:208:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def500]
rygel-0.44.2/redhat-linux-build/rygel-writable-container.c:507:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def501]
rygel-0.44.2/redhat-linux-build/rygel-writable-user-config.c:1219:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def502]
rygel-0.44.2/redhat-linux-build/rygel-xbmc-hacks.c:374:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def503]
rygel-0.44.2/redhat-linux-build/rygel-xbmc4xbox-hacks.c:479:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def504]
rygel-0.44.2/redhat-linux-build/rygel-xbox-hacks.c:2062:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def505]
rygel-0.44.2/redhat-linux-build/rygel-xml-utils.c:642:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def506]
rygel-0.44.2/redhat-linux-build/rygel-xml-utils.c:728:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def507]
rygel-0.44.2/redhat-linux-build/rygel-xml-utils.c:988:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def508]
rygel-0.44.2/redhat-linux-build/sql-function.c:131:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def509]
rygel-0.44.2/redhat-linux-build/sql-operator.c:332:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-563): [#def510]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/dlna150-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/dlna150-hacks.c:33:20: warning[-Wunused-variable]: ‘rygel_dlna150_hacks_properties’ defined but not used
#   33 | static GParamSpec* rygel_dlna150_hacks_properties[RYGEL_DLNA150_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   31|   	RYGEL_DLNA150_HACKS_NUM_PROPERTIES
#   32|   };
#   33|-> static GParamSpec* rygel_dlna150_hacks_properties[RYGEL_DLNA150_HACKS_NUM_PROPERTIES];
#   34|   #define _g_free0(var) (var = (g_free (var), NULL))
#   35|   

Error: COMPILER_WARNING (CWE-563): [#def511]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-base-configuration.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-base-configuration.c:47:20: warning[-Wunused-variable]: ‘rygel_base_configuration_properties’ defined but not used
#   47 | static GParamSpec* rygel_base_configuration_properties[RYGEL_BASE_CONFIGURATION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   45|   	RYGEL_BASE_CONFIGURATION_NUM_PROPERTIES
#   46|   };
#   47|-> static GParamSpec* rygel_base_configuration_properties[RYGEL_BASE_CONFIGURATION_NUM_PROPERTIES];
#   48|   
#   49|   static gpointer rygel_base_configuration_parent_class = NULL;

Error: COMPILER_WARNING (CWE-704): [#def512]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-basic-management-test-nslookup.c:314:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  312|   {
#  313|   	static volatile gsize rygel_basic_management_test_ns_lookup_process_state_type_id__once = 0;
#  314|-> 	if (g_once_init_enter (&rygel_basic_management_test_ns_lookup_process_state_type_id__once)) {
#  315|   		GType rygel_basic_management_test_ns_lookup_process_state_type_id;
#  316|   		rygel_basic_management_test_ns_lookup_process_state_type_id = rygel_basic_management_test_ns_lookup_process_state_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def513]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-basic-management-test-ping.c:256:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  254|   {
#  255|   	static volatile gsize rygel_basic_management_test_ping_process_state_type_id__once = 0;
#  256|-> 	if (g_once_init_enter (&rygel_basic_management_test_ping_process_state_type_id__once)) {
#  257|   		GType rygel_basic_management_test_ping_process_state_type_id;
#  258|   		rygel_basic_management_test_ping_process_state_type_id = rygel_basic_management_test_ping_process_state_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def514]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-basic-management-test-traceroute.c:258:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  256|   {
#  257|   	static volatile gsize rygel_basic_management_test_traceroute_process_state_type_id__once = 0;
#  258|-> 	if (g_once_init_enter (&rygel_basic_management_test_traceroute_process_state_type_id__once)) {
#  259|   		GType rygel_basic_management_test_traceroute_process_state_type_id;
#  260|   		rygel_basic_management_test_traceroute_process_state_type_id = rygel_basic_management_test_traceroute_process_state_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def515]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-basic-management-test.c:230:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  228|   {
#  229|   	static volatile gsize rygel_basic_management_test_init_state_type_id__once = 0;
#  230|-> 	if (g_once_init_enter (&rygel_basic_management_test_init_state_type_id__once)) {
#  231|   		GType rygel_basic_management_test_init_state_type_id;
#  232|   		rygel_basic_management_test_init_state_type_id = rygel_basic_management_test_init_state_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def516]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-cmdline-config.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-cmdline-config.c:54:20: warning[-Wunused-variable]: ‘rygel_cmdline_config_properties’ defined but not used
#   54 | static GParamSpec* rygel_cmdline_config_properties[RYGEL_CMDLINE_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   52|   	RYGEL_CMDLINE_CONFIG_NUM_PROPERTIES
#   53|   };
#   54|-> static GParamSpec* rygel_cmdline_config_properties[RYGEL_CMDLINE_CONFIG_NUM_PROPERTIES];
#   55|   #define _g_variant_dict_unref0(var) ((var == NULL) ? NULL : (var = (g_variant_dict_unref (var), NULL)))
#   56|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def517]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-cmdline-config.c:157:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  155|   {
#  156|   	static volatile gsize rygel_cmdline_config_error_type_id__once = 0;
#  157|-> 	if (g_once_init_enter (&rygel_cmdline_config_error_type_id__once)) {
#  158|   		GType rygel_cmdline_config_error_type_id;
#  159|   		rygel_cmdline_config_error_type_id = rygel_cmdline_config_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def518]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-configuration.c:89:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   87|   {
#   88|   	static volatile gsize rygel_configuration_error_type_id__once = 0;
#   89|-> 	if (g_once_init_enter (&rygel_configuration_error_type_id__once)) {
#   90|   		GType rygel_configuration_error_type_id;
#   91|   		rygel_configuration_error_type_id = rygel_configuration_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def519]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-configuration.c:110:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  108|   {
#  109|   	static volatile gsize rygel_configuration_entry_type_id__once = 0;
#  110|-> 	if (g_once_init_enter (&rygel_configuration_entry_type_id__once)) {
#  111|   		GType rygel_configuration_entry_type_id;
#  112|   		rygel_configuration_entry_type_id = rygel_configuration_entry_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def520]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-configuration.c:131:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  129|   {
#  130|   	static volatile gsize rygel_section_entry_type_id__once = 0;
#  131|-> 	if (g_once_init_enter (&rygel_section_entry_type_id__once)) {
#  132|   		GType rygel_section_entry_type_id;
#  133|   		rygel_section_entry_type_id = rygel_section_entry_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def521]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-connection-manager.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-connection-manager.c:49:20: warning[-Wunused-variable]: ‘rygel_connection_manager_properties’ defined but not used
#   49 | static GParamSpec* rygel_connection_manager_properties[RYGEL_CONNECTION_MANAGER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   47|   	RYGEL_CONNECTION_MANAGER_NUM_PROPERTIES
#   48|   };
#   49|-> static GParamSpec* rygel_connection_manager_properties[RYGEL_CONNECTION_MANAGER_NUM_PROPERTIES];
#   50|   #define _g_free0(var) (var = (g_free (var), NULL))
#   51|   

Error: COMPILER_WARNING (CWE-563): [#def522]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-description-file.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-description-file.c:61:20: warning[-Wunused-variable]: ‘rygel_description_file_properties’ defined but not used
#   61 | static GParamSpec* rygel_description_file_properties[RYGEL_DESCRIPTION_FILE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   59|   	RYGEL_DESCRIPTION_FILE_NUM_PROPERTIES
#   60|   };
#   61|-> static GParamSpec* rygel_description_file_properties[RYGEL_DESCRIPTION_FILE_NUM_PROPERTIES];
#   62|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   63|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def523]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-energy-management.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-energy-management.c:85:20: warning[-Wunused-variable]: ‘rygel_energy_management_properties’ defined but not used
#   85 | static GParamSpec* rygel_energy_management_properties[RYGEL_ENERGY_MANAGEMENT_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   83|   	RYGEL_ENERGY_MANAGEMENT_NUM_PROPERTIES
#   84|   };
#   85|-> static GParamSpec* rygel_energy_management_properties[RYGEL_ENERGY_MANAGEMENT_NUM_PROPERTIES];
#   86|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   87|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def524]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-environment-config.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-environment-config.c:51:20: warning[-Wunused-variable]: ‘rygel_environment_config_properties’ defined but not used
#   51 | static GParamSpec* rygel_environment_config_properties[RYGEL_ENVIRONMENT_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_ENVIRONMENT_CONFIG_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_environment_config_properties[RYGEL_ENVIRONMENT_CONFIG_NUM_PROPERTIES];
#   52|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   53|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def525]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-log-handler.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-log-handler.c:50:20: warning[-Wunused-variable]: ‘rygel_log_handler_properties’ defined but not used
#   50 | static GParamSpec* rygel_log_handler_properties[RYGEL_LOG_HANDLER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_LOG_HANDLER_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_log_handler_properties[RYGEL_LOG_HANDLER_NUM_PROPERTIES];
#   51|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def526]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-log-handler.c:99:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   97|   {
#   98|   	static volatile gsize rygel_log_level_type_id__once = 0;
#   99|-> 	if (g_once_init_enter (&rygel_log_level_type_id__once)) {
#  100|   		GType rygel_log_level_type_id;
#  101|   		rygel_log_level_type_id = rygel_log_level_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def527]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-meta-config.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-meta-config.c:52:20: warning[-Wunused-variable]: ‘rygel_meta_config_properties’ defined but not used
#   52 | static GParamSpec* rygel_meta_config_properties[RYGEL_META_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   50|   	RYGEL_META_CONFIG_NUM_PROPERTIES
#   51|   };
#   52|-> static GParamSpec* rygel_meta_config_properties[RYGEL_META_CONFIG_NUM_PROPERTIES];
#   53|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   54|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def528]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-plugin-loader.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-plugin-loader.c:53:20: warning[-Wunused-variable]: ‘rygel_plugin_loader_properties’ defined but not used
#   53 | static GParamSpec* rygel_plugin_loader_properties[RYGEL_PLUGIN_LOADER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   51|   	RYGEL_PLUGIN_LOADER_NUM_PROPERTIES
#   52|   };
#   53|-> static GParamSpec* rygel_plugin_loader_properties[RYGEL_PLUGIN_LOADER_NUM_PROPERTIES];
#   54|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   55|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def529]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-plugin.c:142:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  140|   {
#  141|   	static volatile gsize rygel_plugin_capabilities_type_id__once = 0;
#  142|-> 	if (g_once_init_enter (&rygel_plugin_capabilities_type_id__once)) {
#  143|   		GType rygel_plugin_capabilities_type_id;
#  144|   		rygel_plugin_capabilities_type_id = rygel_plugin_capabilities_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def530]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-user-config.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-user-config.c:62:20: warning[-Wunused-variable]: ‘rygel_user_config_properties’ defined but not used
#   62 | static GParamSpec* rygel_user_config_properties[RYGEL_USER_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	RYGEL_USER_CONFIG_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* rygel_user_config_properties[RYGEL_USER_CONFIG_NUM_PROPERTIES];
#   63|   
#   64|   #define RYGEL_USER_CONFIG_TYPE_CONFIG_PAIR (rygel_user_config_config_pair_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def531]
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-user-config.c:375:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  373|   {
#  374|   	static volatile gsize rygel_entry_type_type_id__once = 0;
#  375|-> 	if (g_once_init_enter (&rygel_entry_type_type_id__once)) {
#  376|   		GType rygel_entry_type_type_id;
#  377|   		rygel_entry_type_type_id = rygel_entry_type_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def532]
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/database-cursor.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/database-cursor.c:48:20: warning[-Wunused-variable]: ‘rygel_database_cursor_properties’ defined but not used
#   48 | static GParamSpec* rygel_database_cursor_properties[RYGEL_DATABASE_CURSOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_DATABASE_CURSOR_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_database_cursor_properties[RYGEL_DATABASE_CURSOR_NUM_PROPERTIES];
#   49|   #define _sqlite3_finalize0(var) ((var == NULL) ? NULL : (var = (sqlite3_finalize (var), NULL)))
#   50|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def533]
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/database.c:127:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  125|   {
#  126|   	static volatile gsize rygel_database_database_error_type_id__once = 0;
#  127|-> 	if (g_once_init_enter (&rygel_database_database_error_type_id__once)) {
#  128|   		GType rygel_database_database_error_type_id;
#  129|   		rygel_database_database_error_type_id = rygel_database_database_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def534]
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/database.c:148:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  146|   {
#  147|   	static volatile gsize rygel_database_flavor_type_id__once = 0;
#  148|-> 	if (g_once_init_enter (&rygel_database_flavor_type_id__once)) {
#  149|   		GType rygel_database_flavor_type_id;
#  150|   		rygel_database_flavor_type_id = rygel_database_flavor_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def535]
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/database.c:169:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  167|   {
#  168|   	static volatile gsize rygel_database_flags_type_id__once = 0;
#  169|-> 	if (g_once_init_enter (&rygel_database_flags_type_id__once)) {
#  170|   		GType rygel_database_flags_type_id;
#  171|   		rygel_database_flags_type_id = rygel_database_flags_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def536]
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/sql-function.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/sql-function.c:45:20: warning[-Wunused-variable]: ‘rygel_database_sql_function_properties’ defined but not used
#   45 | static GParamSpec* rygel_database_sql_function_properties[RYGEL_DATABASE_SQL_FUNCTION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   43|   	RYGEL_DATABASE_SQL_FUNCTION_NUM_PROPERTIES
#   44|   };
#   45|-> static GParamSpec* rygel_database_sql_function_properties[RYGEL_DATABASE_SQL_FUNCTION_NUM_PROPERTIES];
#   46|   
#   47|   static gpointer rygel_database_sql_function_parent_class = NULL;

Error: COMPILER_WARNING (CWE-563): [#def537]
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/sql-operator.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-db/librygel-db-2.8.so.0.44.2.p/sql-operator.c:46:20: warning[-Wunused-variable]: ‘rygel_database_sql_operator_properties’ defined but not used
#   46 | static GParamSpec* rygel_database_sql_operator_properties[RYGEL_DATABASE_SQL_OPERATOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   44|   	RYGEL_DATABASE_SQL_OPERATOR_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* rygel_database_sql_operator_properties[RYGEL_DATABASE_SQL_OPERATOR_NUM_PROPERTIES];
#   47|   #define _g_free0(var) (var = (g_free (var), NULL))
#   48|   

Error: COMPILER_WARNING (CWE-704): [#def538]
rygel-0.44.2/redhat-linux-build/src/librygel-renderer-gst/librygel-renderer-gst-2.8.so.0.44.2.p/rygel-playbin-player.c:208:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  206|   {
#  207|   	static volatile gsize rygel_playbin_player_error_type_id__once = 0;
#  208|-> 	if (g_once_init_enter (&rygel_playbin_player_error_type_id__once)) {
#  209|   		GType rygel_playbin_player_error_type_id;
#  210|   		rygel_playbin_player_error_type_id = rygel_playbin_player_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def539]
rygel-0.44.2/redhat-linux-build/src/librygel-renderer-gst/librygel-renderer-gst-2.8.so.0.44.2.p/rygel-playbin-renderer.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-renderer-gst/librygel-renderer-gst-2.8.so.0.44.2.p/rygel-playbin-renderer.c:45:20: warning[-Wunused-variable]: ‘rygel_playbin_renderer_properties’ defined but not used
#   45 | static GParamSpec* rygel_playbin_renderer_properties[RYGEL_PLAYBIN_RENDERER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   43|   	RYGEL_PLAYBIN_RENDERER_NUM_PROPERTIES
#   44|   };
#   45|-> static GParamSpec* rygel_playbin_renderer_properties[RYGEL_PLAYBIN_RENDERER_NUM_PROPERTIES];
#   46|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   47|   #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def540]
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-changelog.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-changelog.c:58:20: warning[-Wunused-variable]: ‘rygel_change_log_properties’ defined but not used
#   58 | static GParamSpec* rygel_change_log_properties[RYGEL_CHANGE_LOG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   56|   	RYGEL_CHANGE_LOG_NUM_PROPERTIES
#   57|   };
#   58|-> static GParamSpec* rygel_change_log_properties[RYGEL_CHANGE_LOG_NUM_PROPERTIES];
#   59|   #define _g_free0(var) (var = (g_free (var), NULL))
#   60|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def541]
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-media-renderer.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-media-renderer.c:55:20: warning[-Wunused-variable]: ‘plugin_properties’ defined but not used
#   55 | static GParamSpec* plugin_properties[PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~
#   53|   	PLUGIN_NUM_PROPERTIES
#   54|   };
#   55|-> static GParamSpec* plugin_properties[PLUGIN_NUM_PROPERTIES];
#   56|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   57|   enum  {

Error: COMPILER_WARNING (CWE-563): [#def542]
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-sink-connection-manager.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-sink-connection-manager.c:58:20: warning[-Wunused-variable]: ‘rygel_sink_connection_manager_properties’ defined but not used
#   58 | static GParamSpec* rygel_sink_connection_manager_properties[RYGEL_SINK_CONNECTION_MANAGER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   56|   	RYGEL_SINK_CONNECTION_MANAGER_NUM_PROPERTIES
#   57|   };
#   58|-> static GParamSpec* rygel_sink_connection_manager_properties[RYGEL_SINK_CONNECTION_MANAGER_NUM_PROPERTIES];
#   59|   #define _g_free0(var) (var = (g_free (var), NULL))
#   60|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def543]
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-server-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-server-plugin.c:54:20: warning[-Wunused-variable]: ‘rygel_ruih_server_plugin_properties’ defined but not used
#   54 | static GParamSpec* rygel_ruih_server_plugin_properties[RYGEL_RUIH_SERVER_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   52|   	RYGEL_RUIH_SERVER_PLUGIN_NUM_PROPERTIES
#   53|   };
#   54|-> static GParamSpec* rygel_ruih_server_plugin_properties[RYGEL_RUIH_SERVER_PLUGIN_NUM_PROPERTIES];
#   55|   
#   56|   #define RYGEL_TYPE_RUIH_SERVICE (rygel_ruih_service_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def544]
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-server.c:57:20: warning[-Wunused-variable]: ‘plugin_properties’ defined but not used
#   57 | static GParamSpec* plugin_properties[PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~
#   55|   	PLUGIN_NUM_PROPERTIES
#   56|   };
#   57|-> static GParamSpec* plugin_properties[PLUGIN_NUM_PROPERTIES];
#   58|   enum  {
#   59|   	RYGEL_RUIH_SERVER_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def545]
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-server.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-server.c:62:20: warning[-Wunused-variable]: ‘rygel_ruih_server_properties’ defined but not used
#   62 | static GParamSpec* rygel_ruih_server_properties[RYGEL_RUIH_SERVER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	RYGEL_RUIH_SERVER_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* rygel_ruih_server_properties[RYGEL_RUIH_SERVER_NUM_PROPERTIES];
#   63|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   64|   

Error: COMPILER_WARNING (CWE-704): [#def546]
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-service-error.c:60:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   58|   {
#   59|   	static volatile gsize rygel_ruih_service_error_type_id__once = 0;
#   60|-> 	if (g_once_init_enter (&rygel_ruih_service_error_type_id__once)) {
#   61|   		GType rygel_ruih_service_error_type_id;
#   62|   		rygel_ruih_service_error_type_id = rygel_ruih_service_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def547]
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-service.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-service.c:62:20: warning[-Wunused-variable]: ‘rygel_ruih_service_properties’ defined but not used
#   62 | static GParamSpec* rygel_ruih_service_properties[RYGEL_RUIH_SERVICE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	RYGEL_RUIH_SERVICE_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* rygel_ruih_service_properties[RYGEL_RUIH_SERVICE_NUM_PROPERTIES];
#   63|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   64|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def548]
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-servicemanager.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-ruih/librygel-ruih-2.8.so.0.44.2.p/rygel-ruih-servicemanager.c:59:20: warning[-Wunused-variable]: ‘rygel_ruih_service_manager_properties’ defined but not used
#   59 | static GParamSpec* rygel_ruih_service_manager_properties[RYGEL_RUIH_SERVICE_MANAGER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   57|   	RYGEL_RUIH_SERVICE_MANAGER_NUM_PROPERTIES
#   58|   };
#   59|-> static GParamSpec* rygel_ruih_service_manager_properties[RYGEL_RUIH_SERVICE_MANAGER_NUM_PROPERTIES];
#   60|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   61|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def549]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/raumfeld-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/raumfeld-hacks.c:61:20: warning[-Wunused-variable]: ‘rygel_raumfeld_hacks_properties’ defined but not used
#   61 | static GParamSpec* rygel_raumfeld_hacks_properties[RYGEL_RAUMFELD_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   59|   	RYGEL_RAUMFELD_HACKS_NUM_PROPERTIES
#   60|   };
#   61|-> static GParamSpec* rygel_raumfeld_hacks_properties[RYGEL_RAUMFELD_HACKS_NUM_PROPERTIES];
#   62|   
#   63|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def550]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-browse.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-browse.c:83:20: warning[-Wunused-variable]: ‘rygel_browse_properties’ defined but not used
#   83 | static GParamSpec* rygel_browse_properties[RYGEL_BROWSE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~
#   81|   	RYGEL_BROWSE_NUM_PROPERTIES
#   82|   };
#   83|-> static GParamSpec* rygel_browse_properties[RYGEL_BROWSE_NUM_PROPERTIES];
#   84|   #define _g_free0(var) (var = (g_free (var), NULL))
#   85|   #define __vala_GUPnPServiceAction_free0(var) ((var == NULL) ? NULL : (var = (_vala_GUPnPServiceAction_free (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def551]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-client-hacks.c:391:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  389|   {
#  390|   	static volatile gsize rygel_client_hacks_error_type_id__once = 0;
#  391|-> 	if (g_once_init_enter (&rygel_client_hacks_error_type_id__once)) {
#  392|   		GType rygel_client_hacks_error_type_id;
#  393|   		rygel_client_hacks_error_type_id = rygel_client_hacks_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def552]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-content-directory.c:75:20: warning[-Wunused-variable]: ‘rygel_content_directory_properties’ defined but not used
#   75 | static GParamSpec* rygel_content_directory_properties[RYGEL_CONTENT_DIRECTORY_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   73|   	RYGEL_CONTENT_DIRECTORY_NUM_PROPERTIES
#   74|   };
#   75|-> static GParamSpec* rygel_content_directory_properties[RYGEL_CONTENT_DIRECTORY_NUM_PROPERTIES];
#   76|   #define _g_free0(var) (var = (g_free (var), NULL))
#   77|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def553]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-content-directory.c:686:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  684|   {
#  685|   	static volatile gsize rygel_content_directory_error_type_id__once = 0;
#  686|-> 	if (g_once_init_enter (&rygel_content_directory_error_type_id__once)) {
#  687|   		GType rygel_content_directory_error_type_id;
#  688|   		rygel_content_directory_error_type_id = rygel_content_directory_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def554]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-data-sink.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-data-sink.c:60:20: warning[-Wunused-variable]: ‘rygel_data_sink_properties’ defined but not used
#   60 | static GParamSpec* rygel_data_sink_properties[RYGEL_DATA_SINK_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
#   58|   	RYGEL_DATA_SINK_NUM_PROPERTIES
#   59|   };
#   60|-> static GParamSpec* rygel_data_sink_properties[RYGEL_DATA_SINK_NUM_PROPERTIES];
#   61|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   62|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def555]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-data-source.c:80:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   78|   {
#   79|   	static volatile gsize rygel_data_source_error_type_id__once = 0;
#   80|-> 	if (g_once_init_enter (&rygel_data_source_error_type_id__once)) {
#   81|   		GType rygel_data_source_error_type_id;
#   82|   		rygel_data_source_error_type_id = rygel_data_source_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def556]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-dbus-thumbnailer.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-dbus-thumbnailer.c:85:20: warning[-Wunused-variable]: ‘rygel_dbus_thumbnailer_properties’ defined but not used
#   85 | static GParamSpec* rygel_dbus_thumbnailer_properties[RYGEL_DBUS_THUMBNAILER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   83|   	RYGEL_DBUS_THUMBNAILER_NUM_PROPERTIES
#   84|   };
#   85|-> static GParamSpec* rygel_dbus_thumbnailer_properties[RYGEL_DBUS_THUMBNAILER_NUM_PROPERTIES];
#   86|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   87|   #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def557]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-dlna-available-seek-request.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-dlna-available-seek-request.c:47:20: warning[-Wunused-variable]: ‘rygel_dlna_available_seek_range_request_properties’ defined but not used
#   47 | static GParamSpec* rygel_dlna_available_seek_range_request_properties[RYGEL_DLNA_AVAILABLE_SEEK_RANGE_REQUEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   45|   	RYGEL_DLNA_AVAILABLE_SEEK_RANGE_REQUEST_NUM_PROPERTIES
#   46|   };
#   47|-> static GParamSpec* rygel_dlna_available_seek_range_request_properties[RYGEL_DLNA_AVAILABLE_SEEK_RANGE_REQUEST_NUM_PROPERTIES];
#   48|   #define _g_free0(var) (var = (g_free (var), NULL))
#   49|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def558]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-engine-loader.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-engine-loader.c:59:20: warning[-Wunused-variable]: ‘rygel_engine_loader_properties’ defined but not used
#   59 | static GParamSpec* rygel_engine_loader_properties[RYGEL_ENGINE_LOADER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   57|   	RYGEL_ENGINE_LOADER_NUM_PROPERTIES
#   58|   };
#   59|-> static GParamSpec* rygel_engine_loader_properties[RYGEL_ENGINE_LOADER_NUM_PROPERTIES];
#   60|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   61|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def559]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-get.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-get.c:59:20: warning[-Wunused-variable]: ‘rygel_http_get_properties’ defined but not used
#   59 | static GParamSpec* rygel_http_get_properties[RYGEL_HTTP_GET_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
#   57|   	RYGEL_HTTP_GET_NUM_PROPERTIES
#   58|   };
#   59|-> static GParamSpec* rygel_http_get_properties[RYGEL_HTTP_GET_NUM_PROPERTIES];
#   60|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   61|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def560]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-post.c:62:20: warning[-Wunused-variable]: ‘rygel_http_post_properties’ defined but not used
#   62 | static GParamSpec* rygel_http_post_properties[RYGEL_HTTP_POST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	RYGEL_HTTP_POST_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* rygel_http_post_properties[RYGEL_HTTP_POST_NUM_PROPERTIES];
#   63|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   64|   

Error: COMPILER_WARNING (CWE-704): [#def561]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-request.c:205:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  203|   {
#  204|   	static volatile gsize rygel_http_request_error_type_id__once = 0;
#  205|-> 	if (g_once_init_enter (&rygel_http_request_error_type_id__once)) {
#  206|   		GType rygel_http_request_error_type_id;
#  207|   		rygel_http_request_error_type_id = rygel_http_request_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def562]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-resource-handler.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-resource-handler.c:59:20: warning[-Wunused-variable]: ‘rygel_http_media_resource_handler_properties’ defined but not used
#   59 | static GParamSpec* rygel_http_media_resource_handler_properties[RYGEL_HTTP_MEDIA_RESOURCE_HANDLER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   57|   	RYGEL_HTTP_MEDIA_RESOURCE_HANDLER_NUM_PROPERTIES
#   58|   };
#   59|-> static GParamSpec* rygel_http_media_resource_handler_properties[RYGEL_HTTP_MEDIA_RESOURCE_HANDLER_NUM_PROPERTIES];
#   60|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   61|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def563]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-response-element.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-response-element.c:45:20: warning[-Wunused-variable]: ‘rygel_http_response_element_properties’ defined but not used
#   45 | static GParamSpec* rygel_http_response_element_properties[RYGEL_HTTP_RESPONSE_ELEMENT_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   43|   	RYGEL_HTTP_RESPONSE_ELEMENT_NUM_PROPERTIES
#   44|   };
#   45|-> static GParamSpec* rygel_http_response_element_properties[RYGEL_HTTP_RESPONSE_ELEMENT_NUM_PROPERTIES];
#   46|   
#   47|   static gpointer rygel_http_response_element_parent_class = NULL;

Error: COMPILER_WARNING (CWE-563): [#def564]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-seek.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-seek.c:50:20: warning[-Wunused-variable]: ‘rygel_http_seek_request_properties’ defined but not used
#   50 | static GParamSpec* rygel_http_seek_request_properties[RYGEL_HTTP_SEEK_REQUEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_HTTP_SEEK_REQUEST_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_http_seek_request_properties[RYGEL_HTTP_SEEK_REQUEST_NUM_PROPERTIES];
#   51|   
#   52|   /**

Error: COMPILER_WARNING (CWE-704): [#def565]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-seek.c:83:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   81|   {
#   82|   	static volatile gsize rygel_http_seek_request_error_type_id__once = 0;
#   83|-> 	if (g_once_init_enter (&rygel_http_seek_request_error_type_id__once)) {
#   84|   		GType rygel_http_seek_request_error_type_id;
#   85|   		rygel_http_seek_request_error_type_id = rygel_http_seek_request_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def566]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-subtitle-handler.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-subtitle-handler.c:64:20: warning[-Wunused-variable]: ‘rygel_http_subtitle_handler_properties’ defined but not used
#   64 | static GParamSpec* rygel_http_subtitle_handler_properties[RYGEL_HTTP_SUBTITLE_HANDLER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   62|   	RYGEL_HTTP_SUBTITLE_HANDLER_NUM_PROPERTIES
#   63|   };
#   64|-> static GParamSpec* rygel_http_subtitle_handler_properties[RYGEL_HTTP_SUBTITLE_HANDLER_NUM_PROPERTIES];
#   65|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   66|   #define _rygel_subtitle_unref0(var) ((var == NULL) ? NULL : (var = (rygel_subtitle_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def567]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-thumbnail-handler.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-thumbnail-handler.c:65:20: warning[-Wunused-variable]: ‘rygel_http_thumbnail_handler_properties’ defined but not used
#   65 | static GParamSpec* rygel_http_thumbnail_handler_properties[RYGEL_HTTP_THUMBNAIL_HANDLER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   63|   	RYGEL_HTTP_THUMBNAIL_HANDLER_NUM_PROPERTIES
#   64|   };
#   65|-> static GParamSpec* rygel_http_thumbnail_handler_properties[RYGEL_HTTP_THUMBNAIL_HANDLER_NUM_PROPERTIES];
#   66|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   67|   #define _rygel_icon_info_unref0(var) ((var == NULL) ? NULL : (var = (rygel_icon_info_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def568]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-time-seek-request.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-time-seek-request.c:53:20: warning[-Wunused-variable]: ‘rygel_http_time_seek_request_properties’ defined but not used
#   53 | static GParamSpec* rygel_http_time_seek_request_properties[RYGEL_HTTP_TIME_SEEK_REQUEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   51|   	RYGEL_HTTP_TIME_SEEK_REQUEST_NUM_PROPERTIES
#   52|   };
#   53|-> static GParamSpec* rygel_http_time_seek_request_properties[RYGEL_HTTP_TIME_SEEK_REQUEST_NUM_PROPERTIES];
#   54|   #define _g_free0(var) (var = (g_free (var), NULL))
#   55|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def569]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-import-resource.c:377:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  375|   {
#  376|   	static volatile gsize rygel_transfer_status_type_id__once = 0;
#  377|-> 	if (g_once_init_enter (&rygel_transfer_status_type_id__once)) {
#  378|   		GType rygel_transfer_status_type_id;
#  379|   		rygel_transfer_status_type_id = rygel_transfer_status_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def570]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-item-destroyer.c:331:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  329|   {
#  330|   	static volatile gsize rygel_item_destroyer_error_type_id__once = 0;
#  331|-> 	if (g_once_init_enter (&rygel_item_destroyer_error_type_id__once)) {
#  332|   		GType rygel_item_destroyer_error_type_id;
#  333|   		rygel_item_destroyer_error_type_id = rygel_item_destroyer_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def571]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-entry.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-entry.c:53:20: warning[-Wunused-variable]: ‘rygel_last_change_entry_properties’ defined but not used
#   53 | static GParamSpec* rygel_last_change_entry_properties[RYGEL_LAST_CHANGE_ENTRY_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   51|   	RYGEL_LAST_CHANGE_ENTRY_NUM_PROPERTIES
#   52|   };
#   53|-> static GParamSpec* rygel_last_change_entry_properties[RYGEL_LAST_CHANGE_ENTRY_NUM_PROPERTIES];
#   54|   #define _g_free0(var) (var = (g_free (var), NULL))
#   55|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def572]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-obj-add.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-obj-add.c:64:20: warning[-Wunused-variable]: ‘rygel_last_change_obj_add_properties’ defined but not used
#   64 | static GParamSpec* rygel_last_change_obj_add_properties[RYGEL_LAST_CHANGE_OBJ_ADD_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   62|   	RYGEL_LAST_CHANGE_OBJ_ADD_NUM_PROPERTIES
#   63|   };
#   64|-> static GParamSpec* rygel_last_change_obj_add_properties[RYGEL_LAST_CHANGE_OBJ_ADD_NUM_PROPERTIES];
#   65|   #define _g_free0(var) (var = (g_free (var), NULL))
#   66|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def573]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-obj-del.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-obj-del.c:64:20: warning[-Wunused-variable]: ‘rygel_last_change_obj_del_properties’ defined but not used
#   64 | static GParamSpec* rygel_last_change_obj_del_properties[RYGEL_LAST_CHANGE_OBJ_DEL_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   62|   	RYGEL_LAST_CHANGE_OBJ_DEL_NUM_PROPERTIES
#   63|   };
#   64|-> static GParamSpec* rygel_last_change_obj_del_properties[RYGEL_LAST_CHANGE_OBJ_DEL_NUM_PROPERTIES];
#   65|   #define _g_free0(var) (var = (g_free (var), NULL))
#   66|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def574]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-obj-mod.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-obj-mod.c:64:20: warning[-Wunused-variable]: ‘rygel_last_change_obj_mod_properties’ defined but not used
#   64 | static GParamSpec* rygel_last_change_obj_mod_properties[RYGEL_LAST_CHANGE_OBJ_MOD_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   62|   	RYGEL_LAST_CHANGE_OBJ_MOD_NUM_PROPERTIES
#   63|   };
#   64|-> static GParamSpec* rygel_last_change_obj_mod_properties[RYGEL_LAST_CHANGE_OBJ_MOD_NUM_PROPERTIES];
#   65|   #define _g_free0(var) (var = (g_free (var), NULL))
#   66|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def575]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-st-done.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change-st-done.c:64:20: warning[-Wunused-variable]: ‘rygel_last_change_st_done_properties’ defined but not used
#   64 | static GParamSpec* rygel_last_change_st_done_properties[RYGEL_LAST_CHANGE_ST_DONE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   62|   	RYGEL_LAST_CHANGE_ST_DONE_NUM_PROPERTIES
#   63|   };
#   64|-> static GParamSpec* rygel_last_change_st_done_properties[RYGEL_LAST_CHANGE_ST_DONE_NUM_PROPERTIES];
#   65|   
#   66|   struct _RygelLastChangeEntry {

Error: COMPILER_WARNING (CWE-563): [#def576]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-last-change.c:66:20: warning[-Wunused-variable]: ‘rygel_last_change_properties’ defined but not used
#   66 | static GParamSpec* rygel_last_change_properties[RYGEL_LAST_CHANGE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   64|   	RYGEL_LAST_CHANGE_NUM_PROPERTIES
#   65|   };
#   66|-> static GParamSpec* rygel_last_change_properties[RYGEL_LAST_CHANGE_NUM_PROPERTIES];
#   67|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   68|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def577]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-lg-tv-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-lg-tv-hacks.c:80:20: warning[-Wunused-variable]: ‘rygel_lgtv_hacks_properties’ defined but not used
#   80 | static GParamSpec* rygel_lgtv_hacks_properties[RYGEL_LGTV_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   78|   	RYGEL_LGTV_HACKS_NUM_PROPERTIES
#   79|   };
#   80|-> static GParamSpec* rygel_lgtv_hacks_properties[RYGEL_LGTV_HACKS_NUM_PROPERTIES];
#   81|   
#   82|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def578]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-logical-expression.c:64:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   62|   {
#   63|   	static volatile gsize rygel_logical_operator_type_id__once = 0;
#   64|-> 	if (g_once_init_enter (&rygel_logical_operator_type_id__once)) {
#   65|   		GType rygel_logical_operator_type_id;
#   66|   		rygel_logical_operator_type_id = rygel_logical_operator_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def579]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-m3u-playlist.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-m3u-playlist.c:58:20: warning[-Wunused-variable]: ‘rygel_m3_uplay_list_properties’ defined but not used
#   58 | static GParamSpec* rygel_m3_uplay_list_properties[RYGEL_M3_UPLAY_LIST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   56|   	RYGEL_M3_UPLAY_LIST_NUM_PROPERTIES
#   57|   };
#   58|-> static GParamSpec* rygel_m3_uplay_list_properties[RYGEL_M3_UPLAY_LIST_NUM_PROPERTIES];
#   59|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   60|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def580]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-art-store.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-art-store.c:51:20: warning[-Wunused-variable]: ‘rygel_media_art_store_properties’ defined but not used
#   51 | static GParamSpec* rygel_media_art_store_properties[RYGEL_MEDIA_ART_STORE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_MEDIA_ART_STORE_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_media_art_store_properties[RYGEL_MEDIA_ART_STORE_NUM_PROPERTIES];
#   52|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   53|   #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def581]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-art-store.c:102:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  100|   {
#  101|   	static volatile gsize media_art_store_error_type_id__once = 0;
#  102|-> 	if (g_once_init_enter (&media_art_store_error_type_id__once)) {
#  103|   		GType media_art_store_error_type_id;
#  104|   		media_art_store_error_type_id = media_art_store_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def582]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-container.c:79:20: warning[-Wunused-variable]: ‘rygel_playlist_datasource_properties’ defined but not used
#   79 | static GParamSpec* rygel_playlist_datasource_properties[RYGEL_PLAYLIST_DATASOURCE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   77|   	RYGEL_PLAYLIST_DATASOURCE_NUM_PROPERTIES
#   78|   };
#   79|-> static GParamSpec* rygel_playlist_datasource_properties[RYGEL_PLAYLIST_DATASOURCE_NUM_PROPERTIES];
#   80|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   81|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def583]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-container.c:295:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  293|   {
#  294|   	static volatile gsize rygel_object_event_type_type_id__once = 0;
#  295|-> 	if (g_once_init_enter (&rygel_object_event_type_type_id__once)) {
#  296|   		GType rygel_object_event_type_type_id;
#  297|   		rygel_object_event_type_type_id = rygel_object_event_type_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def584]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-engine.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-engine.c:51:20: warning[-Wunused-variable]: ‘rygel_media_engine_properties’ defined but not used
#   51 | static GParamSpec* rygel_media_engine_properties[RYGEL_MEDIA_ENGINE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_MEDIA_ENGINE_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_media_engine_properties[RYGEL_MEDIA_ENGINE_NUM_PROPERTIES];
#   52|   
#   53|   #define RYGEL_TYPE_ENGINE_LOADER (rygel_engine_loader_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def585]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-engine.c:111:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  109|   {
#  110|   	static volatile gsize rygel_media_engine_error_type_id__once = 0;
#  111|-> 	if (g_once_init_enter (&rygel_media_engine_error_type_id__once)) {
#  112|   		GType rygel_media_engine_error_type_id;
#  113|   		rygel_media_engine_error_type_id = rygel_media_engine_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def586]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-file-item.c:188:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  186|   {
#  187|   	static volatile gsize rygel_media_file_item_error_type_id__once = 0;
#  188|-> 	if (g_once_init_enter (&rygel_media_file_item_error_type_id__once)) {
#  189|   		GType rygel_media_file_item_error_type_id;
#  190|   		rygel_media_file_item_error_type_id = rygel_media_file_item_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def587]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-item.c:113:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  111|   {
#  112|   	static volatile gsize rygel_media_item_error_type_id__once = 0;
#  113|-> 	if (g_once_init_enter (&rygel_media_item_error_type_id__once)) {
#  114|   		GType rygel_media_item_error_type_id;
#  115|   		rygel_media_item_error_type_id = rygel_media_item_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def588]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-objects.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-objects.c:47:20: warning[-Wunused-variable]: ‘rygel_media_objects_properties’ defined but not used
#   47 | static GParamSpec* rygel_media_objects_properties[RYGEL_MEDIA_OBJECTS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   45|   	RYGEL_MEDIA_OBJECTS_NUM_PROPERTIES
#   46|   };
#   47|-> static GParamSpec* rygel_media_objects_properties[RYGEL_MEDIA_OBJECTS_NUM_PROPERTIES];
#   48|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   49|   typedef struct _Block1Data Block1Data;

Error: COMPILER_WARNING (CWE-563): [#def589]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-receiver-registrar.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-receiver-registrar.c:61:20: warning[-Wunused-variable]: ‘rygel_media_receiver_registrar_properties’ defined but not used
#   61 | static GParamSpec* rygel_media_receiver_registrar_properties[RYGEL_MEDIA_RECEIVER_REGISTRAR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   59|   	RYGEL_MEDIA_RECEIVER_REGISTRAR_NUM_PROPERTIES
#   60|   };
#   61|-> static GParamSpec* rygel_media_receiver_registrar_properties[RYGEL_MEDIA_RECEIVER_REGISTRAR_NUM_PROPERTIES];
#   62|   
#   63|   struct _RygelMediaReceiverRegistrar {

Error: COMPILER_WARNING (CWE-563): [#def590]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-server.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-server.c:55:20: warning[-Wunused-variable]: ‘plugin_properties’ defined but not used
#   55 | static GParamSpec* plugin_properties[PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~
#   53|   	PLUGIN_NUM_PROPERTIES
#   54|   };
#   55|-> static GParamSpec* plugin_properties[PLUGIN_NUM_PROPERTIES];
#   56|   enum  {
#   57|   	RYGEL_MEDIA_SERVER_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def591]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-object-creator.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-object-creator.c:65:20: warning[-Wunused-variable]: ‘rygel_base_media_container_properties’ defined but not used
#   65 | static GParamSpec* rygel_base_media_container_properties[RYGEL_BASE_MEDIA_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   63|   	RYGEL_BASE_MEDIA_CONTAINER_NUM_PROPERTIES
#   64|   };
#   65|-> static GParamSpec* rygel_base_media_container_properties[RYGEL_BASE_MEDIA_CONTAINER_NUM_PROPERTIES];
#   66|   #define _g_free0(var) (var = (g_free (var), NULL))
#   67|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def592]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-object-removal-queue.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-object-removal-queue.c:58:20: warning[-Wunused-variable]: ‘rygel_object_removal_queue_properties’ defined but not used
#   58 | static GParamSpec* rygel_object_removal_queue_properties[RYGEL_OBJECT_REMOVAL_QUEUE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   56|   	RYGEL_OBJECT_REMOVAL_QUEUE_NUM_PROPERTIES
#   57|   };
#   58|-> static GParamSpec* rygel_object_removal_queue_properties[RYGEL_OBJECT_REMOVAL_QUEUE_NUM_PROPERTIES];
#   59|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   60|   typedef struct _Block10Data Block10Data;

Error: COMPILER_WARNING (CWE-563): [#def593]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-panasonic-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-panasonic-hacks.c:81:20: warning[-Wunused-variable]: ‘rygel_panasonic_hacks_properties’ defined but not used
#   81 | static GParamSpec* rygel_panasonic_hacks_properties[RYGEL_PANASONIC_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   79|   	RYGEL_PANASONIC_HACKS_NUM_PROPERTIES
#   80|   };
#   81|-> static GParamSpec* rygel_panasonic_hacks_properties[RYGEL_PANASONIC_HACKS_NUM_PROPERTIES];
#   82|   
#   83|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def594]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-phillips-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-phillips-hacks.c:80:20: warning[-Wunused-variable]: ‘rygel_phillips_hacks_properties’ defined but not used
#   80 | static GParamSpec* rygel_phillips_hacks_properties[RYGEL_PHILLIPS_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   78|   	RYGEL_PHILLIPS_HACKS_NUM_PROPERTIES
#   79|   };
#   80|-> static GParamSpec* rygel_phillips_hacks_properties[RYGEL_PHILLIPS_HACKS_NUM_PROPERTIES];
#   81|   
#   82|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def595]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-photo-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-photo-item.c:50:20: warning[-Wunused-variable]: ‘rygel_photo_item_properties’ defined but not used
#   50 | static GParamSpec* rygel_photo_item_properties[RYGEL_PHOTO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_PHOTO_ITEM_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_photo_item_properties[RYGEL_PHOTO_ITEM_NUM_PROPERTIES];
#   51|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def596]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-playlist-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-playlist-item.c:46:20: warning[-Wunused-variable]: ‘rygel_playlist_item_properties’ defined but not used
#   46 | static GParamSpec* rygel_playlist_item_properties[RYGEL_PLAYLIST_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   44|   	RYGEL_PLAYLIST_ITEM_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* rygel_playlist_item_properties[RYGEL_PLAYLIST_ITEM_NUM_PROPERTIES];
#   47|   
#   48|   static gpointer rygel_playlist_item_parent_class = NULL;

Error: COMPILER_WARNING (CWE-704): [#def597]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-playspeed-request.c:130:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  128|   {
#  129|   	static volatile gsize rygel_play_speed_error_type_id__once = 0;
#  130|-> 	if (g_once_init_enter (&rygel_play_speed_error_type_id__once)) {
#  131|   		GType rygel_play_speed_error_type_id;
#  132|   		rygel_play_speed_error_type_id = rygel_play_speed_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def598]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-playspeed-response.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-playspeed-response.c:46:20: warning[-Wunused-variable]: ‘rygel_play_speed_response_properties’ defined but not used
#   46 | static GParamSpec* rygel_play_speed_response_properties[RYGEL_PLAY_SPEED_RESPONSE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   44|   	RYGEL_PLAY_SPEED_RESPONSE_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* rygel_play_speed_response_properties[RYGEL_PLAY_SPEED_RESPONSE_NUM_PROPERTIES];
#   47|   #define _rygel_play_speed_unref0(var) ((var == NULL) ? NULL : (var = (rygel_play_speed_unref (var), NULL)))
#   48|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def599]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-samsung-tv-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-samsung-tv-hacks.c:79:20: warning[-Wunused-variable]: ‘rygel_samsung_tv_hacks_properties’ defined but not used
#   79 | static GParamSpec* rygel_samsung_tv_hacks_properties[RYGEL_SAMSUNG_TV_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   77|   	RYGEL_SAMSUNG_TV_HACKS_NUM_PROPERTIES
#   78|   };
#   79|-> static GParamSpec* rygel_samsung_tv_hacks_properties[RYGEL_SAMSUNG_TV_HACKS_NUM_PROPERTIES];
#   80|   
#   81|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def600]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-search-criteria-parser.c:206:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  204|   {
#  205|   	static volatile gsize rygel_search_criteria_error_type_id__once = 0;
#  206|-> 	if (g_once_init_enter (&rygel_search_criteria_error_type_id__once)) {
#  207|   		GType rygel_search_criteria_error_type_id;
#  208|   		rygel_search_criteria_error_type_id = rygel_search_criteria_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def601]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-search-criteria-parser.c:227:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  225|   {
#  226|   	static volatile gsize rygel_search_criteria_symbol_type_id__once = 0;
#  227|-> 	if (g_once_init_enter (&rygel_search_criteria_symbol_type_id__once)) {
#  228|   		GType rygel_search_criteria_symbol_type_id;
#  229|   		rygel_search_criteria_symbol_type_id = rygel_search_criteria_symbol_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def602]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-search.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-search.c:81:20: warning[-Wunused-variable]: ‘rygel_search_properties’ defined but not used
#   81 | static GParamSpec* rygel_search_properties[RYGEL_SEARCH_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~
#   79|   	RYGEL_SEARCH_NUM_PROPERTIES
#   80|   };
#   81|-> static GParamSpec* rygel_search_properties[RYGEL_SEARCH_NUM_PROPERTIES];
#   82|   #define _g_free0(var) (var = (g_free (var), NULL))
#   83|   #define __vala_GUPnPServiceAction_free0(var) ((var == NULL) ? NULL : (var = (_vala_GUPnPServiceAction_free (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def603]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-seek-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-seek-hacks.c:77:20: warning[-Wunused-variable]: ‘rygel_seek_hacks_properties’ defined but not used
#   77 | static GParamSpec* rygel_seek_hacks_properties[RYGEL_SEEK_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   75|   	RYGEL_SEEK_HACKS_NUM_PROPERTIES
#   76|   };
#   77|-> static GParamSpec* rygel_seek_hacks_properties[RYGEL_SEEK_HACKS_NUM_PROPERTIES];
#   78|   
#   79|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def604]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-serializer.c:102:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  100|   {
#  101|   	static volatile gsize rygel_serializer_type_type_id__once = 0;
#  102|-> 	if (g_once_init_enter (&rygel_serializer_type_type_id__once)) {
#  103|   		GType rygel_serializer_type_type_id;
#  104|   		rygel_serializer_type_type_id = rygel_serializer_type_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def605]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-source-connection-manager.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-source-connection-manager.c:62:20: warning[-Wunused-variable]: ‘rygel_source_connection_manager_properties’ defined but not used
#   62 | static GParamSpec* rygel_source_connection_manager_properties[RYGEL_SOURCE_CONNECTION_MANAGER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	RYGEL_SOURCE_CONNECTION_MANAGER_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* rygel_source_connection_manager_properties[RYGEL_SOURCE_CONNECTION_MANAGER_NUM_PROPERTIES];
#   63|   #define _g_free0(var) (var = (g_free (var), NULL))
#   64|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def606]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-subtitle-manager.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-subtitle-manager.c:62:20: warning[-Wunused-variable]: ‘rygel_subtitle_manager_properties’ defined but not used
#   62 | static GParamSpec* rygel_subtitle_manager_properties[RYGEL_SUBTITLE_MANAGER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	RYGEL_SUBTITLE_MANAGER_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* rygel_subtitle_manager_properties[RYGEL_SUBTITLE_MANAGER_NUM_PROPERTIES];
#   63|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   64|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def607]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-subtitle-manager.c:125:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  123|   {
#  124|   	static volatile gsize subtitle_manager_error_type_id__once = 0;
#  125|-> 	if (g_once_init_enter (&subtitle_manager_error_type_id__once)) {
#  126|   		GType subtitle_manager_error_type_id;
#  127|   		subtitle_manager_error_type_id = subtitle_manager_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def608]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-thumbnailer.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-thumbnailer.c:73:20: warning[-Wunused-variable]: ‘rygel_thumbnailer_properties’ defined but not used
#   73 | static GParamSpec* rygel_thumbnailer_properties[RYGEL_THUMBNAILER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   71|   	RYGEL_THUMBNAILER_NUM_PROPERTIES
#   72|   };
#   73|-> static GParamSpec* rygel_thumbnailer_properties[RYGEL_THUMBNAILER_NUM_PROPERTIES];
#   74|   #define _rygel_icon_info_unref0(var) ((var == NULL) ? NULL : (var = (rygel_icon_info_unref (var), NULL)))
#   75|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def609]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-thumbnailer.c:156:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  154|   {
#  155|   	static volatile gsize thumbnailer_error_type_id__once = 0;
#  156|-> 	if (g_once_init_enter (&thumbnailer_error_type_id__once)) {
#  157|   		GType thumbnailer_error_type_id;
#  158|   		thumbnailer_error_type_id = thumbnailer_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def610]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-wmp-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-wmp-hacks.c:79:20: warning[-Wunused-variable]: ‘rygel_wmp_hacks_properties’ defined but not used
#   79 | static GParamSpec* rygel_wmp_hacks_properties[RYGEL_WMP_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
#   77|   	RYGEL_WMP_HACKS_NUM_PROPERTIES
#   78|   };
#   79|-> static GParamSpec* rygel_wmp_hacks_properties[RYGEL_WMP_HACKS_NUM_PROPERTIES];
#   80|   
#   81|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def611]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-writable-container.c:94:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   92|   {
#   93|   	static volatile gsize rygel_writable_container_error_type_id__once = 0;
#   94|-> 	if (g_once_init_enter (&rygel_writable_container_error_type_id__once)) {
#   95|   		GType rygel_writable_container_error_type_id;
#   96|   		rygel_writable_container_error_type_id = rygel_writable_container_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def612]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-xbmc-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-xbmc-hacks.c:80:20: warning[-Wunused-variable]: ‘rygel_xbmc_hacks_properties’ defined but not used
#   80 | static GParamSpec* rygel_xbmc_hacks_properties[RYGEL_XBMC_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   78|   	RYGEL_XBMC_HACKS_NUM_PROPERTIES
#   79|   };
#   80|-> static GParamSpec* rygel_xbmc_hacks_properties[RYGEL_XBMC_HACKS_NUM_PROPERTIES];
#   81|   
#   82|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def613]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-xbmc4xbox-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-xbmc4xbox-hacks.c:92:20: warning[-Wunused-variable]: ‘rygel_xbm_c4_xbox_hacks_properties’ defined but not used
#   92 | static GParamSpec* rygel_xbm_c4_xbox_hacks_properties[RYGEL_XBM_C4_XBOX_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   90|   	RYGEL_XBM_C4_XBOX_HACKS_NUM_PROPERTIES
#   91|   };
#   92|-> static GParamSpec* rygel_xbm_c4_xbox_hacks_properties[RYGEL_XBM_C4_XBOX_HACKS_NUM_PROPERTIES];
#   93|   
#   94|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def614]
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-xbox-hacks.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-xbox-hacks.c:92:20: warning[-Wunused-variable]: ‘rygel_xbox_hacks_properties’ defined but not used
#   92 | static GParamSpec* rygel_xbox_hacks_properties[RYGEL_XBOX_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   90|   	RYGEL_XBOX_HACKS_NUM_PROPERTIES
#   91|   };
#   92|-> static GParamSpec* rygel_xbox_hacks_properties[RYGEL_XBOX_HACKS_NUM_PROPERTIES];
#   93|   
#   94|   #define RYGEL_TYPE_CLIENT_HACKS_ERROR (rygel_client_hacks_error_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def615]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-aac-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-aac-transcoder.c:85:20: warning[-Wunused-variable]: ‘rygel_aac_transcoder_properties’ defined but not used
#   85 | static GParamSpec* rygel_aac_transcoder_properties[RYGEL_AAC_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   83|   	RYGEL_AAC_TRANSCODER_NUM_PROPERTIES
#   84|   };
#   85|-> static GParamSpec* rygel_aac_transcoder_properties[RYGEL_AAC_TRANSCODER_NUM_PROPERTIES];
#   86|   
#   87|   struct _RygelGstTranscoder {

Error: COMPILER_WARNING (CWE-563): [#def616]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-audio-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-audio-transcoder.c:73:20: warning[-Wunused-variable]: ‘rygel_audio_transcoder_properties’ defined but not used
#   73 | static GParamSpec* rygel_audio_transcoder_properties[RYGEL_AUDIO_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   71|   	RYGEL_AUDIO_TRANSCODER_NUM_PROPERTIES
#   72|   };
#   73|-> static GParamSpec* rygel_audio_transcoder_properties[RYGEL_AUDIO_TRANSCODER_NUM_PROPERTIES];
#   74|   #define _gst_caps_unref0(var) ((var == NULL) ? NULL : (var = (gst_caps_unref (var), NULL)))
#   75|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def617]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-avc-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-avc-transcoder.c:100:20: warning[-Wunused-variable]: ‘rygel_avc_transcoder_properties’ defined but not used
#  100 | static GParamSpec* rygel_avc_transcoder_properties[RYGEL_AVC_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   98|   	RYGEL_AVC_TRANSCODER_NUM_PROPERTIES
#   99|   };
#  100|-> static GParamSpec* rygel_avc_transcoder_properties[RYGEL_AVC_TRANSCODER_NUM_PROPERTIES];
#  101|   
#  102|   struct _RygelGstTranscoder {

Error: COMPILER_WARNING (CWE-563): [#def618]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-data-source.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-data-source.c:77:20: warning[-Wunused-variable]: ‘rygel_gst_data_source_properties’ defined but not used
#   77 | static GParamSpec* rygel_gst_data_source_properties[RYGEL_GST_DATA_SOURCE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   75|   	RYGEL_GST_DATA_SOURCE_NUM_PROPERTIES
#   76|   };
#   77|-> static GParamSpec* rygel_gst_data_source_properties[RYGEL_GST_DATA_SOURCE_NUM_PROPERTIES];
#   78|   typedef struct _RygelGstSinkPrivate RygelGstSinkPrivate;
#   79|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def619]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-data-source.c:215:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  213|   {
#  214|   	static volatile gsize rygel_gst_data_source_error_type_id__once = 0;
#  215|-> 	if (g_once_init_enter (&rygel_gst_data_source_error_type_id__once)) {
#  216|   		GType rygel_gst_data_source_error_type_id;
#  217|   		rygel_gst_data_source_error_type_id = rygel_gst_data_source_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def620]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-media-engine.c:67:20: warning[-Wunused-variable]: ‘rygel_gst_media_engine_properties’ defined but not used
#   67 | static GParamSpec* rygel_gst_media_engine_properties[RYGEL_GST_MEDIA_ENGINE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   65|   	RYGEL_GST_MEDIA_ENGINE_NUM_PROPERTIES
#   66|   };
#   67|-> static GParamSpec* rygel_gst_media_engine_properties[RYGEL_GST_MEDIA_ENGINE_NUM_PROPERTIES];
#   68|   #define _rygel_dlna_profile_unref0(var) ((var == NULL) ? NULL : (var = (rygel_dlna_profile_unref (var), NULL)))
#   69|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def621]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-sink.c:66:20: warning[-Wunused-variable]: ‘rygel_gst_sink_properties’ defined but not used
#   66 | static GParamSpec* rygel_gst_sink_properties[RYGEL_GST_SINK_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
#   64|   	RYGEL_GST_SINK_NUM_PROPERTIES
#   65|   };
#   66|-> static GParamSpec* rygel_gst_sink_properties[RYGEL_GST_SINK_NUM_PROPERTIES];
#   67|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   68|   #define _gst_buffer_unref0(var) ((var == NULL) ? NULL : (var = (gst_buffer_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def622]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-transcoder.c:203:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  201|   {
#  202|   	static volatile gsize rygel_gst_transcoder_error_type_id__once = 0;
#  203|-> 	if (g_once_init_enter (&rygel_gst_transcoder_error_type_id__once)) {
#  204|   		GType rygel_gst_transcoder_error_type_id;
#  205|   		rygel_gst_transcoder_error_type_id = rygel_gst_transcoder_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def623]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-transcoding-data-source.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-transcoding-data-source.c:60:20: warning[-Wunused-variable]: ‘rygel_transcoding_gst_data_source_properties’ defined but not used
#   60 | static GParamSpec* rygel_transcoding_gst_data_source_properties[RYGEL_TRANSCODING_GST_DATA_SOURCE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   58|   	RYGEL_TRANSCODING_GST_DATA_SOURCE_NUM_PROPERTIES
#   59|   };
#   60|-> static GParamSpec* rygel_transcoding_gst_data_source_properties[RYGEL_TRANSCODING_GST_DATA_SOURCE_NUM_PROPERTIES];
#   61|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   62|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def624]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-gst-utils.c:138:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  136|   {
#  137|   	static volatile gsize rygel_gst_error_type_id__once = 0;
#  138|-> 	if (g_once_init_enter (&rygel_gst_error_type_id__once)) {
#  139|   		GType rygel_gst_error_type_id;
#  140|   		rygel_gst_error_type_id = rygel_gst_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def625]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-jpeg-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-jpeg-transcoder.c:75:20: warning[-Wunused-variable]: ‘rygel_jpeg_transcoder_properties’ defined but not used
#   75 | static GParamSpec* rygel_jpeg_transcoder_properties[RYGEL_JPEG_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   73|   	RYGEL_JPEG_TRANSCODER_NUM_PROPERTIES
#   74|   };
#   75|-> static GParamSpec* rygel_jpeg_transcoder_properties[RYGEL_JPEG_TRANSCODER_NUM_PROPERTIES];
#   76|   #define _g_free0(var) (var = (g_free (var), NULL))
#   77|   #define _gst_caps_unref0(var) ((var == NULL) ? NULL : (var = (gst_caps_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def626]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-l16-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-l16-transcoder.c:91:20: warning[-Wunused-variable]: ‘rygel_l16_transcoder_properties’ defined but not used
#   91 | static GParamSpec* rygel_l16_transcoder_properties[RYGEL_L16_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   89|   	RYGEL_L16_TRANSCODER_NUM_PROPERTIES
#   90|   };
#   91|-> static GParamSpec* rygel_l16_transcoder_properties[RYGEL_L16_TRANSCODER_NUM_PROPERTIES];
#   92|   #define _g_free0(var) (var = (g_free (var), NULL))
#   93|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def627]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-mp2ts-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-mp2ts-transcoder.c:108:20: warning[-Wunused-variable]: ‘rygel_mp2_ts_transcoder_properties’ defined but not used
#  108 | static GParamSpec* rygel_mp2_ts_transcoder_properties[RYGEL_MP2_TS_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  106|   	RYGEL_MP2_TS_TRANSCODER_NUM_PROPERTIES
#  107|   };
#  108|-> static GParamSpec* rygel_mp2_ts_transcoder_properties[RYGEL_MP2_TS_TRANSCODER_NUM_PROPERTIES];
#  109|   #define _g_free0(var) (var = (g_free (var), NULL))
#  110|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def628]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-mp2ts-transcoder.c:209:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  207|   {
#  208|   	static volatile gsize rygel_mp2_ts_profile_type_id__once = 0;
#  209|-> 	if (g_once_init_enter (&rygel_mp2_ts_profile_type_id__once)) {
#  210|   		GType rygel_mp2_ts_profile_type_id;
#  211|   		rygel_mp2_ts_profile_type_id = rygel_mp2_ts_profile_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def629]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-mp3-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-mp3-transcoder.c:87:20: warning[-Wunused-variable]: ‘rygel_mp3_transcoder_properties’ defined but not used
#   87 | static GParamSpec* rygel_mp3_transcoder_properties[RYGEL_MP3_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   85|   	RYGEL_MP3_TRANSCODER_NUM_PROPERTIES
#   86|   };
#   87|-> static GParamSpec* rygel_mp3_transcoder_properties[RYGEL_MP3_TRANSCODER_NUM_PROPERTIES];
#   88|   
#   89|   struct _RygelGstTranscoder {

Error: COMPILER_WARNING (CWE-563): [#def630]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-video-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-video-transcoder.c:82:20: warning[-Wunused-variable]: ‘rygel_video_transcoder_properties’ defined but not used
#   82 | static GParamSpec* rygel_video_transcoder_properties[RYGEL_VIDEO_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   80|   	RYGEL_VIDEO_TRANSCODER_NUM_PROPERTIES
#   81|   };
#   82|-> static GParamSpec* rygel_video_transcoder_properties[RYGEL_VIDEO_TRANSCODER_NUM_PROPERTIES];
#   83|   #define _gst_caps_unref0(var) ((var == NULL) ? NULL : (var = (gst_caps_unref (var), NULL)))
#   84|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def631]
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-wmv-transcoder.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/gstreamer/librygel-media-engine-gst.so.p/rygel-wmv-transcoder.c:96:20: warning[-Wunused-variable]: ‘rygel_wmv_transcoder_properties’ defined but not used
#   96 | static GParamSpec* rygel_wmv_transcoder_properties[RYGEL_WMV_TRANSCODER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   94|   	RYGEL_WMV_TRANSCODER_NUM_PROPERTIES
#   95|   };
#   96|-> static GParamSpec* rygel_wmv_transcoder_properties[RYGEL_WMV_TRANSCODER_NUM_PROPERTIES];
#   97|   
#   98|   struct _RygelGstTranscoder {

Error: COMPILER_WARNING (CWE-563): [#def632]
rygel-0.44.2/redhat-linux-build/src/media-engines/simple/librygel-media-engine-simple.so.p/rygel-simple-data-source.c:65:20: warning[-Wunused-variable]: ‘rygel_simple_data_source_properties’ defined but not used
#   65 | static GParamSpec* rygel_simple_data_source_properties[RYGEL_SIMPLE_DATA_SOURCE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   63|   	RYGEL_SIMPLE_DATA_SOURCE_NUM_PROPERTIES
#   64|   };
#   65|-> static GParamSpec* rygel_simple_data_source_properties[RYGEL_SIMPLE_DATA_SOURCE_NUM_PROPERTIES];
#   66|   #define _g_free0(var) (var = (g_free (var), NULL))
#   67|   #define _g_thread_unref0(var) ((var == NULL) ? NULL : (var = (g_thread_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def633]
rygel-0.44.2/redhat-linux-build/src/media-engines/simple/librygel-media-engine-simple.so.p/rygel-simple-media-engine.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/media-engines/simple/librygel-media-engine-simple.so.p/rygel-simple-media-engine.c:73:20: warning[-Wunused-variable]: ‘rygel_simple_media_engine_properties’ defined but not used
#   73 | static GParamSpec* rygel_simple_media_engine_properties[RYGEL_SIMPLE_MEDIA_ENGINE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   71|   	RYGEL_SIMPLE_MEDIA_ENGINE_NUM_PROPERTIES
#   72|   };
#   73|-> static GParamSpec* rygel_simple_media_engine_properties[RYGEL_SIMPLE_MEDIA_ENGINE_NUM_PROPERTIES];
#   74|   #define _g_thread_pool_free0(var) ((var == NULL) ? NULL : (var = (g_thread_pool_free (var, FALSE, TRUE), NULL)))
#   75|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def634]
rygel-0.44.2/redhat-linux-build/src/plugins/external/librygel-external.so.p/rygel-external-dummy-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/external/librygel-external.so.p/rygel-external-dummy-container.c:60:20: warning[-Wunused-variable]: ‘rygel_external_dummy_container_properties’ defined but not used
#   60 | static GParamSpec* rygel_external_dummy_container_properties[RYGEL_EXTERNAL_DUMMY_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   58|   	RYGEL_EXTERNAL_DUMMY_CONTAINER_NUM_PROPERTIES
#   59|   };
#   60|-> static GParamSpec* rygel_external_dummy_container_properties[RYGEL_EXTERNAL_DUMMY_CONTAINER_NUM_PROPERTIES];
#   61|   #define _g_free0(var) (var = (g_free (var), NULL))
#   62|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def635]
rygel-0.44.2/redhat-linux-build/src/plugins/external/librygel-external.so.p/rygel-external-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/external/librygel-external.so.p/rygel-external-plugin.c:50:20: warning[-Wunused-variable]: ‘rygel_external_plugin_properties’ defined but not used
#   50 | static GParamSpec* rygel_external_plugin_properties[RYGEL_EXTERNAL_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_EXTERNAL_PLUGIN_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_external_plugin_properties[RYGEL_EXTERNAL_PLUGIN_NUM_PROPERTIES];
#   51|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def636]
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-audio-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-audio-item.c:51:20: warning[-Wunused-variable]: ‘rygel_gst_launch_audio_item_properties’ defined but not used
#   51 | static GParamSpec* rygel_gst_launch_audio_item_properties[RYGEL_GST_LAUNCH_AUDIO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_GST_LAUNCH_AUDIO_ITEM_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_gst_launch_audio_item_properties[RYGEL_GST_LAUNCH_AUDIO_ITEM_NUM_PROPERTIES];
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))
#   53|   

Error: COMPILER_WARNING (CWE-563): [#def637]
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-plugin.c:46:20: warning[-Wunused-variable]: ‘rygel_gst_launch_plugin_properties’ defined but not used
#   46 | static GParamSpec* rygel_gst_launch_plugin_properties[RYGEL_GST_LAUNCH_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   44|   	RYGEL_GST_LAUNCH_PLUGIN_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* rygel_gst_launch_plugin_properties[RYGEL_GST_LAUNCH_PLUGIN_NUM_PROPERTIES];
#   47|   
#   48|   static gpointer rygel_gst_launch_plugin_parent_class = NULL;

Error: COMPILER_WARNING (CWE-563): [#def638]
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-root-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-root-container.c:50:20: warning[-Wunused-variable]: ‘rygel_gst_launch_root_container_properties’ defined but not used
#   50 | static GParamSpec* rygel_gst_launch_root_container_properties[RYGEL_GST_LAUNCH_ROOT_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_GST_LAUNCH_ROOT_CONTAINER_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_gst_launch_root_container_properties[RYGEL_GST_LAUNCH_ROOT_CONTAINER_NUM_PROPERTIES];
#   51|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def639]
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-video-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/gst-launch/librygel-gst-launch.so.p/rygel-gst-launch-video-item.c:51:20: warning[-Wunused-variable]: ‘rygel_gst_launch_video_item_properties’ defined but not used
#   51 | static GParamSpec* rygel_gst_launch_video_item_properties[RYGEL_GST_LAUNCH_VIDEO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_GST_LAUNCH_VIDEO_ITEM_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_gst_launch_video_item_properties[RYGEL_GST_LAUNCH_VIDEO_ITEM_NUM_PROPERTIES];
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))
#   53|   

Error: COMPILER_WARNING (CWE-563): [#def640]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-dummy-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-dummy-container.c:56:20: warning[-Wunused-variable]: ‘rygel_media_export_dummy_container_properties’ defined but not used
#   56 | static GParamSpec* rygel_media_export_dummy_container_properties[RYGEL_MEDIA_EXPORT_DUMMY_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   54|   	RYGEL_MEDIA_EXPORT_DUMMY_CONTAINER_NUM_PROPERTIES
#   55|   };
#   56|-> static GParamSpec* rygel_media_export_dummy_container_properties[RYGEL_MEDIA_EXPORT_DUMMY_CONTAINER_NUM_PROPERTIES];
#   57|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   58|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def641]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-item-factory.c:142:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  140|   {
#  141|   	static volatile gsize rygel_media_export_item_factory_item_factory_error_type_id__once = 0;
#  142|-> 	if (g_once_init_enter (&rygel_media_export_item_factory_item_factory_error_type_id__once)) {
#  143|   		GType rygel_media_export_item_factory_item_factory_error_type_id;
#  144|   		rygel_media_export_item_factory_item_factory_error_type_id = rygel_media_export_item_factory_item_factory_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def642]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-leaf-query-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-leaf-query-container.c:70:20: warning[-Wunused-variable]: ‘rygel_media_export_leaf_query_container_properties’ defined but not used
#   70 | static GParamSpec* rygel_media_export_leaf_query_container_properties[RYGEL_MEDIA_EXPORT_LEAF_QUERY_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   68|   	RYGEL_MEDIA_EXPORT_LEAF_QUERY_CONTAINER_NUM_PROPERTIES
#   69|   };
#   70|-> static GParamSpec* rygel_media_export_leaf_query_container_properties[RYGEL_MEDIA_EXPORT_LEAF_QUERY_CONTAINER_NUM_PROPERTIES];
#   71|   #define _g_free0(var) (var = (g_free (var), NULL))
#   72|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def643]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-media-cache.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-media-cache.c:88:20: warning[-Wunused-variable]: ‘rygel_media_export_media_cache_properties’ defined but not used
#   88 | static GParamSpec* rygel_media_export_media_cache_properties[RYGEL_MEDIA_EXPORT_MEDIA_CACHE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   86|   	RYGEL_MEDIA_EXPORT_MEDIA_CACHE_NUM_PROPERTIES
#   87|   };
#   88|-> static GParamSpec* rygel_media_export_media_cache_properties[RYGEL_MEDIA_EXPORT_MEDIA_CACHE_NUM_PROPERTIES];
#   89|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   90|   typedef enum  {

Error: COMPILER_WARNING (CWE-704): [#def644]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-media-cache.c:410:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  408|   {
#  409|   	static volatile gsize rygel_media_export_media_cache_error_type_id__once = 0;
#  410|-> 	if (g_once_init_enter (&rygel_media_export_media_cache_error_type_id__once)) {
#  411|   		GType rygel_media_export_media_cache_error_type_id;
#  412|   		rygel_media_export_media_cache_error_type_id = rygel_media_export_media_cache_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def645]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-media-cache.c:431:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  429|   {
#  430|   	static volatile gsize rygel_media_export_object_type_type_id__once = 0;
#  431|-> 	if (g_once_init_enter (&rygel_media_export_object_type_type_id__once)) {
#  432|   		GType rygel_media_export_object_type_type_id;
#  433|   		rygel_media_export_object_type_type_id = rygel_media_export_object_type_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def646]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-metadata-extractor.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-metadata-extractor.c:54:20: warning[-Wunused-variable]: ‘rygel_media_export_metadata_extractor_properties’ defined but not used
#   54 | static GParamSpec* rygel_media_export_metadata_extractor_properties[RYGEL_MEDIA_EXPORT_METADATA_EXTRACTOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   52|   	RYGEL_MEDIA_EXPORT_METADATA_EXTRACTOR_NUM_PROPERTIES
#   53|   };
#   54|-> static GParamSpec* rygel_media_export_metadata_extractor_properties[RYGEL_MEDIA_EXPORT_METADATA_EXTRACTOR_NUM_PROPERTIES];
#   55|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   56|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def647]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-metadata-extractor.c:229:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  227|   {
#  228|   	static volatile gsize metadata_extractor_error_type_id__once = 0;
#  229|-> 	if (g_once_init_enter (&metadata_extractor_error_type_id__once)) {
#  230|   		GType metadata_extractor_error_type_id;
#  231|   		metadata_extractor_error_type_id = metadata_extractor_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def648]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-music-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-music-item.c:57:20: warning[-Wunused-variable]: ‘rygel_media_export_music_item_properties’ defined but not used
#   57 | static GParamSpec* rygel_media_export_music_item_properties[RYGEL_MEDIA_EXPORT_MUSIC_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   55|   	RYGEL_MEDIA_EXPORT_MUSIC_ITEM_NUM_PROPERTIES
#   56|   };
#   57|-> static GParamSpec* rygel_media_export_music_item_properties[RYGEL_MEDIA_EXPORT_MUSIC_ITEM_NUM_PROPERTIES];
#   58|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   59|   typedef struct _RygelMediaExportMusicItemCommitData RygelMediaExportMusicItemCommitData;

Error: COMPILER_WARNING (CWE-563): [#def649]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-null-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-null-container.c:55:20: warning[-Wunused-variable]: ‘rygel_null_container_properties’ defined but not used
#   55 | static GParamSpec* rygel_null_container_properties[RYGEL_NULL_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   53|   	RYGEL_NULL_CONTAINER_NUM_PROPERTIES
#   54|   };
#   55|-> static GParamSpec* rygel_null_container_properties[RYGEL_NULL_CONTAINER_NUM_PROPERTIES];
#   56|   #define _g_free0(var) (var = (g_free (var), NULL))
#   57|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def650]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-object-factory.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-object-factory.c:61:20: warning[-Wunused-variable]: ‘rygel_media_export_object_factory_properties’ defined but not used
#   61 | static GParamSpec* rygel_media_export_object_factory_properties[RYGEL_MEDIA_EXPORT_OBJECT_FACTORY_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   59|   	RYGEL_MEDIA_EXPORT_OBJECT_FACTORY_NUM_PROPERTIES
#   60|   };
#   61|-> static GParamSpec* rygel_media_export_object_factory_properties[RYGEL_MEDIA_EXPORT_OBJECT_FACTORY_NUM_PROPERTIES];
#   62|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   63|   

Error: COMPILER_WARNING (CWE-563): [#def651]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-photo-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-photo-item.c:57:20: warning[-Wunused-variable]: ‘rygel_media_export_photo_item_properties’ defined but not used
#   57 | static GParamSpec* rygel_media_export_photo_item_properties[RYGEL_MEDIA_EXPORT_PHOTO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   55|   	RYGEL_MEDIA_EXPORT_PHOTO_ITEM_NUM_PROPERTIES
#   56|   };
#   57|-> static GParamSpec* rygel_media_export_photo_item_properties[RYGEL_MEDIA_EXPORT_PHOTO_ITEM_NUM_PROPERTIES];
#   58|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   59|   typedef struct _RygelMediaExportPhotoItemCommitData RygelMediaExportPhotoItemCommitData;

Error: COMPILER_WARNING (CWE-563): [#def652]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-playlist-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-playlist-item.c:57:20: warning[-Wunused-variable]: ‘rygel_media_export_playlist_item_properties’ defined but not used
#   57 | static GParamSpec* rygel_media_export_playlist_item_properties[RYGEL_MEDIA_EXPORT_PLAYLIST_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   55|   	RYGEL_MEDIA_EXPORT_PLAYLIST_ITEM_NUM_PROPERTIES
#   56|   };
#   57|-> static GParamSpec* rygel_media_export_playlist_item_properties[RYGEL_MEDIA_EXPORT_PLAYLIST_ITEM_NUM_PROPERTIES];
#   58|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   59|   typedef struct _RygelMediaExportPlaylistItemCommitData RygelMediaExportPlaylistItemCommitData;

Error: COMPILER_WARNING (CWE-563): [#def653]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-plugin.c:54:20: warning[-Wunused-variable]: ‘rygel_media_export_plugin_properties’ defined but not used
#   54 | static GParamSpec* rygel_media_export_plugin_properties[RYGEL_MEDIA_EXPORT_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   52|   	RYGEL_MEDIA_EXPORT_PLUGIN_NUM_PROPERTIES
#   53|   };
#   54|-> static GParamSpec* rygel_media_export_plugin_properties[RYGEL_MEDIA_EXPORT_PLUGIN_NUM_PROPERTIES];
#   55|   
#   56|   struct _Block1Data {

Error: COMPILER_WARNING (CWE-563): [#def654]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-query-container-factory.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-query-container-factory.c:57:20: warning[-Wunused-variable]: ‘rygel_media_export_query_container_factory_properties’ defined but not used
#   57 | static GParamSpec* rygel_media_export_query_container_factory_properties[RYGEL_MEDIA_EXPORT_QUERY_CONTAINER_FACTORY_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   55|   	RYGEL_MEDIA_EXPORT_QUERY_CONTAINER_FACTORY_NUM_PROPERTIES
#   56|   };
#   57|-> static GParamSpec* rygel_media_export_query_container_factory_properties[RYGEL_MEDIA_EXPORT_QUERY_CONTAINER_FACTORY_NUM_PROPERTIES];
#   58|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   59|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def655]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-recursive-file-monitor.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-recursive-file-monitor.c:47:20: warning[-Wunused-variable]: ‘rygel_media_export_recursive_file_monitor_properties’ defined but not used
#   47 | static GParamSpec* rygel_media_export_recursive_file_monitor_properties[RYGEL_MEDIA_EXPORT_RECURSIVE_FILE_MONITOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   45|   	RYGEL_MEDIA_EXPORT_RECURSIVE_FILE_MONITOR_NUM_PROPERTIES
#   46|   };
#   47|-> static GParamSpec* rygel_media_export_recursive_file_monitor_properties[RYGEL_MEDIA_EXPORT_RECURSIVE_FILE_MONITOR_NUM_PROPERTIES];
#   48|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def656]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-root-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-root-container.c:70:20: warning[-Wunused-variable]: ‘rygel_media_export_root_container_properties’ defined but not used
#   70 | static GParamSpec* rygel_media_export_root_container_properties[RYGEL_MEDIA_EXPORT_ROOT_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   68|   	RYGEL_MEDIA_EXPORT_ROOT_CONTAINER_NUM_PROPERTIES
#   69|   };
#   70|-> static GParamSpec* rygel_media_export_root_container_properties[RYGEL_MEDIA_EXPORT_ROOT_CONTAINER_NUM_PROPERTIES];
#   71|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   72|   

Error: COMPILER_WARNING (CWE-563): [#def657]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-sql-factory.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-sql-factory.c:159:20: warning[-Wunused-variable]: ‘rygel_media_export_sql_factory_properties’ defined but not used
#  159 | static GParamSpec* rygel_media_export_sql_factory_properties[RYGEL_MEDIA_EXPORT_SQL_FACTORY_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  157|   	RYGEL_MEDIA_EXPORT_SQL_FACTORY_NUM_PROPERTIES
#  158|   };
#  159|-> static GParamSpec* rygel_media_export_sql_factory_properties[RYGEL_MEDIA_EXPORT_SQL_FACTORY_NUM_PROPERTIES];
#  160|   
#  161|   struct _RygelMediaExportSQLFactory {

Error: COMPILER_WARNING (CWE-704): [#def658]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-sql-factory.c:194:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  192|   {
#  193|   	static volatile gsize rygel_media_export_detail_column_type_id__once = 0;
#  194|-> 	if (g_once_init_enter (&rygel_media_export_detail_column_type_id__once)) {
#  195|   		GType rygel_media_export_detail_column_type_id;
#  196|   		rygel_media_export_detail_column_type_id = rygel_media_export_detail_column_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def659]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-sql-factory.c:215:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  213|   {
#  214|   	static volatile gsize rygel_media_export_sql_string_type_id__once = 0;
#  215|-> 	if (g_once_init_enter (&rygel_media_export_sql_string_type_id__once)) {
#  216|   		GType rygel_media_export_sql_string_type_id;
#  217|   		rygel_media_export_sql_string_type_id = rygel_media_export_sql_string_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def660]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-trackable-db-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-trackable-db-container.c:48:20: warning[-Wunused-variable]: ‘rygel_media_export_trackable_db_container_properties’ defined but not used
#   48 | static GParamSpec* rygel_media_export_trackable_db_container_properties[RYGEL_MEDIA_EXPORT_TRACKABLE_DB_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_MEDIA_EXPORT_TRACKABLE_DB_CONTAINER_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_media_export_trackable_db_container_properties[RYGEL_MEDIA_EXPORT_TRACKABLE_DB_CONTAINER_NUM_PROPERTIES];
#   49|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   50|   #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def661]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-video-item.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-video-item.c:57:20: warning[-Wunused-variable]: ‘rygel_media_export_video_item_properties’ defined but not used
#   57 | static GParamSpec* rygel_media_export_video_item_properties[RYGEL_MEDIA_EXPORT_VIDEO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   55|   	RYGEL_MEDIA_EXPORT_VIDEO_ITEM_NUM_PROPERTIES
#   56|   };
#   57|-> static GParamSpec* rygel_media_export_video_item_properties[RYGEL_MEDIA_EXPORT_VIDEO_ITEM_NUM_PROPERTIES];
#   58|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   59|   typedef struct _RygelMediaExportVideoItemCommitData RygelMediaExportVideoItemCommitData;

Error: COMPILER_WARNING (CWE-563): [#def662]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-dvd-parser.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-dvd-parser.c:88:20: warning[-Wunused-variable]: ‘rygel_media_export_dvd_parser_properties’ defined but not used
#   88 | static GParamSpec* rygel_media_export_dvd_parser_properties[RYGEL_MEDIA_EXPORT_DVD_PARSER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   86|   	RYGEL_MEDIA_EXPORT_DVD_PARSER_NUM_PROPERTIES
#   87|   };
#   88|-> static GParamSpec* rygel_media_export_dvd_parser_properties[RYGEL_MEDIA_EXPORT_DVD_PARSER_NUM_PROPERTIES];
#   89|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   90|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def663]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-dvd-parser.c:356:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  354|   {
#  355|   	static volatile gsize dvd_parser_error_type_id__once = 0;
#  356|-> 	if (g_once_init_enter (&dvd_parser_error_type_id__once)) {
#  357|   		GType dvd_parser_error_type_id;
#  358|   		dvd_parser_error_type_id = dvd_parser_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def664]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-extract.c:254:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  252|   {
#  253|   	static volatile gsize metadata_extractor_error_type_id__once = 0;
#  254|-> 	if (g_once_init_enter (&metadata_extractor_error_type_id__once)) {
#  255|   		GType metadata_extractor_error_type_id;
#  256|   		metadata_extractor_error_type_id = metadata_extractor_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def665]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-extract.c: scope_hint: In function ‘run_finish’
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-extract.c:284:18: warning[-Wunused-but-set-variable]: variable ‘_data_’ set but not used
#  284 |         RunData* _data_;
#      |                  ^~~~~~
#  282|   run_finish (GAsyncResult* _res_)
#  283|   {
#  284|-> 	RunData* _data_;
#  285|   	_data_ = g_task_propagate_pointer (G_TASK (_res_), NULL);
#  286|   }

Error: COMPILER_WARNING (CWE-704): [#def666]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-extractor.c:342:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  340|   {
#  341|   	static volatile gsize extractor_error_type_id__once = 0;
#  342|-> 	if (g_once_init_enter (&extractor_error_type_id__once)) {
#  343|   		GType extractor_error_type_id;
#  344|   		extractor_error_type_id = extractor_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def667]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-generic-extractor.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-generic-extractor.c:86:20: warning[-Wunused-variable]: ‘rygel_media_export_generic_extractor_properties’ defined but not used
#   86 | static GParamSpec* rygel_media_export_generic_extractor_properties[RYGEL_MEDIA_EXPORT_GENERIC_EXTRACTOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   84|   	RYGEL_MEDIA_EXPORT_GENERIC_EXTRACTOR_NUM_PROPERTIES
#   85|   };
#   86|-> static GParamSpec* rygel_media_export_generic_extractor_properties[RYGEL_MEDIA_EXPORT_GENERIC_EXTRACTOR_NUM_PROPERTIES];
#   87|   #define _g_free0(var) (var = (g_free (var), NULL))
#   88|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def668]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-image-extractor.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-image-extractor.c:78:20: warning[-Wunused-variable]: ‘rygel_media_export_image_extractor_properties’ defined but not used
#   78 | static GParamSpec* rygel_media_export_image_extractor_properties[RYGEL_MEDIA_EXPORT_IMAGE_EXTRACTOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   76|   	RYGEL_MEDIA_EXPORT_IMAGE_EXTRACTOR_NUM_PROPERTIES
#   77|   };
#   78|-> static GParamSpec* rygel_media_export_image_extractor_properties[RYGEL_MEDIA_EXPORT_IMAGE_EXTRACTOR_NUM_PROPERTIES];
#   79|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   80|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def669]
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-playlist-extractor.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-playlist-extractor.c:54:20: warning[-Wunused-variable]: ‘rygel_media_export_playlist_extractor_properties’ defined but not used
#   54 | static GParamSpec* rygel_media_export_playlist_extractor_properties[RYGEL_MEDIA_EXPORT_PLAYLIST_EXTRACTOR_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   52|   	RYGEL_MEDIA_EXPORT_PLAYLIST_EXTRACTOR_NUM_PROPERTIES
#   53|   };
#   54|-> static GParamSpec* rygel_media_export_playlist_extractor_properties[RYGEL_MEDIA_EXPORT_PLAYLIST_EXTRACTOR_NUM_PROPERTIES];
#   55|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   56|   

Error: COMPILER_WARNING (CWE-563): [#def670]
rygel-0.44.2/redhat-linux-build/src/plugins/mpris/librygel-mpris.so.p/rygel-mpris-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/mpris/librygel-mpris.so.p/rygel-mpris-plugin.c:50:20: warning[-Wunused-variable]: ‘rygel_mpris_plugin_properties’ defined but not used
#   50 | static GParamSpec* rygel_mpris_plugin_properties[RYGEL_MPRIS_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_MPRIS_PLUGIN_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_mpris_plugin_properties[RYGEL_MPRIS_PLUGIN_NUM_PROPERTIES];
#   51|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   52|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def671]
rygel-0.44.2/redhat-linux-build/src/plugins/playbin/librygel-playbin.so.p/rygel-playbin-module.c: scope_hint: In function ‘module_init’
rygel-0.44.2/redhat-linux-build/src/plugins/playbin/librygel-playbin.so.p/rygel-playbin-module.c:66:14: warning[-Wunused-but-set-variable]: variable ‘_args_size_’ set but not used
#   66 |         gint _args_size_;
#      |              ^~~~~~~~~~~
#   64|   	gchar** args = NULL;
#   65|   	gint args_length1;
#   66|-> 	gint _args_size_;
#   67|   	GError* _inner_error0_ = NULL;
#   68|   #line 26 "../src/plugins/playbin/rygel-playbin-module.vala"

Error: COMPILER_WARNING (CWE-563): [#def672]
rygel-0.44.2/redhat-linux-build/src/plugins/playbin/librygel-playbin.so.p/rygel-playbin-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/playbin/librygel-playbin.so.p/rygel-playbin-plugin.c:65:20: warning[-Wunused-variable]: ‘rygel_playbin_plugin_properties’ defined but not used
#   65 | static GParamSpec* rygel_playbin_plugin_properties[RYGEL_PLAYBIN_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   63|   	RYGEL_PLAYBIN_PLUGIN_NUM_PROPERTIES
#   64|   };
#   65|-> static GParamSpec* rygel_playbin_plugin_properties[RYGEL_PLAYBIN_PLUGIN_NUM_PROPERTIES];
#   66|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   67|   

Error: COMPILER_WARNING (CWE-563): [#def673]
rygel-0.44.2/redhat-linux-build/src/plugins/ruih/librygel-ruih.so.p/rygel-ruih-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/ruih/librygel-ruih.so.p/rygel-ruih-plugin.c:60:20: warning[-Wunused-variable]: ‘rygel_ruih_plugin_properties’ defined but not used
#   60 | static GParamSpec* rygel_ruih_plugin_properties[RYGEL_RUIH_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   58|   	RYGEL_RUIH_PLUGIN_NUM_PROPERTIES
#   59|   };
#   60|-> static GParamSpec* rygel_ruih_plugin_properties[RYGEL_RUIH_PLUGIN_NUM_PROPERTIES];
#   61|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   62|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def674]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-albums.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-albums.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_albums_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_albums_properties[RYGEL_TRACKER_ALBUMS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_ALBUMS_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_albums_properties[RYGEL_TRACKER_ALBUMS_NUM_PROPERTIES];
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))
#   50|   

Error: COMPILER_WARNING (CWE-563): [#def675]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-artists.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-artists.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_artists_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_artists_properties[RYGEL_TRACKER_ARTISTS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_ARTISTS_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_artists_properties[RYGEL_TRACKER_ARTISTS_NUM_PROPERTIES];
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))
#   50|   

Error: COMPILER_WARNING (CWE-563): [#def676]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-category-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-category-container.c:49:20: warning[-Wunused-variable]: ‘rygel_tracker_category_container_properties’ defined but not used
#   49 | static GParamSpec* rygel_tracker_category_container_properties[RYGEL_TRACKER_CATEGORY_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   47|   	RYGEL_TRACKER_CATEGORY_CONTAINER_NUM_PROPERTIES
#   48|   };
#   49|-> static GParamSpec* rygel_tracker_category_container_properties[RYGEL_TRACKER_CATEGORY_CONTAINER_NUM_PROPERTIES];
#   50|   #define _rygel_tracker_item_factory_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_item_factory_unref (var), NULL)))
#   51|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def677]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-genre.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-genre.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_genre_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_genre_properties[RYGEL_TRACKER_GENRE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_GENRE_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_genre_properties[RYGEL_TRACKER_GENRE_NUM_PROPERTIES];
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))
#   50|   

Error: COMPILER_WARNING (CWE-704): [#def678]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-item-factory.c:99:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   97|   {
#   98|   	static volatile gsize rygel_tracker_item_factory_metadata_type_id__once = 0;
#   99|-> 	if (g_once_init_enter (&rygel_tracker_item_factory_metadata_type_id__once)) {
#  100|   		GType rygel_tracker_item_factory_metadata_type_id;
#  101|   		rygel_tracker_item_factory_metadata_type_id = rygel_tracker_item_factory_metadata_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def679]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-metadata-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-metadata-container.c:52:20: warning[-Wunused-variable]: ‘rygel_tracker_metadata_container_properties’ defined but not used
#   52 | static GParamSpec* rygel_tracker_metadata_container_properties[RYGEL_TRACKER_METADATA_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   50|   	RYGEL_TRACKER_METADATA_CONTAINER_NUM_PROPERTIES
#   51|   };
#   52|-> static GParamSpec* rygel_tracker_metadata_container_properties[RYGEL_TRACKER_METADATA_CONTAINER_NUM_PROPERTIES];
#   53|   #define _rygel_tracker_item_factory_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_item_factory_unref (var), NULL)))
#   54|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def680]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-metadata-multivalues.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-metadata-multivalues.c:51:20: warning[-Wunused-variable]: ‘rygel_tracker_metadata_multi_values_properties’ defined but not used
#   51 | static GParamSpec* rygel_tracker_metadata_multi_values_properties[RYGEL_TRACKER_METADATA_MULTI_VALUES_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_TRACKER_METADATA_MULTI_VALUES_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_tracker_metadata_multi_values_properties[RYGEL_TRACKER_METADATA_MULTI_VALUES_NUM_PROPERTIES];
#   52|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   53|   #define _rygel_tracker_query_triplet_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_query_triplet_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def681]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-metadata-values.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-metadata-values.c:50:20: warning[-Wunused-variable]: ‘rygel_tracker_metadata_values_properties’ defined but not used
#   50 | static GParamSpec* rygel_tracker_metadata_values_properties[RYGEL_TRACKER_METADATA_VALUES_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_TRACKER_METADATA_VALUES_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_tracker_metadata_values_properties[RYGEL_TRACKER_METADATA_VALUES_NUM_PROPERTIES];
#   51|   #define _g_free0(var) (var = (g_free (var), NULL))
#   52|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def682]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-music-item-factory.c:99:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   97|   {
#   98|   	static volatile gsize rygel_tracker_music_item_factory_music_metadata_type_id__once = 0;
#   99|-> 	if (g_once_init_enter (&rygel_tracker_music_item_factory_music_metadata_type_id__once)) {
#  100|   		GType rygel_tracker_music_item_factory_music_metadata_type_id;
#  101|   		rygel_tracker_music_item_factory_music_metadata_type_id = rygel_tracker_music_item_factory_music_metadata_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def683]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-music.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-music.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_music_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_music_properties[RYGEL_TRACKER_MUSIC_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_MUSIC_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_music_properties[RYGEL_TRACKER_MUSIC_NUM_PROPERTIES];
#   49|   #define _rygel_tracker_item_factory_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_item_factory_unref (var), NULL)))
#   50|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def684]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-new.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-new.c:50:20: warning[-Wunused-variable]: ‘rygel_tracker_new_properties’ defined but not used
#   50 | static GParamSpec* rygel_tracker_new_properties[RYGEL_TRACKER_NEW_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   48|   	RYGEL_TRACKER_NEW_NUM_PROPERTIES
#   49|   };
#   50|-> static GParamSpec* rygel_tracker_new_properties[RYGEL_TRACKER_NEW_NUM_PROPERTIES];
#   51|   #define _rygel_tracker_query_triplet_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_query_triplet_unref (var), NULL)))
#   52|   #define _g_date_time_unref0(var) ((var == NULL) ? NULL : (var = (g_date_time_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def685]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-picture-item-factory.c:90:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   88|   {
#   89|   	static volatile gsize rygel_tracker_picture_item_factory_picture_metadata_type_id__once = 0;
#   90|-> 	if (g_once_init_enter (&rygel_tracker_picture_item_factory_picture_metadata_type_id__once)) {
#   91|   		GType rygel_tracker_picture_item_factory_picture_metadata_type_id;
#   92|   		rygel_tracker_picture_item_factory_picture_metadata_type_id = rygel_tracker_picture_item_factory_picture_metadata_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def686]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-pictures.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-pictures.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_pictures_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_pictures_properties[RYGEL_TRACKER_PICTURES_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_PICTURES_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_pictures_properties[RYGEL_TRACKER_PICTURES_NUM_PROPERTIES];
#   49|   #define _rygel_tracker_item_factory_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_item_factory_unref (var), NULL)))
#   50|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def687]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-plugin.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-plugin.c:46:20: warning[-Wunused-variable]: ‘rygel_tracker_plugin_properties’ defined but not used
#   46 | static GParamSpec* rygel_tracker_plugin_properties[RYGEL_TRACKER_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   44|   	RYGEL_TRACKER_PLUGIN_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* rygel_tracker_plugin_properties[RYGEL_TRACKER_PLUGIN_NUM_PROPERTIES];
#   47|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   48|   

Error: COMPILER_WARNING (CWE-563): [#def688]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-query-triplets.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-query-triplets.c:46:20: warning[-Wunused-variable]: ‘rygel_tracker_query_triplets_properties’ defined but not used
#   46 | static GParamSpec* rygel_tracker_query_triplets_properties[RYGEL_TRACKER_QUERY_TRIPLETS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   44|   	RYGEL_TRACKER_QUERY_TRIPLETS_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* rygel_tracker_query_triplets_properties[RYGEL_TRACKER_QUERY_TRIPLETS_NUM_PROPERTIES];
#   47|   #define _rygel_tracker_query_triplet_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_query_triplet_unref (var), NULL)))
#   48|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def689]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-root-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-root-container.c:51:20: warning[-Wunused-variable]: ‘rygel_tracker_root_container_properties’ defined but not used
#   51 | static GParamSpec* rygel_tracker_root_container_properties[RYGEL_TRACKER_ROOT_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   49|   	RYGEL_TRACKER_ROOT_CONTAINER_NUM_PROPERTIES
#   50|   };
#   51|-> static GParamSpec* rygel_tracker_root_container_properties[RYGEL_TRACKER_ROOT_CONTAINER_NUM_PROPERTIES];
#   52|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   53|   

Error: COMPILER_WARNING (CWE-563): [#def690]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-search-container.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-search-container.c:56:20: warning[-Wunused-variable]: ‘rygel_tracker_search_container_properties’ defined but not used
#   56 | static GParamSpec* rygel_tracker_search_container_properties[RYGEL_TRACKER_SEARCH_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   54|   	RYGEL_TRACKER_SEARCH_CONTAINER_NUM_PROPERTIES
#   55|   };
#   56|-> static GParamSpec* rygel_tracker_search_container_properties[RYGEL_TRACKER_SEARCH_CONTAINER_NUM_PROPERTIES];
#   57|   #define _rygel_tracker_query_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_query_unref (var), NULL)))
#   58|   #define _rygel_tracker_item_factory_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_item_factory_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def691]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-tags.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-tags.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_tags_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_tags_properties[RYGEL_TRACKER_TAGS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_TAGS_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_tags_properties[RYGEL_TRACKER_TAGS_NUM_PROPERTIES];
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))
#   50|   

Error: COMPILER_WARNING (CWE-563): [#def692]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-titles.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_titles_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_titles_properties[RYGEL_TRACKER_TITLES_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_TITLES_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_titles_properties[RYGEL_TRACKER_TITLES_NUM_PROPERTIES];
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))
#   50|   

Error: COMPILER_WARNING (CWE-563): [#def693]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-titles.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-titles.c:60:21: warning[-Wunused-variable]: ‘RYGEL_TRACKER_TITLES_KEY_CHAIN’ defined but not used
#   60 | static const gchar* RYGEL_TRACKER_TITLES_KEY_CHAIN[2] = {"dc:title", NULL};
#      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   58|   static GType rygel_tracker_titles_get_type_once (void);
#   59|   
#   60|-> static const gchar* RYGEL_TRACKER_TITLES_KEY_CHAIN[2] = {"dc:title", NULL};
#   61|   
#   62|   RygelTrackerTitles*

Error: COMPILER_WARNING (CWE-563): [#def694]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-upnp-property-map.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-upnp-property-map.c:61:20: warning[-Wunused-variable]: ‘rygel_tracker_upn_pproperty_map_properties’ defined but not used
#   61 | static GParamSpec* rygel_tracker_upn_pproperty_map_properties[RYGEL_TRACKER_UPN_PPROPERTY_MAP_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   59|   	RYGEL_TRACKER_UPN_PPROPERTY_MAP_NUM_PROPERTIES
#   60|   };
#   61|-> static GParamSpec* rygel_tracker_upn_pproperty_map_properties[RYGEL_TRACKER_UPN_PPROPERTY_MAP_NUM_PROPERTIES];
#   62|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   63|   #define _rygel_tracker_query_variable_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_query_variable_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def695]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-video-item-factory.c:92:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#   90|   {
#   91|   	static volatile gsize rygel_tracker_video_item_factory_video_metadata_type_id__once = 0;
#   92|-> 	if (g_once_init_enter (&rygel_tracker_video_item_factory_video_metadata_type_id__once)) {
#   93|   		GType rygel_tracker_video_item_factory_video_metadata_type_id;
#   94|   		rygel_tracker_video_item_factory_video_metadata_type_id = rygel_tracker_video_item_factory_video_metadata_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def696]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-videos.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-videos.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_videos_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_videos_properties[RYGEL_TRACKER_VIDEOS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_VIDEOS_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_videos_properties[RYGEL_TRACKER_VIDEOS_NUM_PROPERTIES];
#   49|   #define _rygel_tracker_item_factory_unref0(var) ((var == NULL) ? NULL : (var = (rygel_tracker_item_factory_unref (var), NULL)))
#   50|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def697]
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-years.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-years.c:48:20: warning[-Wunused-variable]: ‘rygel_tracker_years_properties’ defined but not used
#   48 | static GParamSpec* rygel_tracker_years_properties[RYGEL_TRACKER_YEARS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   46|   	RYGEL_TRACKER_YEARS_NUM_PROPERTIES
#   47|   };
#   48|-> static GParamSpec* rygel_tracker_years_properties[RYGEL_TRACKER_YEARS_NUM_PROPERTIES];
#   49|   #define _g_free0(var) (var = (g_free (var), NULL))
#   50|   

Error: COMPILER_WARNING (CWE-563): [#def698]
rygel-0.44.2/redhat-linux-build/src/rygel/rygel.p/application.c:78:20: warning[-Wunused-variable]: ‘rygel_application_properties’ defined but not used
#   78 | static GParamSpec* rygel_application_properties[RYGEL_APPLICATION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   76|   	RYGEL_APPLICATION_NUM_PROPERTIES
#   77|   };
#   78|-> static GParamSpec* rygel_application_properties[RYGEL_APPLICATION_NUM_PROPERTIES];
#   79|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   80|   #define _g_variant_dict_unref0(var) ((var == NULL) ? NULL : (var = (g_variant_dict_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def699]
rygel-0.44.2/redhat-linux-build/src/rygel/rygel.p/rygel-acl.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/rygel/rygel.p/rygel-acl.c:67:20: warning[-Wunused-variable]: ‘rygel_acl_properties’ defined but not used
#   67 | static GParamSpec* rygel_acl_properties[RYGEL_ACL_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~
#   65|   	RYGEL_ACL_NUM_PROPERTIES
#   66|   };
#   67|-> static GParamSpec* rygel_acl_properties[RYGEL_ACL_NUM_PROPERTIES];
#   68|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   69|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def700]
rygel-0.44.2/redhat-linux-build/src/rygel/rygel.p/rygel-dbus-service.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/rygel/rygel.p/rygel-dbus-service.c:76:20: warning[-Wunused-variable]: ‘rygel_dbus_service_properties’ defined but not used
#   76 | static GParamSpec* rygel_dbus_service_properties[RYGEL_DBUS_SERVICE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   74|   	RYGEL_DBUS_SERVICE_NUM_PROPERTIES
#   75|   };
#   76|-> static GParamSpec* rygel_dbus_service_properties[RYGEL_DBUS_SERVICE_NUM_PROPERTIES];
#   77|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   78|   #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def701]
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-media-pref-section.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-media-pref-section.c:97:20: warning[-Wunused-variable]: ‘rygel_media_pref_section_properties’ defined but not used
#   97 | static GParamSpec* rygel_media_pref_section_properties[RYGEL_MEDIA_PREF_SECTION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   95|   	RYGEL_MEDIA_PREF_SECTION_NUM_PROPERTIES
#   96|   };
#   97|-> static GParamSpec* rygel_media_pref_section_properties[RYGEL_MEDIA_PREF_SECTION_NUM_PROPERTIES];
#   98|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   99|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def702]
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-network-pref-section.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-network-pref-section.c:94:20: warning[-Wunused-variable]: ‘rygel_network_pref_section_properties’ defined but not used
#   94 | static GParamSpec* rygel_network_pref_section_properties[RYGEL_NETWORK_PREF_SECTION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   92|   	RYGEL_NETWORK_PREF_SECTION_NUM_PROPERTIES
#   93|   };
#   94|-> static GParamSpec* rygel_network_pref_section_properties[RYGEL_NETWORK_PREF_SECTION_NUM_PROPERTIES];
#   95|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   96|   #define __vala_GtkTreePath_free0(var) ((var == NULL) ? NULL : (var = (_vala_GtkTreePath_free (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def703]
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-preferences-dialog.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-preferences-dialog.c:98:20: warning[-Wunused-variable]: ‘rygel_preferences_dialog_properties’ defined but not used
#   98 | static GParamSpec* rygel_preferences_dialog_properties[RYGEL_PREFERENCES_DIALOG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   96|   	RYGEL_PREFERENCES_DIALOG_NUM_PROPERTIES
#   97|   };
#   98|-> static GParamSpec* rygel_preferences_dialog_properties[RYGEL_PREFERENCES_DIALOG_NUM_PROPERTIES];
#   99|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#  100|   #define _g_main_loop_unref0(var) ((var == NULL) ? NULL : (var = (g_main_loop_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def704]
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-preferences-section.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-preferences-section.c:75:20: warning[-Wunused-variable]: ‘rygel_preferences_section_properties’ defined but not used
#   75 | static GParamSpec* rygel_preferences_section_properties[RYGEL_PREFERENCES_SECTION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   73|   	RYGEL_PREFERENCES_SECTION_NUM_PROPERTIES
#   74|   };
#   75|-> static GParamSpec* rygel_preferences_section_properties[RYGEL_PREFERENCES_SECTION_NUM_PROPERTIES];
#   76|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   77|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-563): [#def705]
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-writable-user-config.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/src/ui/rygel-preferences.p/rygel-writable-user-config.c:76:20: warning[-Wunused-variable]: ‘rygel_writable_user_config_properties’ defined but not used
#   76 | static GParamSpec* rygel_writable_user_config_properties[RYGEL_WRITABLE_USER_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   74|   	RYGEL_WRITABLE_USER_CONFIG_NUM_PROPERTIES
#   75|   };
#   76|-> static GParamSpec* rygel_writable_user_config_properties[RYGEL_WRITABLE_USER_CONFIG_NUM_PROPERTIES];
#   77|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   78|   #define _g_free0(var) (var = (g_free (var), NULL))

Error: COMPILER_WARNING (CWE-704): [#def706]
rygel-0.44.2/redhat-linux-build/test.c:546:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def707]
rygel-0.44.2/redhat-linux-build/test.c:636:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def708]
rygel-0.44.2/redhat-linux-build/test.c:691:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def709]
rygel-0.44.2/redhat-linux-build/test.c:1054:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def710]
rygel-0.44.2/redhat-linux-build/test.c:1512:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def711]
rygel-0.44.2/redhat-linux-build/test.c:1567:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def712]
rygel-0.44.2/redhat-linux-build/test.c:1648:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def713]
rygel-0.44.2/redhat-linux-build/test.c:1737:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def714]
rygel-0.44.2/redhat-linux-build/test.c:2092:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def715]
rygel-0.44.2/redhat-linux-build/test.c:2233:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def716]
rygel-0.44.2/redhat-linux-build/test.c:2365:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def717]
rygel-0.44.2/redhat-linux-build/test.c:2469:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def718]
rygel-0.44.2/redhat-linux-build/test.c:2497:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def719]
rygel-0.44.2/redhat-linux-build/test.c:2552:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def720]
rygel-0.44.2/redhat-linux-build/test.c:2643:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def721]
rygel-0.44.2/redhat-linux-build/test.c:2709:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def722]
rygel-0.44.2/redhat-linux-build/test.c:2792:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def723]
rygel-0.44.2/redhat-linux-build/test.c:2858:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def724]
rygel-0.44.2/redhat-linux-build/test.c:2924:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def725]
rygel-0.44.2/redhat-linux-build/test.c:3005:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def726]
rygel-0.44.2/redhat-linux-build/test.c:3071:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def727]
rygel-0.44.2/redhat-linux-build/test.c:3148:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def728]
rygel-0.44.2/redhat-linux-build/test.c:3231:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def729]
rygel-0.44.2/redhat-linux-build/test.c:3577:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def730]
rygel-0.44.2/redhat-linux-build/test.c:3684:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def731]
rygel-0.44.2/redhat-linux-build/test.c:4078:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def732]
rygel-0.44.2/redhat-linux-build/test.c:4391:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def733]
rygel-0.44.2/redhat-linux-build/test.c:4418:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def734]
rygel-0.44.2/redhat-linux-build/test.c:4694:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-704): [#def735]
rygel-0.44.2/redhat-linux-build/test.c:5614:6: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier

Error: COMPILER_WARNING (CWE-563): [#def736]
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-seek.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-seek.c:76:20: warning[-Wunused-variable]: ‘rygel_http_seek_request_properties’ defined but not used
#   76 | static GParamSpec* rygel_http_seek_request_properties[RYGEL_HTTP_SEEK_REQUEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   74|   	RYGEL_HTTP_SEEK_REQUEST_NUM_PROPERTIES
#   75|   };
#   76|-> static GParamSpec* rygel_http_seek_request_properties[RYGEL_HTTP_SEEK_REQUEST_NUM_PROPERTIES];
#   77|   
#   78|   /**

Error: COMPILER_WARNING (CWE-704): [#def737]
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-seek.c:128:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  126|   {
#  127|   	static volatile gsize rygel_http_seek_request_error_type_id__once = 0;
#  128|-> 	if (g_once_init_enter (&rygel_http_seek_request_error_type_id__once)) {
#  129|   		GType rygel_http_seek_request_error_type_id;
#  130|   		rygel_http_seek_request_error_type_id = rygel_http_seek_request_error_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def738]
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-time-seek-request.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-time-seek-request.c:83:20: warning[-Wunused-variable]: ‘rygel_http_time_seek_request_properties’ defined but not used
#   83 | static GParamSpec* rygel_http_time_seek_request_properties[RYGEL_HTTP_TIME_SEEK_REQUEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   81|   	RYGEL_HTTP_TIME_SEEK_REQUEST_NUM_PROPERTIES
#   82|   };
#   83|-> static GParamSpec* rygel_http_time_seek_request_properties[RYGEL_HTTP_TIME_SEEK_REQUEST_NUM_PROPERTIES];
#   84|   
#   85|   #define SOUP_TYPE_SERVER_MESSAGE (soup_server_message_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def739]
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-time-seek-test.c:46:20: warning[-Wunused-variable]: ‘play_speed_properties’ defined but not used
#   46 | static GParamSpec* play_speed_properties[PLAY_SPEED_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~
#   44|   	PLAY_SPEED_NUM_PROPERTIES
#   45|   };
#   46|-> static GParamSpec* play_speed_properties[PLAY_SPEED_NUM_PROPERTIES];
#   47|   
#   48|   #define TYPE_HTTP_GET_HANDLER (http_get_handler_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def740]
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-time-seek-test.c:62:20: warning[-Wunused-variable]: ‘http_get_handler_properties’ defined but not used
#   62 | static GParamSpec* http_get_handler_properties[HTTP_GET_HANDLER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   60|   	HTTP_GET_HANDLER_NUM_PROPERTIES
#   61|   };
#   62|-> static GParamSpec* http_get_handler_properties[HTTP_GET_HANDLER_NUM_PROPERTIES];
#   63|   
#   64|   #define TYPE_CLIENT_HACKS (client_hacks_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def741]
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-time-seek-test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-http-time-seek-test.p/time-seek/rygel-http-time-seek-test.c:78:20: warning[-Wunused-variable]: ‘client_hacks_properties’ defined but not used
#   78 | static GParamSpec* client_hacks_properties[CLIENT_HACKS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~
#   76|   	CLIENT_HACKS_NUM_PROPERTIES
#   77|   };
#   78|-> static GParamSpec* client_hacks_properties[CLIENT_HACKS_NUM_PROPERTIES];
#   79|   
#   80|   #define SOUP_TYPE_SERVER_MESSAGE (soup_server_message_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def742]
rygel-0.44.2/redhat-linux-build/tests/rygel-meta-config-test.p/rygel-meta-config-test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-meta-config-test.p/rygel-meta-config-test.c:44:20: warning[-Wunused-variable]: ‘test_config_properties’ defined but not used
#   44 | static GParamSpec* test_config_properties[TEST_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~
#   42|   	TEST_CONFIG_NUM_PROPERTIES
#   43|   };
#   44|-> static GParamSpec* test_config_properties[TEST_CONFIG_NUM_PROPERTIES];
#   45|   #define _g_hash_table_unref0(var) ((var == NULL) ? NULL : (var = (g_hash_table_unref (var), NULL)))
#   46|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def743]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-logical-expression.c:169:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  167|   {
#  168|   	static volatile gsize rygel_logical_operator_type_id__once = 0;
#  169|-> 	if (g_once_init_enter (&rygel_logical_operator_type_id__once)) {
#  170|   		GType rygel_logical_operator_type_id;
#  171|   		rygel_logical_operator_type_id = rygel_logical_operator_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def744]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-m3u-playlist.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-m3u-playlist.c:66:20: warning[-Wunused-variable]: ‘rygel_m3_uplay_list_properties’ defined but not used
#   66 | static GParamSpec* rygel_m3_uplay_list_properties[RYGEL_M3_UPLAY_LIST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   64|   	RYGEL_M3_UPLAY_LIST_NUM_PROPERTIES
#   65|   };
#   66|-> static GParamSpec* rygel_m3_uplay_list_properties[RYGEL_M3_UPLAY_LIST_NUM_PROPERTIES];
#   67|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   68|   #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def745]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-object-creator.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-object-creator.c:113:20: warning[-Wunused-variable]: ‘rygel_base_media_container_properties’ defined but not used
#  113 | static GParamSpec* rygel_base_media_container_properties[RYGEL_BASE_MEDIA_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  111|   	RYGEL_BASE_MEDIA_CONTAINER_NUM_PROPERTIES
#  112|   };
#  113|-> static GParamSpec* rygel_base_media_container_properties[RYGEL_BASE_MEDIA_CONTAINER_NUM_PROPERTIES];
#  114|   #define _g_free0(var) (var = (g_free (var), NULL))
#  115|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-704): [#def746]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-search-criteria-parser.c:327:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  325|   {
#  326|   	static volatile gsize rygel_search_criteria_error_type_id__once = 0;
#  327|-> 	if (g_once_init_enter (&rygel_search_criteria_error_type_id__once)) {
#  328|   		GType rygel_search_criteria_error_type_id;
#  329|   		rygel_search_criteria_error_type_id = rygel_search_criteria_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def747]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-search-criteria-parser.c:348:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  346|   {
#  347|   	static volatile gsize rygel_search_criteria_symbol_type_id__once = 0;
#  348|-> 	if (g_once_init_enter (&rygel_search_criteria_symbol_type_id__once)) {
#  349|   		GType rygel_search_criteria_symbol_type_id;
#  350|   		rygel_search_criteria_symbol_type_id = rygel_search_criteria_symbol_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def748]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/rygel-serializer.c:150:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  148|   {
#  149|   	static volatile gsize rygel_serializer_type_type_id__once = 0;
#  150|-> 	if (g_once_init_enter (&rygel_serializer_type_type_id__once)) {
#  151|   		GType rygel_serializer_type_type_id;
#  152|   		rygel_serializer_type_type_id = rygel_serializer_type_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def749]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:96:20: warning[-Wunused-variable]: ‘rygel_service_action_properties’ defined but not used
#   96 | static GParamSpec* rygel_service_action_properties[RYGEL_SERVICE_ACTION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   94|   	RYGEL_SERVICE_ACTION_NUM_PROPERTIES
#   95|   };
#   96|-> static GParamSpec* rygel_service_action_properties[RYGEL_SERVICE_ACTION_NUM_PROPERTIES];
#   97|   #define _g_free0(var) (var = (g_free (var), NULL))
#   98|   

Error: COMPILER_WARNING (CWE-563): [#def750]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:113:20: warning[-Wunused-variable]: ‘rygel_http_server_properties’ defined but not used
#  113 | static GParamSpec* rygel_http_server_properties[RYGEL_HTTP_SERVER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  111|   	RYGEL_HTTP_SERVER_NUM_PROPERTIES
#  112|   };
#  113|-> static GParamSpec* rygel_http_server_properties[RYGEL_HTTP_SERVER_NUM_PROPERTIES];
#  114|   
#  115|   #define RYGEL_TYPE_OBJECT_REMOVAL_QUEUE (rygel_object_removal_queue_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def751]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:129:20: warning[-Wunused-variable]: ‘rygel_object_removal_queue_properties’ defined but not used
#  129 | static GParamSpec* rygel_object_removal_queue_properties[RYGEL_OBJECT_REMOVAL_QUEUE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  127|   	RYGEL_OBJECT_REMOVAL_QUEUE_NUM_PROPERTIES
#  128|   };
#  129|-> static GParamSpec* rygel_object_removal_queue_properties[RYGEL_OBJECT_REMOVAL_QUEUE_NUM_PROPERTIES];
#  130|   
#  131|   #define RYGEL_TYPE_MEDIA_OBJECT (rygel_media_object_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def752]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:165:20: warning[-Wunused-variable]: ‘rygel_media_server_plugin_properties’ defined but not used
#  165 | static GParamSpec* rygel_media_server_plugin_properties[RYGEL_MEDIA_SERVER_PLUGIN_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  163|   	RYGEL_MEDIA_SERVER_PLUGIN_NUM_PROPERTIES
#  164|   };
#  165|-> static GParamSpec* rygel_media_server_plugin_properties[RYGEL_MEDIA_SERVER_PLUGIN_NUM_PROPERTIES];
#  166|   typedef struct _RygelMediaObjectPrivate RygelMediaObjectPrivate;
#  167|   

Error: COMPILER_WARNING (CWE-563): [#def753]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:239:20: warning[-Wunused-variable]: ‘rygel_media_item_properties’ defined but not used
#  239 | static GParamSpec* rygel_media_item_properties[RYGEL_MEDIA_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#  237|   	RYGEL_MEDIA_ITEM_NUM_PROPERTIES
#  238|   };
#  239|-> static GParamSpec* rygel_media_item_properties[RYGEL_MEDIA_ITEM_NUM_PROPERTIES];
#  240|   
#  241|   #define RYGEL_TYPE_MEDIA_FILE_ITEM (rygel_media_file_item_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def754]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:255:20: warning[-Wunused-variable]: ‘rygel_media_file_item_properties’ defined but not used
#  255 | static GParamSpec* rygel_media_file_item_properties[RYGEL_MEDIA_FILE_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  253|   	RYGEL_MEDIA_FILE_ITEM_NUM_PROPERTIES
#  254|   };
#  255|-> static GParamSpec* rygel_media_file_item_properties[RYGEL_MEDIA_FILE_ITEM_NUM_PROPERTIES];
#  256|   
#  257|   #define RYGEL_TYPE_AUDIO_ITEM (rygel_audio_item_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def755]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:282:20: warning[-Wunused-variable]: ‘rygel_music_item_properties’ defined but not used
#  282 | static GParamSpec* rygel_music_item_properties[RYGEL_MUSIC_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#  280|   	RYGEL_MUSIC_ITEM_NUM_PROPERTIES
#  281|   };
#  282|-> static GParamSpec* rygel_music_item_properties[RYGEL_MUSIC_ITEM_NUM_PROPERTIES];
#  283|   enum  {
#  284|   	RYGEL_AUDIO_ITEM_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def756]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:287:20: warning[-Wunused-variable]: ‘rygel_audio_item_properties’ defined but not used
#  287 | static GParamSpec* rygel_audio_item_properties[RYGEL_AUDIO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#  285|   	RYGEL_AUDIO_ITEM_NUM_PROPERTIES
#  286|   };
#  287|-> static GParamSpec* rygel_audio_item_properties[RYGEL_AUDIO_ITEM_NUM_PROPERTIES];
#  288|   
#  289|   #define RYGEL_TYPE_IMAGE_ITEM (rygel_image_item_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def757]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:303:20: warning[-Wunused-variable]: ‘rygel_image_item_properties’ defined but not used
#  303 | static GParamSpec* rygel_image_item_properties[RYGEL_IMAGE_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#  301|   	RYGEL_IMAGE_ITEM_NUM_PROPERTIES
#  302|   };
#  303|-> static GParamSpec* rygel_image_item_properties[RYGEL_IMAGE_ITEM_NUM_PROPERTIES];
#  304|   
#  305|   #define RYGEL_TYPE_VIDEO_ITEM (rygel_video_item_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def758]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:319:20: warning[-Wunused-variable]: ‘rygel_video_item_properties’ defined but not used
#  319 | static GParamSpec* rygel_video_item_properties[RYGEL_VIDEO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#  317|   	RYGEL_VIDEO_ITEM_NUM_PROPERTIES
#  318|   };
#  319|-> static GParamSpec* rygel_video_item_properties[RYGEL_VIDEO_ITEM_NUM_PROPERTIES];
#  320|   
#  321|   #define RYGEL_TYPE_PHOTO_ITEM (rygel_photo_item_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def759]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:335:20: warning[-Wunused-variable]: ‘rygel_photo_item_properties’ defined but not used
#  335 | static GParamSpec* rygel_photo_item_properties[RYGEL_PHOTO_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#  333|   	RYGEL_PHOTO_ITEM_NUM_PROPERTIES
#  334|   };
#  335|-> static GParamSpec* rygel_photo_item_properties[RYGEL_PHOTO_ITEM_NUM_PROPERTIES];
#  336|   
#  337|   #define RYGEL_TYPE_PLAYLIST_ITEM (rygel_playlist_item_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def760]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:351:20: warning[-Wunused-variable]: ‘rygel_playlist_item_properties’ defined but not used
#  351 | static GParamSpec* rygel_playlist_item_properties[RYGEL_PLAYLIST_ITEM_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  349|   	RYGEL_PLAYLIST_ITEM_NUM_PROPERTIES
#  350|   };
#  351|-> static GParamSpec* rygel_playlist_item_properties[RYGEL_PLAYLIST_ITEM_NUM_PROPERTIES];
#  352|   
#  353|   #define RYGEL_TYPE_ROOT_DEVICE (rygel_root_device_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def761]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:367:20: warning[-Wunused-variable]: ‘rygel_root_device_properties’ defined but not used
#  367 | static GParamSpec* rygel_root_device_properties[RYGEL_ROOT_DEVICE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  365|   	RYGEL_ROOT_DEVICE_NUM_PROPERTIES
#  366|   };
#  367|-> static GParamSpec* rygel_root_device_properties[RYGEL_ROOT_DEVICE_NUM_PROPERTIES];
#  368|   
#  369|   #define RYGEL_TYPE_CONTENT_DIRECTORY (rygel_content_directory_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def762]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:383:20: warning[-Wunused-variable]: ‘rygel_content_directory_properties’ defined but not used
#  383 | static GParamSpec* rygel_content_directory_properties[RYGEL_CONTENT_DIRECTORY_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  381|   	RYGEL_CONTENT_DIRECTORY_NUM_PROPERTIES
#  382|   };
#  383|-> static GParamSpec* rygel_content_directory_properties[RYGEL_CONTENT_DIRECTORY_NUM_PROPERTIES];
#  384|   typedef struct _RygelMediaContainerPrivate RygelMediaContainerPrivate;
#  385|   enum  {

Error: COMPILER_WARNING (CWE-563): [#def763]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:403:20: warning[-Wunused-variable]: ‘rygel_media_objects_properties’ defined but not used
#  403 | static GParamSpec* rygel_media_objects_properties[RYGEL_MEDIA_OBJECTS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  401|   	RYGEL_MEDIA_OBJECTS_NUM_PROPERTIES
#  402|   };
#  403|-> static GParamSpec* rygel_media_objects_properties[RYGEL_MEDIA_OBJECTS_NUM_PROPERTIES];
#  404|   
#  405|   #define RYGEL_TYPE_WRITABLE_CONTAINER (rygel_writable_container_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def764]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:419:20: warning[-Wunused-variable]: ‘rygel_writable_container_properties’ defined but not used
#  419 | static GParamSpec* rygel_writable_container_properties[RYGEL_WRITABLE_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  417|   	RYGEL_WRITABLE_CONTAINER_NUM_PROPERTIES
#  418|   };
#  419|-> static GParamSpec* rygel_writable_container_properties[RYGEL_WRITABLE_CONTAINER_NUM_PROPERTIES];
#  420|   typedef struct _RygelWritableContainerGetWritableData RygelWritableContainerGetWritableData;
#  421|   typedef struct _RygelWritableContainerAddItemData RygelWritableContainerAddItemData;

Error: COMPILER_WARNING (CWE-563): [#def765]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:438:20: warning[-Wunused-variable]: ‘rygel_searchable_container_properties’ defined but not used
#  438 | static GParamSpec* rygel_searchable_container_properties[RYGEL_SEARCHABLE_CONTAINER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  436|   	RYGEL_SEARCHABLE_CONTAINER_NUM_PROPERTIES
#  437|   };
#  438|-> static GParamSpec* rygel_searchable_container_properties[RYGEL_SEARCHABLE_CONTAINER_NUM_PROPERTIES];
#  439|   #define _rygel_search_expression_unref0(var) ((var == NULL) ? NULL : (var = (rygel_search_expression_unref (var), NULL)))
#  440|   

Error: COMPILER_WARNING (CWE-563): [#def766]
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-object-creator-test.p/object-creator/test.c:481:20: warning[-Wunused-variable]: ‘rygel_http_object_creator_test_properties’ defined but not used
#  481 | static GParamSpec* rygel_http_object_creator_test_properties[RYGEL_HTTP_OBJECT_CREATOR_TEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  479|   	RYGEL_HTTP_OBJECT_CREATOR_TEST_NUM_PROPERTIES
#  480|   };
#  481|-> static GParamSpec* rygel_http_object_creator_test_properties[RYGEL_HTTP_OBJECT_CREATOR_TEST_NUM_PROPERTIES];
#  482|   #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
#  483|   typedef enum  {

Error: COMPILER_WARNING (CWE-563): [#def767]
rygel-0.44.2/redhat-linux-build/tests/rygel-playbin-renderer-test.p/rygel-playbin-renderer-test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-playbin-renderer-test.p/rygel-playbin-renderer-test.c:65:20: warning[-Wunused-variable]: ‘rygel_playbin_renderer_test_properties’ defined but not used
#   65 | static GParamSpec* rygel_playbin_renderer_test_properties[RYGEL_PLAYBIN_RENDERER_TEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   63|   	RYGEL_PLAYBIN_RENDERER_TEST_NUM_PROPERTIES
#   64|   };
#   65|-> static GParamSpec* rygel_playbin_renderer_test_properties[RYGEL_PLAYBIN_RENDERER_TEST_NUM_PROPERTIES];
#   66|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#   67|   #define _vala_assert(expr, msg) if G_LIKELY (expr) ; else g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg);

Error: COMPILER_WARNING (CWE-563): [#def768]
rygel-0.44.2/redhat-linux-build/tests/rygel-plugin-loader-test.p/plugin-loader/rygel-plugin-loader-test.c:43:20: warning[-Wunused-variable]: ‘test_config_properties’ defined but not used
#   43 | static GParamSpec* test_config_properties[TEST_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~
#   41|   	TEST_CONFIG_NUM_PROPERTIES
#   42|   };
#   43|-> static GParamSpec* test_config_properties[TEST_CONFIG_NUM_PROPERTIES];
#   44|   #define _g_hash_table_unref0(var) ((var == NULL) ? NULL : (var = (g_hash_table_unref (var), NULL)))
#   45|   

Error: COMPILER_WARNING (CWE-563): [#def769]
rygel-0.44.2/redhat-linux-build/tests/rygel-plugin-loader-test.p/plugin-loader/rygel-plugin-loader-test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-plugin-loader-test.p/plugin-loader/rygel-plugin-loader-test.c:60:20: warning[-Wunused-variable]: ‘test_plugin_loader_properties’ defined but not used
#   60 | static GParamSpec* test_plugin_loader_properties[TEST_PLUGIN_LOADER_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   58|   	TEST_PLUGIN_LOADER_NUM_PROPERTIES
#   59|   };
#   60|-> static GParamSpec* test_plugin_loader_properties[TEST_PLUGIN_LOADER_NUM_PROPERTIES];
#   61|   #define _g_free0(var) (var = (g_free (var), NULL))
#   62|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def770]
rygel-0.44.2/redhat-linux-build/tests/rygel-searchable-container-test.p/searchable-container/test.c:78:20: warning[-Wunused-variable]: ‘relational_expression_properties’ defined but not used
#   78 | static GParamSpec* relational_expression_properties[RELATIONAL_EXPRESSION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   76|   	RELATIONAL_EXPRESSION_NUM_PROPERTIES
#   77|   };
#   78|-> static GParamSpec* relational_expression_properties[RELATIONAL_EXPRESSION_NUM_PROPERTIES];
#   79|   enum  {
#   80|   	SEARCH_EXPRESSION_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def771]
rygel-0.44.2/redhat-linux-build/tests/rygel-searchable-container-test.p/searchable-container/test.c:83:20: warning[-Wunused-variable]: ‘search_expression_properties’ defined but not used
#   83 | static GParamSpec* search_expression_properties[SEARCH_EXPRESSION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   81|   	SEARCH_EXPRESSION_NUM_PROPERTIES
#   82|   };
#   83|-> static GParamSpec* search_expression_properties[SEARCH_EXPRESSION_NUM_PROPERTIES];
#   84|   #define _g_free0(var) (var = (g_free (var), NULL))
#   85|   

Error: COMPILER_WARNING (CWE-563): [#def772]
rygel-0.44.2/redhat-linux-build/tests/rygel-searchable-container-test.p/searchable-container/test.c:100:20: warning[-Wunused-variable]: ‘media_object_properties’ defined but not used
#  100 | static GParamSpec* media_object_properties[MEDIA_OBJECT_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~
#   98|   	MEDIA_OBJECT_NUM_PROPERTIES
#   99|   };
#  100|-> static GParamSpec* media_object_properties[MEDIA_OBJECT_NUM_PROPERTIES];
#  101|   
#  102|   #define TYPE_MEDIA_CONTAINER (media_container_get_type ())

Error: COMPILER_WARNING (CWE-563): [#def773]
rygel-0.44.2/redhat-linux-build/tests/rygel-searchable-container-test.p/searchable-container/test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-searchable-container-test.p/searchable-container/test.c:165:20: warning[-Wunused-variable]: ‘media_objects_properties’ defined but not used
#  165 | static GParamSpec* media_objects_properties[MEDIA_OBJECTS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
#  163|   	MEDIA_OBJECTS_NUM_PROPERTIES
#  164|   };
#  165|-> static GParamSpec* media_objects_properties[MEDIA_OBJECTS_NUM_PROPERTIES];
#  166|   #define _vala_assert(expr, msg) if G_LIKELY (expr) ; else g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg);
#  167|   #define _vala_return_if_fail(expr, msg) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return; }

Error: COMPILER_WARNING (CWE-704): [#def774]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-configuration.c:220:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  218|   {
#  219|   	static volatile gsize rygel_configuration_error_type_id__once = 0;
#  220|-> 	if (g_once_init_enter (&rygel_configuration_error_type_id__once)) {
#  221|   		GType rygel_configuration_error_type_id;
#  222|   		rygel_configuration_error_type_id = rygel_configuration_error_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def775]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-configuration.c:241:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  239|   {
#  240|   	static volatile gsize rygel_configuration_entry_type_id__once = 0;
#  241|-> 	if (g_once_init_enter (&rygel_configuration_entry_type_id__once)) {
#  242|   		GType rygel_configuration_entry_type_id;
#  243|   		rygel_configuration_entry_type_id = rygel_configuration_entry_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def776]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-configuration.c:262:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  260|   {
#  261|   	static volatile gsize rygel_section_entry_type_id__once = 0;
#  262|-> 	if (g_once_init_enter (&rygel_section_entry_type_id__once)) {
#  263|   		GType rygel_section_entry_type_id;
#  264|   		rygel_section_entry_type_id = rygel_section_entry_get_type_once ();

Error: COMPILER_WARNING (CWE-563): [#def777]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:96:20: warning[-Wunused-variable]: ‘rygel_user_config_test_properties’ defined but not used
#   96 | static GParamSpec* rygel_user_config_test_properties[RYGEL_USER_CONFIG_TEST_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   94|   	RYGEL_USER_CONFIG_TEST_NUM_PROPERTIES
#   95|   };
#   96|-> static GParamSpec* rygel_user_config_test_properties[RYGEL_USER_CONFIG_TEST_NUM_PROPERTIES];
#   97|   #define _g_main_loop_unref0(var) ((var == NULL) ? NULL : (var = (g_main_loop_unref (var), NULL)))
#   98|   #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

Error: COMPILER_WARNING (CWE-563): [#def778]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:219:20: warning[-Wunused-variable]: ‘rygel_user_config_test_config_set_properties’ defined but not used
#  219 | static GParamSpec* rygel_user_config_test_config_set_properties[RYGEL_USER_CONFIG_TEST_CONFIG_SET_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  217|   	RYGEL_USER_CONFIG_TEST_CONFIG_SET_NUM_PROPERTIES
#  218|   };
#  219|-> static GParamSpec* rygel_user_config_test_config_set_properties[RYGEL_USER_CONFIG_TEST_CONFIG_SET_NUM_PROPERTIES];
#  220|   enum  {
#  221|   	RYGEL_USER_CONFIG_TEST_SECTION_MAP_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def779]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:224:20: warning[-Wunused-variable]: ‘rygel_user_config_test_section_map_properties’ defined but not used
#  224 | static GParamSpec* rygel_user_config_test_section_map_properties[RYGEL_USER_CONFIG_TEST_SECTION_MAP_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  222|   	RYGEL_USER_CONFIG_TEST_SECTION_MAP_NUM_PROPERTIES
#  223|   };
#  224|-> static GParamSpec* rygel_user_config_test_section_map_properties[RYGEL_USER_CONFIG_TEST_SECTION_MAP_NUM_PROPERTIES];
#  225|   enum  {
#  226|   	RYGEL_USER_CONFIG_TEST_SETTING_MAP_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def780]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:229:20: warning[-Wunused-variable]: ‘rygel_user_config_test_setting_map_properties’ defined but not used
#  229 | static GParamSpec* rygel_user_config_test_setting_map_properties[RYGEL_USER_CONFIG_TEST_SETTING_MAP_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  227|   	RYGEL_USER_CONFIG_TEST_SETTING_MAP_NUM_PROPERTIES
#  228|   };
#  229|-> static GParamSpec* rygel_user_config_test_setting_map_properties[RYGEL_USER_CONFIG_TEST_SETTING_MAP_NUM_PROPERTIES];
#  230|   enum  {
#  231|   	RYGEL_USER_CONFIG_TEST_SETTINGS_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def781]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:234:20: warning[-Wunused-variable]: ‘rygel_user_config_test_settings_properties’ defined but not used
#  234 | static GParamSpec* rygel_user_config_test_settings_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  232|   	RYGEL_USER_CONFIG_TEST_SETTINGS_NUM_PROPERTIES
#  233|   };
#  234|-> static GParamSpec* rygel_user_config_test_settings_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_NUM_PROPERTIES];
#  235|   typedef struct _RygelUserConfigTestSettingsActionPrivate RygelUserConfigTestSettingsActionPrivate;
#  236|   enum  {

Error: COMPILER_WARNING (CWE-563): [#def782]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:240:20: warning[-Wunused-variable]: ‘rygel_user_config_test_settings_action_properties’ defined but not used
#  240 | static GParamSpec* rygel_user_config_test_settings_action_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_ACTION_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  238|   	RYGEL_USER_CONFIG_TEST_SETTINGS_ACTION_NUM_PROPERTIES
#  239|   };
#  240|-> static GParamSpec* rygel_user_config_test_settings_action_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_ACTION_NUM_PROPERTIES];
#  241|   typedef struct _RygelUserConfigTestSettingsDoNothingPrivate RygelUserConfigTestSettingsDoNothingPrivate;
#  242|   enum  {

Error: COMPILER_WARNING (CWE-563): [#def783]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:246:20: warning[-Wunused-variable]: ‘rygel_user_config_test_settings_do_nothing_properties’ defined but not used
#  246 | static GParamSpec* rygel_user_config_test_settings_do_nothing_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_DO_NOTHING_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  244|   	RYGEL_USER_CONFIG_TEST_SETTINGS_DO_NOTHING_NUM_PROPERTIES
#  245|   };
#  246|-> static GParamSpec* rygel_user_config_test_settings_do_nothing_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_DO_NOTHING_NUM_PROPERTIES];
#  247|   typedef struct _RygelUserConfigTestSettingsReplacePrivate RygelUserConfigTestSettingsReplacePrivate;
#  248|   enum  {

Error: COMPILER_WARNING (CWE-563): [#def784]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:252:20: warning[-Wunused-variable]: ‘rygel_user_config_test_settings_replace_properties’ defined but not used
#  252 | static GParamSpec* rygel_user_config_test_settings_replace_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_REPLACE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  250|   	RYGEL_USER_CONFIG_TEST_SETTINGS_REPLACE_NUM_PROPERTIES
#  251|   };
#  252|-> static GParamSpec* rygel_user_config_test_settings_replace_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_REPLACE_NUM_PROPERTIES];
#  253|   typedef struct _RygelUserConfigTestSettingsRemovePrivate RygelUserConfigTestSettingsRemovePrivate;
#  254|   enum  {

Error: COMPILER_WARNING (CWE-563): [#def785]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:258:20: warning[-Wunused-variable]: ‘rygel_user_config_test_settings_remove_properties’ defined but not used
#  258 | static GParamSpec* rygel_user_config_test_settings_remove_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_REMOVE_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  256|   	RYGEL_USER_CONFIG_TEST_SETTINGS_REMOVE_NUM_PROPERTIES
#  257|   };
#  258|-> static GParamSpec* rygel_user_config_test_settings_remove_properties[RYGEL_USER_CONFIG_TEST_SETTINGS_REMOVE_NUM_PROPERTIES];
#  259|   enum  {
#  260|   	RYGEL_USER_CONFIG_TEST_WATCH_DATA_0_PROPERTY,

Error: COMPILER_WARNING (CWE-563): [#def786]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config-test.c:263:20: warning[-Wunused-variable]: ‘rygel_user_config_test_watch_data_properties’ defined but not used
#  263 | static GParamSpec* rygel_user_config_test_watch_data_properties[RYGEL_USER_CONFIG_TEST_WATCH_DATA_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  261|   	RYGEL_USER_CONFIG_TEST_WATCH_DATA_NUM_PROPERTIES
#  262|   };
#  263|-> static GParamSpec* rygel_user_config_test_watch_data_properties[RYGEL_USER_CONFIG_TEST_WATCH_DATA_NUM_PROPERTIES];
#  264|   typedef struct _RygelUserConfigTestConfigRemoverPrivate RygelUserConfigTestConfigRemoverPrivate;
#  265|   typedef struct _RygelUserConfigTestParamSpecConfigRemover RygelUserConfigTestParamSpecConfigRemover;

Error: COMPILER_WARNING (CWE-563): [#def787]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config.c: scope_hint: At top level
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config.c:106:20: warning[-Wunused-variable]: ‘rygel_user_config_properties’ defined but not used
#  106 | static GParamSpec* rygel_user_config_properties[RYGEL_USER_CONFIG_NUM_PROPERTIES];
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  104|   	RYGEL_USER_CONFIG_NUM_PROPERTIES
#  105|   };
#  106|-> static GParamSpec* rygel_user_config_properties[RYGEL_USER_CONFIG_NUM_PROPERTIES];
#  107|   
#  108|   #define RYGEL_USER_CONFIG_TYPE_CONFIG_PAIR (rygel_user_config_config_pair_get_type ())

Error: COMPILER_WARNING (CWE-704): [#def788]
rygel-0.44.2/redhat-linux-build/tests/rygel-user-config-test.p/rygel-user-config.c:561:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
#  559|   {
#  560|   	static volatile gsize rygel_entry_type_type_id__once = 0;
#  561|-> 	if (g_once_init_enter (&rygel_entry_type_type_id__once)) {
#  562|   		GType rygel_entry_type_type_id;
#  563|   		rygel_entry_type_type_id = rygel_entry_type_get_type_once ();

Error: COMPILER_WARNING (CWE-704): [#def789]
rygel-0.44.2/src/librygel-core/agent-matcher.vala: scope_hint: In function ‘rygel_agent_matcher_set_name’
rygel-0.44.2/src/librygel-core/agent-matcher.vala:6:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#    6 |     public string name{get; construct; }
#      |            ^
#    4|   internal class Rygel.AgentMatcher : Object {
#    5|       public Gee.ArrayList<string> agents { get; construct; }
#    6|->     public string name{get; construct; }
#    7|       public Regex agent_regex {get; private set; }
#    8|   

Error: COMPILER_WARNING (CWE-843): [#def790]
rygel-0.44.2/src/librygel-core/dlna150-hacks.vala: scope_hint: In function ‘rygel_dlna150_hacks_real_constructed’
rygel-0.44.2/src/librygel-core/dlna150-hacks.vala:24:30: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup4’ from incompatible pointer type
#   24 |             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
#      |                              |
#      |                              const gchar ** {aka const char **}
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/dlna150-hacks.c:69:27: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘const gchar **’ {aka ‘const char **’}
#   69 | _vala_array_dup4 (gchar** self,
#      |                   ~~~~~~~~^~~~
#   22|   
#   23|           if (Dlna150Hacks.agent_matcher == null) {
#   24|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   25|               var config = MetaConfig.get_default ();
#   26|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-843): [#def791]
rygel-0.44.2/src/librygel-core/dlna150-hacks.vala:24:104: warning[-Wincompatible-pointer-types]: passing argument 4 of ‘gee_array_list_new_wrap’ from incompatible pointer type
#   24 |             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#      |                                                                                                        ^~~   
#      |                                                                                                        |
#      |                                                                                                        gchar ** {aka char **}
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:12: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/dlna150-hacks.c:7: included_from: Included from here.
/usr/include/gee-0.8/gee.h:1668:50: note: expected ‘void **’ but argument is of type ‘gchar **’ {aka ‘char **’}
# 1668 |                                        gpointer* items,
#      |                                        ~~~~~~~~~~^~~~~
#   22|   
#   23|           if (Dlna150Hacks.agent_matcher == null) {
#   24|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   25|               var config = MetaConfig.get_default ();
#   26|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-843): [#def792]
rygel-0.44.2/src/librygel-core/dlna150-hacks.vala: scope_hint: In function ‘rygel_dlna150_hacks_apply_on_device’
rygel-0.44.2/src/librygel-core/dlna150-hacks.vala:39:38: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_file_load_contents’ from incompatible pointer type
#   39 |         file.load_contents (null, out contents, null);
#      |                                      ^~~~~~~
#      |                                      |
#      |                                      guint8 ** {aka unsigned char **}
/usr/include/glib-2.0/gio/gio.h:81: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-acl.h:14: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp.h:9: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:6: included_from: Included from here.
/usr/include/glib-2.0/gio/gfile.h:1284:71: note: expected ‘char **’ but argument is of type ‘guint8 **’ {aka ‘unsigned char **’}
# 1284 |                                               char                  **contents,
#      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
#   37|           var file = File.new_for_path (template_path);
#   38|           uint8[] contents;
#   39|->         file.load_contents (null, out contents, null);
#   40|           unowned string data = (string)contents;
#   41|           var patched_contents = data.replace ("-1.51", "-1.50");

Error: COMPILER_WARNING (CWE-477): [#def793]
rygel-0.44.2/src/librygel-core/rygel-base-configuration.vala: scope_hint: In function ‘rygel_base_configuration_rygel_configuration_interface_init’
rygel-0.44.2/src/librygel-core/rygel-base-configuration.vala:28:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   28 | public class Rygel.BaseConfiguration : Rygel.Configuration, Object {
#      |  ^~~~~
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-base-configuration.c:26: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   26|    * Mainly useful to only implement a small subset of the configuration.
#   27|    */
#   28|-> public class Rygel.BaseConfiguration : Rygel.Configuration, Object {
#   29|       public virtual string get_interface () throws GLib.Error {
#   30|           throw new ConfigurationError.NO_VALUE_SET (_("Not implemented"));

Error: COMPILER_WARNING (CWE-704): [#def794]
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-nslookup.vala: scope_hint: In function ‘rygel_basic_management_test_ns_lookup_set_host_name’
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-nslookup.vala:154:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  154 |     public string host_name { construct; private get; default = ""; }
#      |            ^
#  152|       }
#  153|   
#  154|->     public string host_name { construct; private get; default = ""; }
#  155|       public string? name_server { construct; private get; default = null; }
#  156|   

Error: COMPILER_WARNING (CWE-704): [#def795]
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-nslookup.vala: scope_hint: In function ‘rygel_basic_management_test_ns_lookup_set_name_server’
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-nslookup.vala:155:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  155 |     public string? name_server { construct; private get; default = null; }
#      |            ^
#  153|   
#  154|       public string host_name { construct; private get; default = ""; }
#  155|->     public string? name_server { construct; private get; default = null; }
#  156|   
#  157|       private uint _interval_time_out = DEFAULT_INTERVAL_TIMEOUT;

Error: COMPILER_WARNING (CWE-704): [#def796]
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-ping.vala: scope_hint: In function ‘rygel_basic_management_test_ping_set_host’
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-ping.vala:68:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   68 |     public string host { construct; get; default = ""; }
#      |            ^
#   66|       }
#   67|   
#   68|->     public string host { construct; get; default = ""; }
#   69|   
#   70|       private uint _repeat_count = DEFAULT_REPEAT_COUNT;

Error: COMPILER_WARNING (CWE-704): [#def797]
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-traceroute.vala: scope_hint: In function ‘rygel_basic_management_test_traceroute_set_host’
rygel-0.44.2/src/librygel-core/rygel-basic-management-test-traceroute.vala:71:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   71 |     public string host { construct; get; default = ""; }
#      |            ^
#   69|       }
#   70|   
#   71|->     public string host { construct; get; default = ""; }
#   72|   
#   73|       private uint32 _wait_time_out = DEFAULT_TIMEOUT;

Error: COMPILER_WARNING (CWE-477): [#def798]
rygel-0.44.2/src/librygel-core/rygel-cmdline-config.vala: scope_hint: In function ‘rygel_cmdline_config_rygel_configuration_interface_init’
rygel-0.44.2/src/librygel-core/rygel-cmdline-config.vala:38:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   38 | public class Rygel.CmdlineConfig : GLib.Object, Configuration {
#      |  ^~~~~
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   36|    * Manages configuration from Commandline arguments.
#   37|    */
#   38|-> public class Rygel.CmdlineConfig : GLib.Object, Configuration {
#   39|       private VariantDict options;
#   40|   

Error: COMPILER_WARNING (CWE-477): [#def799]
rygel-0.44.2/src/librygel-core/rygel-configuration.vala: scope_hint: In function ‘rygel_configuration_get_interface’
rygel-0.44.2/src/librygel-core/rygel-configuration.vala:76:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   76 |     public abstract string get_interface () throws GLib.Error;
#      |  ^ 
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   74|   
#   75|       [Version (deprecated=true, deprecated_since="0.19.2", replacement="get_interfaces")]
#   76|->     public abstract string get_interface () throws GLib.Error;
#   77|   
#   78|       [CCode (array_length=false, array_null_terminated = true)]

Error: COMPILER_WARNING (CWE-477): [#def800]
rygel-0.44.2/src/librygel-core/rygel-configuration.vala:76:3: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   76 |     public abstract string get_interface () throws GLib.Error;
#      |   ^ ~~~~
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   74|   
#   75|       [Version (deprecated=true, deprecated_since="0.19.2", replacement="get_interfaces")]
#   76|->     public abstract string get_interface () throws GLib.Error;
#   77|   
#   78|       [CCode (array_length=false, array_null_terminated = true)]

Error: COMPILER_WARNING (CWE-704): [#def801]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_get_friendly_name’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:165:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  165 |         var element = Rygel.XMLUtils.get_element ((Xml.Node *) this.doc.get_doc (),
#      |         ^
#  163|        */
#  164|       public string get_friendly_name () {
#  165|->         var element = Rygel.XMLUtils.get_element ((Xml.Node *) this.doc.get_doc (),
#  166|                                                     "root",
#  167|                                                     "device",

Error: COMPILER_WARNING (CWE-704): [#def802]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_get_udn’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:191:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  191 |         var element = Rygel.XMLUtils.get_element ((Xml.Node *) this.doc.get_doc (),
#      |         ^
#  189|        */
#  190|       public string? get_udn () {
#  191|->         var element = Rygel.XMLUtils.get_element ((Xml.Node *) this.doc.get_doc (),
#  192|                                                     "root",
#  193|                                                     "device",

Error: COMPILER_WARNING (CWE-704): [#def803]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_get_device_element’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:378:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  378 |         return Rygel.XMLUtils.get_element
#      |         ^
#  376|   
#  377|       private Xml.Node* get_device_element () {
#  378|->         return Rygel.XMLUtils.get_element
#  379|                                 ((Xml.Node *) this.doc.get_doc (),
#  380|                                  "root",

Error: COMPILER_WARNING (CWE-704): [#def804]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_apply_xpath’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:385:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  385 |         var context = new XPath.Context (this.doc.get_doc ());
#      |         ^
#  383|   
#  384|       private bool apply_xpath (string xpath, out Xml.XPath.Object *xpo) {
#  385|->         var context = new XPath.Context (this.doc.get_doc ());
#  386|           var result = context.eval_expression (xpath);
#  387|   

Error: COMPILER_WARNING (CWE-704): [#def805]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_add_service’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:402:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  402 |         var list = Rygel.XMLUtils.get_element
#      |         ^
#  400|   
#  401|       public void add_service (string device_name, ResourceInfo resource_info) {
#  402|->         var list = Rygel.XMLUtils.get_element
#  403|                                           ((Xml.Node *) this.doc.get_doc (),
#  404|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def806]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_add_icon’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:434:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  434 |         var list = Rygel.XMLUtils.get_element
#      |         ^
#  432|                             IconInfo icon_info,
#  433|                             string   url) {
#  434|->         var list = Rygel.XMLUtils.get_element
#  435|                                           ((Xml.Node *) this.doc.get_doc (),
#  436|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def807]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_save’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:491:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  491 |         doc.get_doc ().dump_memory_enc (out mem, out len, "UTF-8");
#      |         ^
#  489|           string mem = null;
#  490|           int len = -1;
#  491|->         doc.get_doc ().dump_memory_enc (out mem, out len, "UTF-8");
#  492|   
#  493|           if (unlikely (len <= 0)) {

Error: COMPILER_WARNING (CWE-704): [#def808]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_set_device_element’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:523:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  523 |         var xml_element = Rygel.XMLUtils.get_element
#      |         ^
#  521|                                             string? new_value,
#  522|                                             string? ns = null) {
#  523|->         var xml_element = Rygel.XMLUtils.get_element
#  524|                                           ((Xml.Node *) this.doc.get_doc (),
#  525|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def809]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:534:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  534 |         var device_element = Rygel.XMLUtils.get_element
#      |         ^
#  532|   
#  533|           // Element not found: create it
#  534|->         var device_element = Rygel.XMLUtils.get_element
#  535|                                   ((Xml.Node *) this.doc.get_doc (),
#  536|                                    "root",

Error: COMPILER_WARNING (CWE-704): [#def810]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:541:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  541 |             xml_ns = this.doc.get_doc ().search_ns(device_element, ns);
#      |           ^
#  539|           Xml.Ns *xml_ns = null;
#  540|           if (ns != null) {
#  541|->             xml_ns = this.doc.get_doc ().search_ns(device_element, ns);
#  542|           }
#  543|   

Error: COMPILER_WARNING (CWE-681): [#def811]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:541:44: warning[-Wpointer-sign]: pointer targets in passing argument 3 of ‘xmlSearchNs’ differ in signedness
#  541 |             xml_ns = this.doc.get_doc ().search_ns(device_element, ns);
#      |                                            ^~
#      |                                            |
#      |                                            const gchar * {aka const char *}
/usr/include/libxml2/libxml/parser.h:15: included_from: Included from here.
/usr/include/libxml2/libxml/tree.h:17: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-device-info.h:13: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-device-proxy.h:12: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-control-point.h:16: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-context-manager.h:16: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp.h:11: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-description-file.c:28: included_from: Included from here.
/usr/include/libxml2/libxml/tree.h:1026:57: note: expected ‘const xmlChar *’ {aka ‘const unsigned char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
# 1026 |                                          const xmlChar *nameSpace);
#      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
#  539|           Xml.Ns *xml_ns = null;
#  540|           if (ns != null) {
#  541|->             xml_ns = this.doc.get_doc ().search_ns(device_element, ns);
#  542|           }
#  543|   

Error: COMPILER_WARNING (CWE-704): [#def812]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:552:13: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  552 |                 sibling = Rygel.XMLUtils.get_element
#      |             ^
#  550|               Xml.Node* sibling = null;
#  551|               for (index--; index > 0; index--) {
#  552|->                 sibling = Rygel.XMLUtils.get_element
#  553|                                           ((Xml.Node *) this.doc.get_doc (),
#  554|                                            "root",

Error: COMPILER_WARNING (CWE-704): [#def813]
rygel-0.44.2/src/librygel-core/rygel-description-file.vala: scope_hint: In function ‘rygel_description_file_remove_device_element’
rygel-0.44.2/src/librygel-core/rygel-description-file.vala:582:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  582 |         var xml_element = Rygel.XMLUtils.get_element
#      |         ^
#  580|        */
#  581|       private void remove_device_element (string element) {
#  582|->         var xml_element = Rygel.XMLUtils.get_element
#  583|                                           ((Xml.Node *) this.doc.get_doc (),
#  584|                                            "root",

Error: COMPILER_WARNING (CWE-477): [#def814]
rygel-0.44.2/src/librygel-core/rygel-environment-config.vala: scope_hint: In function ‘rygel_environment_config_rygel_configuration_interface_init’
rygel-0.44.2/src/librygel-core/rygel-environment-config.vala:32:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   32 | public class Rygel.EnvironmentConfig : GLib.Object, Configuration {
#      |  ^~~~~
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-environment-config.c:30: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   30|    * Manages configuration from Environment.
#   31|    */
#   32|-> public class Rygel.EnvironmentConfig : GLib.Object, Configuration {
#   33|       private static string RYGEL_PREFIX = "RYGEL";
#   34|       private static string TITLE_KEY = "TITLE";

Error: COMPILER_WARNING (CWE-704): [#def815]
rygel-0.44.2/src/librygel-core/rygel-media-device.vala: scope_hint: In function ‘rygel_media_device_set_title’
rygel-0.44.2/src/librygel-core/rygel-media-device.vala:51:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   51 |     public string title { construct; protected get; }
#      |            ^
#   49|   
#   50|       public Rygel.Plugin plugin { construct set; protected get; }
#   51|->     public string title { construct; protected get; }
#   52|       public PluginCapabilities capabilities {
#   53|           construct;

Error: COMPILER_WARNING (CWE-477): [#def816]
rygel-0.44.2/src/librygel-core/rygel-meta-config.vala: scope_hint: In function ‘rygel_meta_config_rygel_configuration_interface_init’
rygel-0.44.2/src/librygel-core/rygel-meta-config.vala:37:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   37 | public class Rygel.MetaConfig : GLib.Object, Configuration {
#      |  ^~~~~
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   35|    * the first one. If none of them provides the value, it emits an error.
#   36|    */
#   37|-> public class Rygel.MetaConfig : GLib.Object, Configuration {
#   38|       // Our singleton
#   39|       private static MetaConfig meta_config;

Error: COMPILER_WARNING (CWE-477): [#def817]
rygel-0.44.2/src/librygel-core/rygel-meta-config.vala: scope_hint: In function ‘rygel_meta_config_real_get_interface’
rygel-0.44.2/src/librygel-core/rygel-meta-config.vala:98:5: warning[-Wdeprecated-declarations]: ‘rygel_configuration_get_interface’ is deprecated
#   98 |                 val = config.get_interface ();
#      |     ^      
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-meta-config.c:31: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:1027:20: note: declared here
# 1027 | VALA_EXTERN gchar* rygel_configuration_get_interface (RygelConfiguration* self,
#      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   96|           foreach (var config in MetaConfig.configs) {
#   97|               try {
#   98|->                 val = config.get_interface ();
#   99|                   unavailable = false;
#  100|                   break;

Error: COMPILER_WARNING (CWE-704): [#def818]
rygel-0.44.2/src/librygel-core/rygel-plugin-information.vala: scope_hint: In function ‘rygel_plugin_information_set_module_path’
rygel-0.44.2/src/librygel-core/rygel-plugin-information.vala:39:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   39 |     public string module_path { get; construct; }
#      |            ^
#   37|   public class Rygel.PluginInformation : Object {
#   38|       /// Full path to the loadable module file
#   39|->     public string module_path { get; construct; }
#   40|   
#   41|       /// Name of this module

Error: COMPILER_WARNING (CWE-704): [#def819]
rygel-0.44.2/src/librygel-core/rygel-plugin-information.vala: scope_hint: In function ‘rygel_plugin_information_set_name’
rygel-0.44.2/src/librygel-core/rygel-plugin-information.vala:42:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   42 |     public string name { get; construct; }
#      |            ^
#   40|   
#   41|       /// Name of this module
#   42|->     public string name { get; construct; }
#   43|   
#   44|       /// Name of other plugins this plugin conflicts with

Error: COMPILER_WARNING (CWE-704): [#def820]
rygel-0.44.2/src/librygel-core/rygel-plugin.vala: scope_hint: In function ‘rygel_plugin_set_name’
rygel-0.44.2/src/librygel-core/rygel-plugin.vala:107:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  107 |     public string name { get; construct; }
#      |            ^
#  105|       public PluginCapabilities capabilities { get; construct set; }
#  106|   
#  107|->     public string name { get; construct; }
#  108|       public string title { get; construct set; }
#  109|       public string description { get; construct; }

Error: COMPILER_WARNING (CWE-704): [#def821]
rygel-0.44.2/src/librygel-core/rygel-plugin.vala: scope_hint: In function ‘rygel_plugin_set_title’
rygel-0.44.2/src/librygel-core/rygel-plugin.vala:108:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  108 |     public string title { get; construct set; }
#      |            ^
#  106|   
#  107|       public string name { get; construct; }
#  108|->     public string title { get; construct set; }
#  109|       public string description { get; construct; }
#  110|   

Error: COMPILER_WARNING (CWE-704): [#def822]
rygel-0.44.2/src/librygel-core/rygel-plugin.vala: scope_hint: In function ‘rygel_plugin_set_description’
rygel-0.44.2/src/librygel-core/rygel-plugin.vala:109:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  109 |     public string description { get; construct; }
#      |            ^
#  107|       public string name { get; construct; }
#  108|       public string title { get; construct set; }
#  109|->     public string description { get; construct; }
#  110|   
#  111|       // Path to description document

Error: COMPILER_WARNING (CWE-704): [#def823]
rygel-0.44.2/src/librygel-core/rygel-plugin.vala: scope_hint: In function ‘rygel_plugin_set_desc_path’
rygel-0.44.2/src/librygel-core/rygel-plugin.vala:112:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  112 |     public string desc_path { get; construct; }
#      |            ^
#  110|   
#  111|       // Path to description document
#  112|->     public string desc_path { get; construct; }
#  113|   
#  114|       public bool active { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def824]
rygel-0.44.2/src/librygel-core/rygel-recursive-module-loader.vala: scope_hint: In function ‘rygel_recursive_module_loader_set_base_path’
rygel-0.44.2/src/librygel-core/rygel-recursive-module-loader.vala:41:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   41 |     public string base_path { construct set; get; }
#      |            ^
#   39|       private bool done;
#   40|   
#   41|->     public string base_path { construct set; get; }
#   42|   
#   43|       /**

Error: COMPILER_WARNING (CWE-477): [#def825]
rygel-0.44.2/src/librygel-core/rygel-user-config.vala: scope_hint: In function ‘rygel_user_config_rygel_configuration_interface_init’
rygel-0.44.2/src/librygel-core/rygel-user-config.vala:39:2: warning[-Wdeprecated-declarations]: ‘get_interface’ is deprecated
#   39 | public class Rygel.UserConfig : GLib.Object, Configuration {
#      |  ^~~~~
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-user-config.c:32: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:513:18: note: declared here
#  513 |         gchar* (*get_interface) (RygelConfiguration* self, GError** error) G_GNUC_DEPRECATED ;
#      |                  ^~~~~~~~~~~~~
#   37|    * Manages the user configuration for Rygel.
#   38|    */
#   39|-> public class Rygel.UserConfig : GLib.Object, Configuration {
#   40|       public const string GENERAL_SECTION = "general";
#   41|       public const string CONFIG_FILE = "rygel.conf";

Error: COMPILER_WARNING (CWE-843): [#def826]
rygel-0.44.2/src/librygel-core/rygel-user-config.vala: scope_hint: In function ‘rygel_user_config_real_get_interfaces’
rygel-0.44.2/src/librygel-core/rygel-user-config.vala:152:13: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘void **’
#  152 |         var interfaces = this.get_string_list (GENERAL_SECTION,
#      |             ^
#  150|       [CCode (array_length=false, array_null_terminated = true)]
#  151|       public string[] get_interfaces () throws GLib.Error {
#  152|->         var interfaces = this.get_string_list (GENERAL_SECTION,
#  153|                                                  IFACE_KEY).to_array ();
#  154|           // to_array () is not null-terminated

Error: COMPILER_WARNING (CWE-843): [#def827]
rygel-0.44.2/src/librygel-core/rygel-v1-hacks.vala: scope_hint: In function ‘rygel_v1_hacks_real_constructed’
rygel-0.44.2/src/librygel-core/rygel-v1-hacks.vala:75:30: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type
#   75 |             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#      |                              ^~~~~~~~~~~~~~~~~~~~~
#      |                              |
#      |                              const gchar ** {aka const char **}
rygel-v1-hacks.c:146:27: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘const gchar **’ {aka ‘const char **’}
#   73|   
#   74|           if (V1Hacks.agent_matcher == null) {
#   75|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   76|               var config = MetaConfig.get_default ();
#   77|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-843): [#def828]
rygel-0.44.2/src/librygel-core/rygel-v1-hacks.vala:75:104: warning[-Wincompatible-pointer-types]: passing argument 4 of ‘gee_array_list_new_wrap’ from incompatible pointer type
#   75 |             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#      |                                                                                                        ^~~   
#      |                                                                                                        |
#      |                                                                                                        gchar ** {aka char **}
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:12: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/librygel-core-2.8.so.0.44.2.p/rygel-v1-hacks.c:28: included_from: Included from here.
/usr/include/gee-0.8/gee.h:1668:50: note: expected ‘void **’ but argument is of type ‘gchar **’ {aka ‘char **’}
# 1668 |                                        gpointer* items,
#      |                                        ~~~~~~~~~~^~~~~
#   73|   
#   74|           if (V1Hacks.agent_matcher == null) {
#   75|->             var defaults = new Gee.ArrayList<string>.wrap (AGENTS, (Gee.EqualDataFunc<string>?)str_equal);
#   76|               var config = MetaConfig.get_default ();
#   77|               var agents = config.get_string_list_with_default ("general", "force-downgrade-for", defaults);

Error: COMPILER_WARNING (CWE-681): [#def829]
rygel-0.44.2/src/librygel-core/rygel-xml-utils.vala: scope_hint: In function ‘rygel_xml_utils_get_namespace’
rygel-0.44.2/src/librygel-core/rygel-xml-utils.vala:40:10: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   40 |             if (ns->prefix == prefix) {
#      |          ^
#   38|           ns = root->ns_def;
#   39|           while (ns != null) {
#   40|->             if (ns->prefix == prefix) {
#   41|                   return ns;
#   42|               }

Error: COMPILER_WARNING (CWE-681): [#def830]
rygel-0.44.2/src/librygel-core/rygel-xml-utils.vala: scope_hint: In function ‘rygel_xml_utils_get_element’
rygel-0.44.2/src/librygel-core/rygel-xml-utils.vala:61:13: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   61 |                 if (arg == ret->name)
#      |             ^
#   59|   
#   60|               for (ret = ret->children; ret != null; ret = ret->next)
#   61|->                 if (arg == ret->name)
#   62|                       break;
#   63|   

Error: COMPILER_WARNING (CWE-704): [#def831]
rygel-0.44.2/src/librygel-db/database.vala: scope_hint: In function ‘rygel_database_database_set_name’
rygel-0.44.2/src/librygel-db/database.vala:74:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   74 |     public string name { private get; construct set; }
#      |            ^
#   72|   public class Rygel.Database.Database : Object, Initable {
#   73|   
#   74|->     public string name { private get; construct set; }
#   75|       public Flavor flavor { private get; construct set; default = Flavor.CACHE; }
#   76|       public Flags  flags {

Error: COMPILER_WARNING: [#def832]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala: scope_hint: In function ‘rygel_playbin_player_real_seek’
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala:412:11: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  412 |         debug ("Seeking %lld usec, play speed %s", time, this._new_playback_speed);
#      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~
#      |                                                                              |
#      |                                                                              gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  410|   
#  411|       public bool seek (int64 time) {
#  412|->         debug ("Seeking %lld usec, play speed %s", time, this._new_playback_speed);
#  413|   
#  414|           // Playbin doesn't return false when seeking beyond the end of the

Error: COMPILER_WARNING: [#def833]
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala: scope_hint: In function ‘rygel_playbin_player_real_seek_bytes’
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala:424:11: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  424 |         debug ("Seeking %lld bytes, play speed %s", bytes, this._new_playback_speed);
#      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~
#      |                                                                               |
#      |                                                                               gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  422|   
#  423|       public bool seek_bytes (int64 bytes) {
#  424|->         debug ("Seeking %lld bytes, play speed %s", bytes, this._new_playback_speed);
#  425|   
#  426|           int64 size = this.size;

Error: COMPILER_WARNING (CWE-843): [#def834]
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala: scope_hint: In function ‘rygel_playbin_player_real_get_protocols’
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala:435:29: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup1’ from incompatible pointer type
#  435 |         return protocols;
#      |                             ^                             
#      |                             |
#      |                             const gchar ** {aka const char **}
rygel-playbin-player.c:492:27: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘const gchar **’ {aka ‘const char **’}
#  433|   
#  434|       public string[] get_protocols () {
#  435|->         return protocols;
#  436|       }
#  437|   

Error: COMPILER_WARNING (CWE-843): [#def835]
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala: scope_hint: In function ‘rygel_playbin_player_real_get_mime_types’
rygel-0.44.2/src/librygel-renderer-gst/rygel-playbin-player.vala:439:29: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type
#  439 |         return mime_types;
#      |                             ^                              
#      |                             |
#      |                             const gchar ** {aka const char **}
rygel-playbin-player.c:555:27: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘const gchar **’ {aka ‘const char **’}
#  437|   
#  438|       public string[] get_mime_types () {
#  439|->         return mime_types;
#  440|       }
#  441|   

Error: COMPILER_WARNING: [#def836]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-acl.h:12: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp.h:9: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-renderer/librygel-renderer-2.8.so.0.44.2.p/rygel-av-transport.c:32: included_from: Included from here.
rygel-0.44.2/src/librygel-renderer/rygel-av-transport.vala: scope_hint: In function ‘rygel_av_transport_seek_cb’
rygel-0.44.2/src/librygel-renderer/rygel-av-transport.vala:526:14: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’
#  526 |             debug ("Seeking to %lld sec", seek_target / TimeSpan.SECOND);
#      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  524|           case "REL_TIME":
#  525|               var seek_target = TimeUtils.time_from_string (target);
#  526|->             debug ("Seeking to %lld sec", seek_target / TimeSpan.SECOND);
#  527|   
#  528|               if (!this.player.can_seek) {

Error: COMPILER_WARNING: [#def837]
rygel-0.44.2/src/librygel-renderer/rygel-av-transport.vala:551:14: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  551 |             debug ("Seeking to %lld bytes.", seek_target);
#      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     
#      |                                                                     |
#      |                                                                     gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  549|                   seek_target += this.player.byte_position;
#  550|               }
#  551|->             debug ("Seeking to %lld bytes.", seek_target);
#  552|   
#  553|               if (!this.player.can_seek_bytes) {

Error: COMPILER_WARNING (CWE-704): [#def838]
rygel-0.44.2/src/librygel-renderer/rygel-av-transport.vala: scope_hint: In function ‘rygel_av_transport_handle_playlist_co’
rygel-0.44.2/src/librygel-renderer/rygel-av-transport.vala:799:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  799 |             unowned string xml_string = (string) body.get_data();
#      |                   ^
#  797|               }
#  798|           } else {
#  799|->             unowned string xml_string = (string) body.get_data();
#  800|               collection = new MediaCollection.from_string (xml_string);
#  801|               if (collection.get_items ().length () == 0) {

Error: COMPILER_WARNING (CWE-704): [#def839]
rygel-0.44.2/src/librygel-renderer/rygel-default-player-controller.vala: scope_hint: In function ‘rygel_default_player_controller_set_protocol_info’
rygel-0.44.2/src/librygel-renderer/rygel-default-player-controller.vala:52:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   52 |     public string protocol_info { construct; private get; }
#      |            ^
#   50|       /* private (construction) properties */
#   51|       public MediaPlayer player { construct; private get; }
#   52|->     public string protocol_info { construct; private get; }
#   53|   
#   54|       /* public properties */

Error: COMPILER_WARNING: [#def840]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala: scope_hint: In function ‘rygel_time_utils_time_from_string’
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:46:18: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 3 has type ‘guint64 *’ {aka ‘long unsigned int *’}
#   46 |         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~ 
#      |                                            |
#      |                                            guint64 * {aka long unsigned int *}
#   44|           }
#   45|   
#   46|->         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#   47|                           out hours,
#   48|                           out minutes,

Error: COMPILER_WARNING: [#def841]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:46:18: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 4 has type ‘guint64 *’ {aka ‘long unsigned int *’}
#   46 |         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~                  
#      |                                                     |
#      |                                                     guint64 * {aka long unsigned int *}
#   44|           }
#   45|   
#   46|->         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#   47|                           out hours,
#   48|                           out minutes,

Error: COMPILER_WARNING: [#def842]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:46:18: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 5 has type ‘guint64 *’ {aka ‘long unsigned int *’}
#   46 |         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~                           
#      |                                                              |
#      |                                                              guint64 * {aka long unsigned int *}
#   44|           }
#   45|   
#   46|->         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#   47|                           out hours,
#   48|                           out minutes,

Error: COMPILER_WARNING: [#def843]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:46:18: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 6 has type ‘guint64 *’ {aka ‘long unsigned int *’}
#   46 |         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#      |                  ^~~~~~~~~~~~~~~~~~~~~~~~                                    
#      |                                                                       |
#      |                                                                       guint64 * {aka long unsigned int *}
#   44|           }
#   45|   
#   46|->         time_str.scanf ("%llu:%2llu:%2llu.%3llu",
#   47|                           out hours,
#   48|                           out minutes,

Error: COMPILER_WARNING: [#def844]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala: scope_hint: In function ‘rygel_time_utils_time_to_string’
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:73:28: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘guint64’ {aka ‘long unsigned int’}
#   73 |         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~          ~~~~~
#      |                                                                   |
#      |                                                                   guint64 {aka long unsigned int}
#   71|           msecs = (time - totsecs) / TimeSpan.MILLISECOND;
#   72|   
#   73|->         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#   74|                                                        seconds, msecs);
#   75|       }

Error: COMPILER_WARNING: [#def845]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:73:28: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘guint64’ {aka ‘long unsigned int’}
#   73 |         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 ~      
#      |                                                                          |
#      |                                                                          guint64 {aka long unsigned int}
#   71|           msecs = (time - totsecs) / TimeSpan.MILLISECOND;
#   72|   
#   73|->         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#   74|                                                        seconds, msecs);
#   75|       }

Error: COMPILER_WARNING: [#def846]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:73:28: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘guint64’ {aka ‘long unsigned int’}
#   73 |         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                 
#      |                                                                                   |
#      |                                                                                   guint64 {aka long unsigned int}
#   71|           msecs = (time - totsecs) / TimeSpan.MILLISECOND;
#   72|   
#   73|->         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#   74|                                                        seconds, msecs);
#   75|       }

Error: COMPILER_WARNING: [#def847]
rygel-0.44.2/src/librygel-renderer/rygel-time-utils.vala:73:28: warning[-Wformat=]: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘guint64’ {aka ‘long unsigned int’}
#   73 |         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
#      |                                                                                            |
#      |                                                                                            guint64 {aka long unsigned int}
#   71|           msecs = (time - totsecs) / TimeSpan.MILLISECOND;
#   72|   
#   73|->         return "%s%llu:%.2llu:%.2llu.%.3llu".printf (sign, hours, minutes,
#   74|                                                        seconds, msecs);
#   75|       }

Error: COMPILER_WARNING (CWE-681): [#def848]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-icon-elem.vala: scope_hint: In function ‘icon_elem_construct’
rygel-0.44.2/src/librygel-ruih/rygel-ruih-icon-elem.vala:48:11: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   48 |             string node_name = child_node->name;
#      |           ^
#   46|                   continue;
#   47|               }
#   48|->             string node_name = child_node->name;
#   49|               switch (node_name) {
#   50|               case MIMETYPE:

Error: COMPILER_WARNING (CWE-681): [#def849]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-protocol-elem.vala: scope_hint: In function ‘protocol_elem_construct’
rygel-0.44.2/src/librygel-ruih/rygel-ruih-protocol-elem.vala:36:12: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   36 |             var attr_name = prop->name;
#      |            ^
#   34|   
#   35|           for (var prop = node->properties; prop != null; prop = prop->next) {
#   36|->             var attr_name = prop->name;
#   37|               switch (attr_name) {
#   38|               case SHORT_NAME:

Error: COMPILER_WARNING (CWE-681): [#def850]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-protocol-elem.vala:39:16: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   39 |                 this.short_name = prop->children->content;
#      |                ^
#   37|               switch (attr_name) {
#   38|               case SHORT_NAME:
#   39|->                 this.short_name = prop->children->content;
#   40|                   break;
#   41|               default:

Error: COMPILER_WARNING (CWE-681): [#def851]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-protocol-elem.vala:54:12: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   54 |             var node_name = child_node->name;
#      |            ^
#   52|               }
#   53|   
#   54|->             var node_name = child_node->name;
#   55|               switch (node_name) {
#   56|               case URI:

Error: COMPILER_WARNING (CWE-681): [#def852]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala: scope_hint: In function ‘rygel_ruih_service_manager_set_ui_list’
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:134:11: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  134 |         if (ui_list_node != null && ui_list_node->name == UILIST) {
#      |           ^
#  132|   
#  133|           var ui_list_node = doc->get_root_element ();
#  134|->         if (ui_list_node != null && ui_list_node->name == UILIST) {
#  135|               foreach (var node in new XMLUtils.ChildIterator (ui_list_node)) {
#  136|                   if (node->name == UI) {

Error: COMPILER_WARNING (CWE-681): [#def853]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:136:13: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  136 |                 if (node->name == UI) {
#      |             ^
#  134|           if (ui_list_node != null && ui_list_node->name == UILIST) {
#  135|               foreach (var node in new XMLUtils.ChildIterator (ui_list_node)) {
#  136|->                 if (node->name == UI) {
#  137|                       this.ui_list.add (new UIElem (node));
#  138|                   }

Error: COMPILER_WARNING (CWE-681): [#def854]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala: scope_hint: In function ‘rygel_ruih_service_manager_convert_device_profile_to_filter’
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:202:10: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  202 |         if (node == null || node->name != DEVICEPROFILE) {
#      |          ^
#  200|                                           (Xml.Node *node,
#  201|                                            Gee.List<FilterEntry> filter_entries) {
#  202|->         if (node == null || node->name != DEVICEPROFILE) {
#  203|               return;
#  204|           }

Error: COMPILER_WARNING (CWE-681): [#def855]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:212:12: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  212 |             if (child_node->name == PROTOCOL) {
#      |            ^
#  210|               }
#  211|   
#  212|->             if (child_node->name == PROTOCOL) {
#  213|                   // Get shortName attribute
#  214|                   for (var prop = child_node->properties;

Error: COMPILER_WARNING (CWE-681): [#def856]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:217:16: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  217 |                     if (prop->name == SHORT_NAME &&
#      |                ^
#  215|                        prop != null;
#  216|                        prop = prop->next) {
#  217|->                     if (prop->name == SHORT_NAME &&
#  218|                           prop->children->content != null) {
#  219|                           var entry = new FilterEntry (SHORT_NAME,

Error: COMPILER_WARNING (CWE-681): [#def857]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:218:17: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  218 |                         prop->children->content != null) {
#      |                 ^
#  216|                        prop = prop->next) {
#  217|                       if (prop->name == SHORT_NAME &&
#  218|->                         prop->children->content != null) {
#  219|                           var entry = new FilterEntry (SHORT_NAME,
#  220|                                                        prop->children->content);

Error: COMPILER_WARNING (CWE-681): [#def858]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:219:17: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  219 |                         var entry = new FilterEntry (SHORT_NAME,
#      |                 ^
#  217|                       if (prop->name == SHORT_NAME &&
#  218|                           prop->children->content != null) {
#  219|->                         var entry = new FilterEntry (SHORT_NAME,
#  220|                                                        prop->children->content);
#  221|                           filter_entries.add (entry);

Error: COMPILER_WARNING (CWE-681): [#def859]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:226:12: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  226 |             if (child_node->name == PROTOCOL_INFO &&
#      |            ^
#  224|               }
#  225|   
#  226|->             if (child_node->name == PROTOCOL_INFO &&
#  227|                   child_node->content != null) {
#  228|                   var entry = new FilterEntry (PROTOCOL_INFO,

Error: COMPILER_WARNING (CWE-681): [#def860]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:227:13: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  227 |                 child_node->content != null) {
#      |             ^
#  225|   
#  226|               if (child_node->name == PROTOCOL_INFO &&
#  227|->                 child_node->content != null) {
#  228|                   var entry = new FilterEntry (PROTOCOL_INFO,
#  229|                                                child_node->content);

Error: COMPILER_WARNING (CWE-681): [#def861]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-servicemanager.vala:228:13: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  228 |                 var entry = new FilterEntry (PROTOCOL_INFO,
#      |             ^
#  226|               if (child_node->name == PROTOCOL_INFO &&
#  227|                   child_node->content != null) {
#  228|->                 var entry = new FilterEntry (PROTOCOL_INFO,
#  229|                                                child_node->content);
#  230|                   filter_entries.add (entry);

Error: COMPILER_WARNING (CWE-681): [#def862]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-ui-elem.vala: scope_hint: In function ‘ui_elem_construct’
rygel-0.44.2/src/librygel-ruih/rygel-ruih-ui-elem.vala:49:12: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   49 |             var node_name = child_node->name;
#      |            ^
#   47|               }
#   48|   
#   49|->             var node_name = child_node->name;
#   50|               switch (node_name) {
#   51|               case UIID:

Error: COMPILER_WARNING (CWE-681): [#def863]
rygel-0.44.2/src/librygel-ruih/rygel-ruih-ui-elem.vala:63:17: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   63 |                     if (icon_node->name == ICON) {
#      |                 ^
#   61|                   var it = new Rygel.XMLUtils.ChildIterator (child_node);
#   62|                   foreach (var icon_node in it) {
#   63|->                     if (icon_node->name == ICON) {
#   64|                           this.icons.add (new IconElem (icon_node));
#   65|                       }

Error: COMPILER_WARNING (CWE-704): [#def864]
rygel-0.44.2/src/librygel-server/rygel-audio-item.vala: scope_hint: In function ‘rygel_audio_item_set_album’
rygel-0.44.2/src/librygel-server/rygel-audio-item.vala:66:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   66 |     public string album { get; set; }
#      |            ^
#   64|       public int channels { get; set; default = -1; }
#   65|   
#   66|->     public string album { get; set; }
#   67|   
#   68|       public AudioItem (string         id,

Error: COMPILER_WARNING: [#def865]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-data-sink.c:28: included_from: Included from here.
rygel-0.44.2/src/librygel-server/rygel-data-sink.vala: scope_hint: In function ‘rygel_data_sink_get_max_bytes’
rygel-0.44.2/src/librygel-server/rygel-data-sink.vala:99:11: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#   99 |         debug ("Setting max_bytes to %lld", request.range_length);
#      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~    
#      |                                                                 |
#      |                                                                 gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   97|               return int64.MAX;
#   98|           }
#   99|->         debug ("Setting max_bytes to %lld", request.range_length);
#  100|   
#  101|           return request.range_length;

Error: COMPILER_WARNING (CWE-843): [#def866]
rygel-0.44.2/src/librygel-server/rygel-dbus-thumbnailer.vala: scope_hint: In function ‘rygel_dbus_thumbnailer_on_timeout’
rygel-0.44.2/src/librygel-server/rygel-dbus-thumbnailer.vala:95:9: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘void **’
#   95 |         this.tumbler.Queue.begin (this.uris.to_array (),
#      |         ^
#   93|                  this.uris.size);
#   94|   
#   95|->         this.tumbler.Queue.begin (this.uris.to_array (),
#   96|                                     this.mimes.to_array (),
#   97|                                     this.flavor,

Error: COMPILER_WARNING (CWE-843): [#def867]
rygel-0.44.2/src/librygel-server/rygel-dbus-thumbnailer.vala:95:10: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘void **’
#   95 |         this.tumbler.Queue.begin (this.uris.to_array (),
#      |          ^
#   93|                  this.uris.size);
#   94|   
#   95|->         this.tumbler.Queue.begin (this.uris.to_array (),
#   96|                                     this.mimes.to_array (),
#   97|                                     this.flavor,

Error: COMPILER_WARNING: [#def868]
rygel-0.44.2/src/librygel-server/rygel-dtcp-cleartext-response.vala: scope_hint: In function ‘rygel_dtcp_cleartext_response_real_to_string’
rygel-0.44.2/src/librygel-server/rygel-dtcp-cleartext-response.vala:93:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘gint64’ {aka ‘long int’}
#   93 |         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   
#      |                                                                                         |
#      |                                                                                         gint64 {aka long int}
#   91|   
#   92|       public override string to_string () {
#   93|->         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#   94|                   .printf (this.start_byte,
#   95|                            this.end_byte,

Error: COMPILER_WARNING: [#def869]
rygel-0.44.2/src/librygel-server/rygel-dtcp-cleartext-response.vala:93:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘gint64’ {aka ‘long int’}
#   93 |         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
#      |                                                                                                 |
#      |                                                                                                 gint64 {aka long int}
#   91|   
#   92|       public override string to_string () {
#   93|->         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#   94|                   .printf (this.start_byte,
#   95|                            this.end_byte,

Error: COMPILER_WARNING: [#def870]
rygel-0.44.2/src/librygel-server/rygel-dtcp-cleartext-response.vala:93:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#   93 |         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
#      |                                                                                                         |
#      |                                                                                                         gint64 {aka long int}
#   91|   
#   92|       public override string to_string () {
#   93|->         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#   94|                   .printf (this.start_byte,
#   95|                            this.end_byte,

Error: COMPILER_WARNING: [#def871]
rygel-0.44.2/src/librygel-server/rygel-dtcp-cleartext-response.vala:93:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#   93 |         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                           
#      |                                                                                                                 |
#      |                                                                                                                 gint64 {aka long int}
#   91|   
#   92|       public override string to_string () {
#   93|->         return ("DTCPCleartextResponse(bytes=%lld-%lld/%lld, enc_len=%lld)"
#   94|                   .printf (this.start_byte,
#   95|                            this.end_byte,

Error: COMPILER_WARNING: [#def872]
rygel-0.44.2/src/librygel-server/rygel-http-byte-seek-response.vala: scope_hint: In function ‘rygel_http_byte_seek_response_real_to_string’
rygel-0.44.2/src/librygel-server/rygel-http-byte-seek-response.vala:80:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘gint64’ {aka ‘long int’}
#   80 |         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   
#      |                                                                                       |
#      |                                                                                       gint64 {aka long int}
#   78|   
#   79|       public override string to_string () {
#   80|->         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#   81|                   .printf (this.start_byte,
#   82|                            this.end_byte,

Error: COMPILER_WARNING: [#def873]
rygel-0.44.2/src/librygel-server/rygel-http-byte-seek-response.vala:80:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘gint64’ {aka ‘long int’}
#   80 |         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
#      |                                                                                               |
#      |                                                                                               gint64 {aka long int}
#   78|   
#   79|       public override string to_string () {
#   80|->         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#   81|                   .printf (this.start_byte,
#   82|                            this.end_byte,

Error: COMPILER_WARNING: [#def874]
rygel-0.44.2/src/librygel-server/rygel-http-byte-seek-response.vala:80:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#   80 |         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
#      |                                                                                                       |
#      |                                                                                                       gint64 {aka long int}
#   78|   
#   79|       public override string to_string () {
#   80|->         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#   81|                   .printf (this.start_byte,
#   82|                            this.end_byte,

Error: COMPILER_WARNING: [#def875]
rygel-0.44.2/src/librygel-server/rygel-http-byte-seek-response.vala:80:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#   80 |         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                           
#      |                                                                                                               |
#      |                                                                                                               gint64 {aka long int}
#   78|   
#   79|       public override string to_string () {
#   80|->         return ("HTTPByteSeekResponse(bytes=%lld-%lld/%lld (%lld bytes))"
#   81|                   .printf (this.start_byte,
#   82|                            this.end_byte,

Error: COMPILER_WARNING: [#def876]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/rygel-server.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-http-get.c:34: included_from: Included from here.
rygel-0.44.2/src/librygel-server/rygel-http-get.vala: scope_hint: In function ‘rygel_http_get_handle_item_request_co’
rygel-0.44.2/src/librygel-server/rygel-http-get.vala:201:13: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  201 |                 debug ("Processing DTCP cleartext byte range request (bytes %lld to %lld)",
#      |             ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  202 |                        cleartext_seek.start_byte, cleartext_seek.end_byte);
#      |                         ~~~~~~~~~~~~~~~
#      |                               |
#      |                               gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  199|                   var cleartext_seek = new DTCPCleartextRequest (this.msg,
#  200|                           this.handler);
#  201|->                 debug ("Processing DTCP cleartext byte range request (bytes %lld to %lld)",
#  202|                          cleartext_seek.start_byte, cleartext_seek.end_byte);
#  203|                   this.seek = cleartext_seek;

Error: COMPILER_WARNING: [#def877]
rygel-0.44.2/src/librygel-server/rygel-http-get.vala:201:13: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  201 |                 debug ("Processing DTCP cleartext byte range request (bytes %lld to %lld)",
#      |             ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  202 |                        cleartext_seek.start_byte, cleartext_seek.end_byte);
#      |                                          ~~~~~~~~~~~~~~~
#      |                                                |
#      |                                                gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  199|                   var cleartext_seek = new DTCPCleartextRequest (this.msg,
#  200|                           this.handler);
#  201|->                 debug ("Processing DTCP cleartext byte range request (bytes %lld to %lld)",
#  202|                          cleartext_seek.start_byte, cleartext_seek.end_byte);
#  203|                   this.seek = cleartext_seek;

Error: COMPILER_WARNING: [#def878]
rygel-0.44.2/src/librygel-server/rygel-http-get.vala:206:14: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  206 |                 debug ("Processing byte range request (bytes %lld to %lld)",
#      |              ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         
#  207 |                        byte_seek.start_byte, byte_seek.end_byte);
#      |                        ~
#      |                |
#      |                gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  204|               } else if (supports_byte_seek && requested_byte_seek) {
#  205|                   var byte_seek = new HTTPByteSeekRequest (this.msg, this.handler);
#  206|->                 debug ("Processing byte range request (bytes %lld to %lld)",
#  207|                          byte_seek.start_byte, byte_seek.end_byte);
#  208|                   this.seek = byte_seek;

Error: COMPILER_WARNING: [#def879]
rygel-0.44.2/src/librygel-server/rygel-http-get.vala:206:14: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  206 |                 debug ("Processing byte range request (bytes %lld to %lld)",
#      |              ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         
#  207 |                        byte_seek.start_byte, byte_seek.end_byte);
#      |                           ~~~~~~~~~~~~~~~
#      |                                 |
#      |                                 gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  204|               } else if (supports_byte_seek && requested_byte_seek) {
#  205|                   var byte_seek = new HTTPByteSeekRequest (this.msg, this.handler);
#  206|->                 debug ("Processing byte range request (bytes %lld to %lld)",
#  207|                          byte_seek.start_byte, byte_seek.end_byte);
#  208|                   this.seek = byte_seek;

Error: COMPILER_WARNING (CWE-704): [#def880]
rygel-0.44.2/src/librygel-server/rygel-http-item-uri.vala: scope_hint: In function ‘rygel_http_item_uri_set_item_id’
rygel-0.44.2/src/librygel-server/rygel-http-item-uri.vala:29:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   29 |     public string item_id { get; set; }
#      |            ^
#   27|   
#   28|   public class Rygel.HTTPItemURI : Object {
#   29|->     public string item_id { get; set; }
#   30|       public int thumbnail_index { get; set; default = -1; }
#   31|       public int subtitle_index { get; set; default = -1; }

Error: COMPILER_WARNING (CWE-704): [#def881]
rygel-0.44.2/src/librygel-server/rygel-http-item-uri.vala: scope_hint: In function ‘rygel_http_item_uri_set_resource_name’
rygel-0.44.2/src/librygel-server/rygel-http-item-uri.vala:32:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   32 |     public string? resource_name { get; set; default = null; }
#      |            ^
#   30|       public int thumbnail_index { get; set; default = -1; }
#   31|       public int subtitle_index { get; set; default = -1; }
#   32|->     public string? resource_name { get; set; default = null; }
#   33|       public unowned HTTPServer http_server { get; set; }
#   34|   

Error: COMPILER_WARNING (CWE-704): [#def882]
rygel-0.44.2/src/librygel-server/rygel-http-post.vala: scope_hint: In function ‘rygel_http_post_on_got_chunk’
rygel-0.44.2/src/librygel-server/rygel-http-post.vala:207:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  207 |             var data = chunk.get_data ();
#      |          ^
#  205|       private void on_got_chunk (ServerMessage msg, Bytes chunk) {
#  206|           try {
#  207|->             var data = chunk.get_data ();
#  208|               this.stream.write_all (data, null, this.cancellable);
#  209|           } catch (Error error) {

Error: COMPILER_WARNING (CWE-704): [#def883]
rygel-0.44.2/src/librygel-server/rygel-http-server.vala: scope_hint: In function ‘rygel_http_server_set_path_root’
rygel-0.44.2/src/librygel-server/rygel-http-server.vala:33:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   33 |     public string path_root { get; private set; }
#      |            ^
#   31|   
#   32|   public class Rygel.HTTPServer : GLib.Object, Rygel.StateMachine {
#   33|->     public string path_root { get; private set; }
#   34|       public string server_name { get; set; }
#   35|   

Error: COMPILER_WARNING (CWE-704): [#def884]
rygel-0.44.2/src/librygel-server/rygel-http-server.vala: scope_hint: In function ‘rygel_http_server_set_server_name’
rygel-0.44.2/src/librygel-server/rygel-http-server.vala:34:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   34 |     public string server_name { get; set; }
#      |            ^
#   32|   public class Rygel.HTTPServer : GLib.Object, Rygel.StateMachine {
#   33|       public string path_root { get; private set; }
#   34|->     public string server_name { get; set; }
#   35|   
#   36|       // Reference to root container of associated ContentDirectory

Error: COMPILER_WARNING: [#def885]
rygel-0.44.2/src/librygel-server/rygel-http-time-seek-request.vala: scope_hint: In function ‘rygel_http_time_seek_request_to_string’
rygel-0.44.2/src/librygel-server/rygel-http-time-seek-request.vala:195:28: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘gint64’ {aka ‘long int’}
#  195 |         return ("HTTPTimeSeekRequest (npt=%lld-%s)".printf
#      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                      
#      |                                                                     |
#      |                                                                     gint64 {aka long int}
#  193|   
#  194|       public string to_string () {
#  195|->         return ("HTTPTimeSeekRequest (npt=%lld-%s)".printf
#  196|                                           (this.start_time,
#  197|                                            (this.end_time != UNSPECIFIED

Error: COMPILER_WARNING: [#def886]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
rygel-0.44.2/src/librygel-server/rygel-import-resource.vala: scope_hint: In function ‘rygel_import_resource_real_run_co’
rygel-0.44.2/src/librygel-server/rygel-import-resource.vala:184:16: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  184 |                 warning ("Importing sizes did not match: %lld vs. %lld", this.bytes_total, this.bytes_copied);
#      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  185 |                 this.status = TransferStatus.ERROR;
#      |                 ~~~~~~~~~~~~~~~~~~~
#      |                       |
#      |                       gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:364:32: note: in definition of macro ‘g_warning’
#  364 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  182|                   this.bytes_total = this.bytes_copied;
#  183|               } else if (this.bytes_total != this.bytes_copied) {
#  184|->                 warning ("Importing sizes did not match: %lld vs. %lld", this.bytes_total, this.bytes_copied);
#  185|                   this.status = TransferStatus.ERROR;
#  186|               }

Error: COMPILER_WARNING: [#def887]
rygel-0.44.2/src/librygel-server/rygel-import-resource.vala:184:16: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  184 |                 warning ("Importing sizes did not match: %lld vs. %lld", this.bytes_total, this.bytes_copied);
#      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  185 |                 this.status = TransferStatus.ERROR;
#      |                                      ~~~~~~~~~~~~~~            
#      |                                                  |
#      |                                                  gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:364:32: note: in definition of macro ‘g_warning’
#  364 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  182|                   this.bytes_total = this.bytes_copied;
#  183|               } else if (this.bytes_total != this.bytes_copied) {
#  184|->                 warning ("Importing sizes did not match: %lld vs. %lld", this.bytes_total, this.bytes_copied);
#  185|                   this.status = TransferStatus.ERROR;
#  186|               }

Error: COMPILER_WARNING (CWE-704): [#def888]
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-item-updater.c:28: included_from: Included from here.
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala: scope_hint: In function ‘rygel_item_updater_format_tag_values’
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala:112:25: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  112 |             var tag_value = init_split[0].split (">")[1]._strip ();
#      |                         ^~~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro ‘g_strstrip’
#  248 | #define g_strstrip( string )    g_strchomp (g_strchug (string))
#      |                                                        ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected ‘gchar *’ {aka ‘char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
#  243 | gchar*                g_strchug        (gchar        *string);
#      |                                         ~~~~~~~~~~~~~~^~~~~~
#  110|                                               (0, init_split[1].length - 1)
#  111|                                               ._strip ();
#  112|->             var tag_value = init_split[0].split (">")[1]._strip ();
#  113|               debug ("Tag Name formatted :%s", tag_name);
#  114|               debug ("Tag Value formatted :%s", tag_value);

Error: COMPILER_WARNING (CWE-704): [#def889]
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala: scope_hint: In function ‘rygel_item_updater_check_date_tag’
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala:132:28: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  132 |                 var date_val = new_tag[date_index].split ("</")[0]
#      |                            ^~~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro ‘g_strstrip’
#  248 | #define g_strstrip( string )    g_strchomp (g_strchug (string))
#      |                                                        ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected ‘gchar *’ {aka ‘char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
#  243 | gchar*                g_strchug        (gchar        *string);
#      |                                         ~~~~~~~~~~~~~~^~~~~~
#  130|               date_index++;
#  131|               if (cur_str.index_of (QN_UPNP_DATE) != -1) {
#  132|->                 var date_val = new_tag[date_index].split ("</")[0]
#  133|                                                     .split (">")[1]._strip ();
#  134|                   ItemUpdater.check_date (date_val);

Error: COMPILER_WARNING (CWE-704): [#def890]
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala:145:28: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  145 |                 var date_val = new_tag[date_index].split ("</")[0]
#      |                            ^~~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro ‘g_strstrip’
#  248 | #define g_strstrip( string )    g_strchomp (g_strchug (string))
#      |                                                        ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected ‘gchar *’ {aka ‘char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
#  243 | gchar*                g_strchug        (gchar        *string);
#      |                                         ~~~~~~~~~~~~~~^~~~~~
#  143|               date_index++;
#  144|               if (new_str.index_of (QN_UPNP_DATE) != -1) {
#  145|->                 var date_val = new_tag[date_index].split ("</")[0]
#  146|                                                     .split (">")[1]._strip ();
#  147|                   ItemUpdater.check_date (date_val);

Error: COMPILER_WARNING (CWE-843): [#def891]
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala: scope_hint: In function ‘rygel_item_updater_update_object_co’
rygel-0.44.2/src/librygel-server/rygel-item-updater.vala:241:19: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘void **’
#  241 |             ItemUpdater.check_date_tag (current_list.to_array (),
#      |                   ^
#  239|           // different error will be thrown
#  240|           if (current_list.size == new_list.size) {
#  241|->             ItemUpdater.check_date_tag (current_list.to_array (),
#  242|                                           new_list.to_array ());
#  243|           }

Error: COMPILER_WARNING (CWE-704): [#def892]
rygel-0.44.2/src/librygel-server/rygel-media-container.vala: scope_hint: In function ‘rygel_media_container_set_sort_criteria’
rygel-0.44.2/src/librygel-server/rygel-media-container.vala:225:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  225 |     public string sort_criteria { set; get; default = DEFAULT_SORT_CRITERIA; }
#      |            ^
#  223|       public int64 total_deleted_child_count;
#  224|   
#  225|->     public string sort_criteria { set; get; default = DEFAULT_SORT_CRITERIA; }
#  226|   
#  227|       public override OCMFlags ocm_flags {

Error: COMPILER_WARNING (CWE-704): [#def893]
rygel-0.44.2/src/librygel-server/rygel-media-file-item.vala: scope_hint: In function ‘rygel_media_file_item_set_mime_type’
rygel-0.44.2/src/librygel-server/rygel-media-file-item.vala:48:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   48 |     public string mime_type { get; set; }
#      |            ^
#   46|        * A null/empty value means that the mime-type is unknown
#   47|        */
#   48|->     public string mime_type { get; set; }
#   49|   
#   50|       /**

Error: COMPILER_WARNING (CWE-704): [#def894]
rygel-0.44.2/src/librygel-server/rygel-media-file-item.vala: scope_hint: In function ‘rygel_media_file_item_set_dlna_profile’
rygel-0.44.2/src/librygel-server/rygel-media-file-item.vala:54:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   54 |     public string dlna_profile { get; set; }
#      |            ^
#   52|        * A null/empty value means that the DLNA profile is unknown
#   53|        */
#   54|->     public string dlna_profile { get; set; }
#   55|   
#   56|       /**

Error: COMPILER_WARNING (CWE-704): [#def895]
rygel-0.44.2/src/librygel-server/rygel-media-item.vala: scope_hint: In function ‘rygel_media_item_set_description’
rygel-0.44.2/src/librygel-server/rygel-media-item.vala:43:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   43 |     public string description { get; set; default = null; }
#      |            ^
#   41|       public const string UPNP_CLASS = "objec.item";
#   42|   
#   43|->     public string description { get; set; default = null; }
#   44|   
#   45|       internal override void apply_didl_lite (DIDLLiteObject didl_object) {

Error: COMPILER_WARNING (CWE-704): [#def896]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_id’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:42:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   42 |     public string id { get; set construct; }
#      |            ^
#   40|       private static Regex pretty_name_regex;
#   41|   
#   42|->     public string id { get; set construct; }
#   43|       public string ref_id { get; set; }
#   44|       public string upnp_class { get; construct set; }

Error: COMPILER_WARNING (CWE-704): [#def897]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_ref_id’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:43:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   43 |     public string ref_id { get; set; }
#      |            ^
#   41|   
#   42|       public string id { get; set construct; }
#   43|->     public string ref_id { get; set; }
#   44|       public string upnp_class { get; construct set; }
#   45|       public string date { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def898]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_upnp_class’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:44:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   44 |     public string upnp_class { get; construct set; }
#      |            ^
#   42|       public string id { get; set construct; }
#   43|       public string ref_id { get; set; }
#   44|->     public string upnp_class { get; construct set; }
#   45|       public string date { get; set; }
#   46|       public string creator { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def899]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_date’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:45:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   45 |     public string date { get; set; }
#      |            ^
#   43|       public string ref_id { get; set; }
#   44|       public string upnp_class { get; construct set; }
#   45|->     public string date { get; set; }
#   46|       public string creator { get; set; }
#   47|       public uint64 modified { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def900]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_creator’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:46:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   46 |     public string creator { get; set; }
#      |            ^
#   44|       public string upnp_class { get; construct set; }
#   45|       public string date { get; set; }
#   46|->     public string creator { get; set; }
#   47|       public uint64 modified { get; set; }
#   48|       public uint object_update_id { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def901]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_artist’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:50:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   50 |     public string artist { get; set; }
#      |            ^
#   48|       public uint object_update_id { get; set; }
#   49|   
#   50|->     public string artist { get; set; }
#   51|       public string genre { get; set; }
#   52|   

Error: COMPILER_WARNING (CWE-704): [#def902]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_set_genre’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:51:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   51 |     public string genre { get; set; }
#      |            ^
#   49|   
#   50|       public string artist { get; set; }
#   51|->     public string genre { get; set; }
#   52|   
#   53|       //TODO: { get; private set; } or, even better,

Error: COMPILER_WARNING (CWE-843): [#def903]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_apply_replacements’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:309:43: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_hash_table_foreach’ from incompatible pointer type
#  309 |         replacement_pairs.foreach ((search_string, replacement)
#      |                                           ^~~~~~~~~~~~~~~~~~~
#      |                                           |
#      |                                           void (*)(const void *, const void *, void *)
/usr/include/glib-2.0/glib.h:52: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/rygel-server.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-object.c:30: included_from: Included from here.
/usr/include/glib-2.0/glib/ghash.h:114:61: note: expected ‘GHFunc’ {aka ‘void (*)(void *, void *, void *)’} but argument is of type ‘void (*)(const void *, const void *, void *)’
#  114 |                                             GHFunc          func,
#      |                                             ~~~~~~~~~~~~~~~~^~~~
rygel-media-object.c:1624:1: note: ‘___lambda4__gh_func’ declared here
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:144:27: note: ‘GHFunc’ declared here
#  144 | typedef void            (*GHFunc)               (gpointer       key,
#      |                           ^~~~~~
#  307|   
#  308|           var replaced_string = source_string;
#  309|->         replacement_pairs.foreach ((search_string, replacement)
#  310|               => {
#  311|                       replaced_string

Error: COMPILER_WARNING (CWE-681): [#def904]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_clean_node’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:338:11: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  338 |                 list.add (attr->name);
#      |           ^
#  336|           while (attr != null) {
#  337|               if (attr->ns == ns) {
#  338|->                 list.add (attr->name);
#  339|               }
#  340|   

Error: COMPILER_WARNING (CWE-843): [#def905]
rygel-0.44.2/src/librygel-server/rygel-media-object.vala: scope_hint: In function ‘rygel_media_object_apply_fragments_co’
rygel-0.44.2/src/librygel-server/rygel-media-object.vala:370:19: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘void **’
#  370 |             result = didl_object.apply_fragments
#      |                   ^
#  368|                                didl_object.dlna_namespace);
#  369|   
#  370|->             result = didl_object.apply_fragments
#  371|                                           (current_fragments.to_array (),
#  372|                                            new_fragments.to_array ());

Error: COMPILER_WARNING (CWE-704): [#def906]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_uri’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:33:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   33 |     public string uri { get; set; }
#      |            ^
#   31|   
#   32|       // Res block fields
#   33|->     public string uri { get; set; }
#   34|       public string import_uri { get; set; }
#   35|       public string extension { get; set; default = null; }

Error: COMPILER_WARNING (CWE-704): [#def907]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_import_uri’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:34:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   34 |     public string import_uri { get; set; }
#      |            ^
#   32|       // Res block fields
#   33|       public string uri { get; set; }
#   34|->     public string import_uri { get; set; }
#   35|       public string extension { get; set; default = null; }
#   36|       public int64 size { get; set; default = -1; } // In bytes

Error: COMPILER_WARNING (CWE-704): [#def908]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_extension’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:35:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   35 |     public string extension { get; set; default = null; }
#      |            ^
#   33|       public string uri { get; set; }
#   34|       public string import_uri { get; set; }
#   35|->     public string extension { get; set; default = null; }
#   36|       public int64 size { get; set; default = -1; } // In bytes
#   37|       public int64 cleartext_size { get; set; default = -1; } // In bytes

Error: COMPILER_WARNING (CWE-704): [#def909]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_protocol’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:48:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   48 |     public string protocol { get; set; default = null; }
#      |            ^
#   46|   
#   47|       // ProtocolInfo fields
#   48|->     public string protocol { get; set; default = null; }
#   49|       public string mime_type  { get; set; default = null; }
#   50|       public string dlna_profile  { get; set; default = null; }

Error: COMPILER_WARNING (CWE-704): [#def910]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_mime_type’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:49:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   49 |     public string mime_type  { get; set; default = null; }
#      |            ^
#   47|       // ProtocolInfo fields
#   48|       public string protocol { get; set; default = null; }
#   49|->     public string mime_type  { get; set; default = null; }
#   50|       public string dlna_profile  { get; set; default = null; }
#   51|       public string network  { get; set; default = null; }

Error: COMPILER_WARNING (CWE-704): [#def911]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_dlna_profile’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:50:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   50 |     public string dlna_profile  { get; set; default = null; }
#      |            ^
#   48|       public string protocol { get; set; default = null; }
#   49|       public string mime_type  { get; set; default = null; }
#   50|->     public string dlna_profile  { get; set; default = null; }
#   51|       public string network  { get; set; default = null; }
#   52|       public string[] play_speeds = null;

Error: COMPILER_WARNING (CWE-704): [#def912]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_network’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:51:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   51 |     public string network  { get; set; default = null; }
#      |            ^
#   49|       public string mime_type  { get; set; default = null; }
#   50|       public string dlna_profile  { get; set; default = null; }
#   51|->     public string network  { get; set; default = null; }
#   52|       public string[] play_speeds = null;
#   53|       public DLNAConversion dlna_conversion { get; set;

Error: COMPILER_WARNING (CWE-843): [#def913]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_construct_from_didl_lite_resource’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:124:11: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘const char **’
#  124 |             this.play_speeds = didl_resource.protocol_info.play_speeds;
#      |           ^
#  122|               this.dlna_profile = didl_resource.protocol_info.dlna_profile;
#  123|               this.network = didl_resource.protocol_info.network;
#  124|->             this.play_speeds = didl_resource.protocol_info.play_speeds;
#  125|               this.dlna_conversion = didl_resource.protocol_info.dlna_conversion;
#  126|               this.dlna_flags = didl_resource.protocol_info.dlna_flags;

Error: COMPILER_WARNING (CWE-843): [#def914]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_set_protocol_info’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:181:10: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘const char **’
#  181 |         this.play_speeds = pi.play_speeds;
#      |          ^
#  179|           this.dlna_operation = pi.dlna_operation;
#  180|           this.dlna_flags = pi.dlna_flags;
#  181|->         this.play_speeds = pi.play_speeds;
#  182|       }
#  183|   

Error: COMPILER_WARNING (CWE-843): [#def915]
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala: scope_hint: In function ‘rygel_media_resource_get_protocol_info’
rygel-0.44.2/src/librygel-server/rygel-media-resource.vala:202:49: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gupnp_protocol_info_set_play_speeds’ from incompatible pointer type
#  202 |             new_pi.play_speeds = this.play_speeds;
#      |                                                 ^~     
#      |                                                 |
#      |                                                 gchar ** {aka char **}
/usr/include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-resource.h:24: included_from: Included from here.
/usr/include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-object.h:22: included_from: Included from here.
/usr/include/gupnp-av-1.0/libgupnp-av/gupnp-av.h:13: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/rygel-server.h:10: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-server/librygel-server-2.8.so.0.44.2.p/rygel-media-resource.c:26: included_from: Included from here.
/usr/include/gupnp-av-1.0/libgupnp-av/gupnp-protocol-info.h:73:61: note: expected ‘const char **’ but argument is of type ‘gchar **’ {aka ‘char **’}
#   73 |                                          const char       **speeds);
#      |                                          ~~~~~~~~~~~~~~~~~~~^~~~~~
#  200|           // ProtocolInfo doesn't like having play_speeds set to null
#  201|           if (this.play_speeds != null) {
#  202|->             new_pi.play_speeds = this.play_speeds;
#  203|           }
#  204|   

Error: COMPILER_WARNING (CWE-477): [#def916]
rygel-0.44.2/src/librygel-server/rygel-object-creator.vala: scope_hint: In function ‘rygel_object_creator_parse_args’
rygel-0.44.2/src/librygel-server/rygel-object-creator.vala:194:3: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
#  194 |         } else if (comment_pattern.match_string (this.elements)) {
#      |   ^ 
/usr/include/glib-2.0/glib.h:68: included_from: Included from here.
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
#   57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
#      |               ^~~~~~~~~~~~~~~~~~~~~~
#  192|               throw new ContentDirectoryError.BAD_METADATA
#  193|                                           (_("“Elements” argument missing."));
#  194|->         } else if (comment_pattern.match_string (this.elements)) {
#  195|               throw new ContentDirectoryError.BAD_METADATA
#  196|                                           (_("Comments not allowed in XML"));

Error: COMPILER_WARNING (CWE-704): [#def917]
rygel-0.44.2/src/librygel-server/rygel-object-creator.vala: scope_hint: In function ‘rygel_object_creator_generalize_upnp_class’
rygel-0.44.2/src/librygel-server/rygel-object-creator.vala:291:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  291 |         char *needle = upnp_class.rstr_len (-1, ".");
#      |         ^
#  289|        */
#  290|       private void generalize_upnp_class (ref string upnp_class) {
#  291|->         char *needle = upnp_class.rstr_len (-1, ".");
#  292|           if (needle != null) {
#  293|               *needle = '\0';

Error: COMPILER_WARNING (CWE-704): [#def918]
rygel-0.44.2/src/librygel-server/rygel-search-criteria-parser.vala: scope_hint: In function ‘rygel_search_criteria_parser_construct’
rygel-0.44.2/src/librygel-server/rygel-search-criteria-parser.vala:114:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  114 |         foreach (var token in TOKENS) {
#      |                    ^
#  112|           scanner.config.symbol_2_token        = true;
#  113|   
#  114|->         foreach (var token in TOKENS) {
#  115|               scanner.scope_add_symbol (0,
#  116|                                         token.str_symbol,

Error: COMPILER_WARNING (CWE-704): [#def919]
rygel-0.44.2/src/librygel-server/rygel-video-item.vala: scope_hint: In function ‘rygel_video_item_set_author’
rygel-0.44.2/src/librygel-server/rygel-video-item.vala:38:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   38 |     public string author { get; set; }
#      |            ^
#   36|       public new const string UPNP_CLASS = "object.item.videoItem";
#   37|   
#   38|->     public string author { get; set; }
#   39|   
#   40|       //TODO: This property documentation is not used.

Error: COMPILER_WARNING: [#def920]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala: scope_hint: In function ‘rygel_gst_data_source_real_preroll’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:87:13: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#   87 |             debug ("Processing byte seek request for bytes %lld-%lld",
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              
#   88 |                    seek_response.start_byte,
#      |                    
#      |              |
#      |              gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   85|               var seek_response = new HTTPByteSeekResponse.from_request
#   86|                                           (seek_request as HTTPByteSeekRequest);
#   87|->             debug ("Processing byte seek request for bytes %lld-%lld",
#   88|                      seek_response.start_byte,
#   89|                      seek_response.end_byte);

Error: COMPILER_WARNING: [#def921]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:87:13: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#   87 |             debug ("Processing byte seek request for bytes %lld-%lld",
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              
#   88 |                    seek_response.start_byte,
#      |                      ~~~~~~
#      |                      |
#      |                      gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   85|               var seek_response = new HTTPByteSeekResponse.from_request
#   86|                                           (seek_request as HTTPByteSeekRequest);
#   87|->             debug ("Processing byte seek request for bytes %lld-%lld",
#   88|                      seek_response.start_byte,
#   89|                      seek_response.end_byte);

Error: COMPILER_WARNING: [#def922]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:101:14: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  101 |             debug ("Processing time seek request for %lldms-%lldms",
#      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
#  102 |                    seek_response.start_time,
#      |                    
#      |             |
#      |             gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   99|                                           (time_seek,
#  100|                                            res.duration * TimeSpan.SECOND);
#  101|->             debug ("Processing time seek request for %lldms-%lldms",
#  102|                      seek_response.start_time,
#  103|                      seek_response.end_time);

Error: COMPILER_WARNING: [#def923]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:101:14: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  101 |             debug ("Processing time seek request for %lldms-%lldms",
#      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
#  102 |                    seek_response.start_time,
#      |                      ~~~~~~~
#      |                      |
#      |                      gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   99|                                           (time_seek,
#  100|                                            res.duration * TimeSpan.SECOND);
#  101|->             debug ("Processing time seek request for %lldms-%lldms",
#  102|                      seek_response.start_time,
#  103|                      seek_response.end_time);

Error: COMPILER_WARNING: [#def924]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala: scope_hint: In function ‘rygel_gst_data_source_real_perform_seek’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:305:12: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  305 |             debug ("Performing time-range seek: %lldns to %lldns", start, stop);
#      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
#  306 |         } else if (this.seek is HTTPByteSeekRequest) {
#      |           ~~~~~
#      |           |
#      |           gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  303|               }
#  304|               stop = time_seek.end_time * Gst.USECOND;
#  305|->             debug ("Performing time-range seek: %lldns to %lldns", start, stop);
#  306|           } else if (this.seek is HTTPByteSeekRequest) {
#  307|               var byte_seek = this.seek as HTTPByteSeekRequest;

Error: COMPILER_WARNING: [#def925]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:305:12: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  305 |             debug ("Performing time-range seek: %lldns to %lldns", start, stop);
#      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
#  306 |         } else if (this.seek is HTTPByteSeekRequest) {
#      |                  ~~~~
#      |                  |
#      |                  gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  303|               }
#  304|               stop = time_seek.end_time * Gst.USECOND;
#  305|->             debug ("Performing time-range seek: %lldns to %lldns", start, stop);
#  306|           } else if (this.seek is HTTPByteSeekRequest) {
#  307|               var byte_seek = this.seek as HTTPByteSeekRequest;

Error: COMPILER_WARNING: [#def926]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:318:13: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  318 |             debug ("Performing byte-range seek: bytes %lld to %lld",
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
#  319 |                    start,
#      |                  
#      |             |
#      |             gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  316|               start = byte_seek.start_byte;
#  317|               stop = byte_seek.end_byte;
#  318|->             debug ("Performing byte-range seek: bytes %lld to %lld",
#  319|                      start,
#  320|                      stop);

Error: COMPILER_WARNING: [#def927]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:318:13: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  318 |             debug ("Performing byte-range seek: bytes %lld to %lld",
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
#  319 |                    start,
#      |                    ~~~~
#      |                    |
#      |                    gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#  316|               start = byte_seek.start_byte;
#  317|               stop = byte_seek.end_byte;
#  318|->             debug ("Performing byte-range seek: bytes %lld to %lld",
#  319|                      start,
#  320|                      stop);

Error: COMPILER_WARNING: [#def928]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:340:17: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#  340 |             warning (_("Failed to seek to offsets %lld:%lld"), start, stop);
#      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmessages.h:364:32: note: in definition of macro ‘g_warning’
#  364 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:340:14: note: in expansion of macro ‘_’
#  340 |             warning (_("Failed to seek to offsets %lld:%lld"), start, stop);
#      |              ^
#  338|                                    stop_type,
#  339|                                    stop + 1)) {
#  340|->             warning (_("Failed to seek to offsets %lld:%lld"), start, stop);
#  341|   
#  342|               this.error (new DataSourceError.SEEK_FAILED (_("Failed to seek")));

Error: COMPILER_WARNING: [#def929]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:340:17: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#  340 |             warning (_("Failed to seek to offsets %lld:%lld"), start, stop);
#      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmessages.h:364:32: note: in definition of macro ‘g_warning’
#  364 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-data-source.vala:340:14: note: in expansion of macro ‘_’
#  340 |             warning (_("Failed to seek to offsets %lld:%lld"), start, stop);
#      |              ^
#  338|                                    stop_type,
#  339|                                    stop + 1)) {
#  340|->             warning (_("Failed to seek to offsets %lld:%lld"), start, stop);
#  341|   
#  342|               this.error (new DataSourceError.SEEK_FAILED (_("Failed to seek")));

Error: COMPILER_WARNING (CWE-704): [#def930]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala: scope_hint: In function ‘rygel_gst_transcoder_set_name’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala:44:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   44 |     public string name { get; construct; }
#      |            ^
#   42|       private const string DEFAULT_ENCODING_PRESET = "Rygel DLNA preset";
#   43|   
#   44|->     public string name { get; construct; }
#   45|       public string mime_type { get; construct; }
#   46|       public string dlna_profile { get; construct; }

Error: COMPILER_WARNING (CWE-704): [#def931]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala: scope_hint: In function ‘rygel_gst_transcoder_set_mime_type’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala:45:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   45 |     public string mime_type { get; construct; }
#      |            ^
#   43|   
#   44|       public string name { get; construct; }
#   45|->     public string mime_type { get; construct; }
#   46|       public string dlna_profile { get; construct; }
#   47|       public string extension { get; construct; }

Error: COMPILER_WARNING (CWE-704): [#def932]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala: scope_hint: In function ‘rygel_gst_transcoder_set_dlna_profile’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala:46:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   46 |     public string dlna_profile { get; construct; }
#      |            ^
#   44|       public string name { get; construct; }
#   45|       public string mime_type { get; construct; }
#   46|->     public string dlna_profile { get; construct; }
#   47|       public string extension { get; construct; }
#   48|   

Error: COMPILER_WARNING (CWE-704): [#def933]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala: scope_hint: In function ‘rygel_gst_transcoder_set_extension’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala:47:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   47 |     public string extension { get; construct; }
#      |            ^
#   45|       public string mime_type { get; construct; }
#   46|       public string dlna_profile { get; construct; }
#   47|->     public string extension { get; construct; }
#   48|   
#   49|       public string preset { get;

Error: COMPILER_WARNING (CWE-704): [#def934]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala: scope_hint: In function ‘rygel_gst_transcoder_set_preset’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-transcoder.vala:50:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   50 |                            protected set;
#      |            ^
#   48|   
#   49|       public string preset { get;
#   50|->                            protected set;
#   51|                              default =  DEFAULT_ENCODING_PRESET; }
#   52|   

Error: COMPILER_WARNING (CWE-704): [#def935]
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-utils.vala: scope_hint: In function ‘rygel_gst_utils_dump_encoding_profile’
rygel-0.44.2/src/media-engines/gstreamer/rygel-gst-utils.vala:111:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  111 |             foreach (var subprofile in container.get_profiles ()) {
#      |           ^
#  109|           if (profile is EncodingContainerProfile) {
#  110|               var container = profile as EncodingContainerProfile;
#  111|->             foreach (var subprofile in container.get_profiles ()) {
#  112|                   dump_encoding_profile (subprofile, indent + 4);
#  113|               }

Error: COMPILER_WARNING: [#def936]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/media-engines/simple/librygel-media-engine-simple.so.p/rygel-simple-data-source.c:28: included_from: Included from here.
rygel-0.44.2/src/media-engines/simple/rygel-simple-data-source.vala: scope_hint: In function ‘rygel_simple_data_source_real_preroll’
rygel-0.44.2/src/media-engines/simple/rygel-simple-data-source.vala:70:12: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘gint64’ {aka ‘long int’}
#   70 |             debug ("Processing byte seek request for bytes %lld-%lld of %s",
#      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       
#   71 |                     byte_seek.start_byte,
#      |                       ~~~~~~~
#      |                       |
#      |                       gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   68|               this.first_byte = (Posix.off_t) byte_seek.start_byte;
#   69|               this.last_byte = (Posix.off_t) (byte_seek.end_byte + 1);
#   70|->             debug ("Processing byte seek request for bytes %lld-%lld of %s",
#   71|                       byte_seek.start_byte,
#   72|                       byte_seek.end_byte,

Error: COMPILER_WARNING: [#def937]
rygel-0.44.2/src/media-engines/simple/rygel-simple-data-source.vala:70:12: warning[-Wformat=]: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘gint64’ {aka ‘long int’}
#   70 |             debug ("Processing byte seek request for bytes %lld-%lld of %s",
#      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       
#   71 |                     byte_seek.start_byte,
#      |                                ~~~~~~~
#      |                                |
#      |                                gint64 {aka long int}
/usr/include/glib-2.0/glib/gmessages.h:370:32: note: in definition of macro ‘g_debug’
#  370 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
#   68|               this.first_byte = (Posix.off_t) byte_seek.start_byte;
#   69|               this.last_byte = (Posix.off_t) (byte_seek.end_byte + 1);
#   70|->             debug ("Processing byte seek request for bytes %lld-%lld of %s",
#   71|                       byte_seek.start_byte,
#   72|                       byte_seek.end_byte,

Error: COMPILER_WARNING (CWE-843): [#def938]
rygel-0.44.2/src/plugins/external/rygel-external-container.vala: scope_hint: In function ‘rygel_external_container_construct’
rygel-0.44.2/src/plugins/external/rygel-external-container.vala:75:49: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_object_add_weak_pointer’ from incompatible pointer type
#   75 |             parent.add_weak_pointer (&this.parent_ptr);
#      |                                                 ^~~~~~~                                
#      |                                                 |
#      |                                                 RygelMediaContainer ** {aka struct _RygelMediaContainer **}
/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.
rygel-0.44.2/redhat-linux-build/src/librygel-server/rygel-server.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/external/rygel-external.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/external/librygel-external.so.p/rygel-external-container.c:28: included_from: Included from here.
/usr/include/glib-2.0/gobject/gobject.h:526:64: note: expected ‘void **’ but argument is of type ‘RygelMediaContainer **’ {aka ‘struct _RygelMediaContainer **’}
#  526 |                                                gpointer       *weak_pointer_location);
#      |                                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
#   73|           this.update_container.begin (true);
#   74|           if (parent != null) {
#   75|->             parent.add_weak_pointer (&this.parent_ptr);
#   76|           }
#   77|       }

Error: COMPILER_WARNING (CWE-843): [#def939]
rygel-0.44.2/src/plugins/external/rygel-external-container.vala: scope_hint: In function ‘rygel_external_container_finalize’
rygel-0.44.2/src/plugins/external/rygel-external-container.vala:81:52: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_object_remove_weak_pointer’ from incompatible pointer type
#   81 |             this.parent.remove_weak_pointer (&this.parent_ptr);
#      |                                                    ^~~~~~~~~~~~                           
#      |                                                    |
#      |                                                    RygelMediaContainer ** {aka struct _RygelMediaContainer **}
/usr/include/glib-2.0/gobject/gobject.h:529:64: note: expected ‘void **’ but argument is of type ‘RygelMediaContainer **’ {aka ‘struct _RygelMediaContainer **’}
#  529 |                                                gpointer       *weak_pointer_location);
#      |                                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
#   79|       ~Container() {
#   80|           if (this.parent != null) {
#   81|->             this.parent.remove_weak_pointer (&this.parent_ptr);
#   82|           }
#   83|       }

Error: COMPILER_WARNING (CWE-704): [#def940]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-container.vala: scope_hint: In function ‘rygel_media_export_dvd_container_set_path’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-container.vala:29:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   29 |     public string path { get; construct set; }
#      |            ^
#   27|       public const string TRACK_PREFIX = "dvd-track";
#   28|   
#   29|->     public string path { get; construct set; }
#   30|   
#   31|       private GUPnP.XMLDoc doc;

Error: COMPILER_WARNING (CWE-704): [#def941]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-container.vala: scope_hint: In function ‘rygel_media_export_dvd_container_real_constructed’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-container.vala:59:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   59 |         var context = new Xml.XPath.Context (this.doc.get_doc ());
#      |          ^
#   57|           this.doc = new GUPnP.XMLDoc ((owned) doc);
#   58|   
#   59|->         var context = new Xml.XPath.Context (this.doc.get_doc ());
#   60|           var xpo = context.eval ("/lsdvd/track");
#   61|           if (xpo->type != Xml.XPath.ObjectType.NODESET) {

Error: COMPILER_WARNING (CWE-704): [#def942]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-container.vala: scope_hint: In function ‘rygel_media_export_dvd_container_real_find_object_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-container.vala:83:17: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   83 |         var context = new Xml.XPath.Context (this.doc.get_doc ());
#      |                 ^
#   81|           var parts = id.split (":");
#   82|           var track = int.parse (parts[2]);
#   83|->         var context = new Xml.XPath.Context (this.doc.get_doc ());
#   84|           var xpo = context.eval ("/lsdvd/track");
#   85|           if (!(xpo->type == Xml.XPath.ObjectType.NODESET &&

Error: COMPILER_WARNING (CWE-681): [#def943]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala: scope_hint: In function ‘rygel_media_export_dvd_parser_real_run_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:108:20: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  108 |                 if (it->name == "length") {
#      |                    ^
#  106|               var it = node->children;
#  107|               while (it != null) {
#  108|->                 if (it->name == "length") {
#  109|                       var duration =  (int) double.parse (it->children->content);
#  110|   

Error: COMPILER_WARNING (CWE-681): [#def944]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:109:21: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  109 |                     var duration =  (int) double.parse (it->children->content);
#      |                     ^
#  107|               while (it != null) {
#  108|                   if (it->name == "length") {
#  109|->                     var duration =  (int) double.parse (it->children->content);
#  110|   
#  111|                       this.serialized_info.insert (Serializer.DURATION,

Error: COMPILER_WARNING (CWE-681): [#def945]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:114:21: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  114 |                 } else if (it->name == "width") {
#      |                     ^
#  112|                                                    "i",
#  113|                                                    duration);
#  114|->                 } else if (it->name == "width") {
#  115|                       var width = int.parse (it->children->content);
#  116|                       this.serialized_info.insert (Serializer.VIDEO_WIDTH,

Error: COMPILER_WARNING (CWE-681): [#def946]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:115:22: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  115 |                     var width = int.parse (it->children->content);
#      |                      ^
#  113|                                                    duration);
#  114|                   } else if (it->name == "width") {
#  115|->                     var width = int.parse (it->children->content);
#  116|                       this.serialized_info.insert (Serializer.VIDEO_WIDTH,
#  117|                                                    "i",

Error: COMPILER_WARNING (CWE-681): [#def947]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:119:22: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  119 |                 } else if (it->name == "height") {
#      |                      ^
#  117|                                                    "i",
#  118|                                                    width);
#  119|->                 } else if (it->name == "height") {
#  120|                       var height = int.parse (it->children->content);
#  121|                       this.serialized_info.insert (Serializer.VIDEO_HEIGHT,

Error: COMPILER_WARNING (CWE-681): [#def948]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:120:23: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  120 |                     var height = int.parse (it->children->content);
#      |                       ^
#  118|                                                    width);
#  119|                   } else if (it->name == "height") {
#  120|->                     var height = int.parse (it->children->content);
#  121|                       this.serialized_info.insert (Serializer.VIDEO_HEIGHT,
#  122|                                                    "i",

Error: COMPILER_WARNING (CWE-681): [#def949]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:124:23: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  124 |                 } else if (it->name == "format") {
#      |                       ^
#  122|                                                    "i",
#  123|                                                    height);
#  124|->                 } else if (it->name == "format") {
#  125|                       var dlna_profile = "MPEG_PS_" + it->children->content;
#  126|                       this.serialized_info.insert (Serializer.DLNA_PROFILE,

Error: COMPILER_WARNING (CWE-681): [#def950]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:125:24: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#  125 |                     var dlna_profile = "MPEG_PS_" + it->children->content;
#      |                        ^
#  123|                                                    height);
#  124|                   } else if (it->name == "format") {
#  125|->                     var dlna_profile = "MPEG_PS_" + it->children->content;
#  126|                       this.serialized_info.insert (Serializer.DLNA_PROFILE,
#  127|                                                    "s",

Error: COMPILER_WARNING (CWE-843): [#def951]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala: scope_hint: In function ‘rygel_media_export_dvd_parser_get_information_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-parser.vala:166:74: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_subprocess_launcher_spawnv’ from incompatible pointer type
#  166 |             var process = launcher.spawnv (args);
#      |                                                                          ^        
#      |                                                                          |
#      |                                                                          gchar ** {aka char **}
/usr/include/glib-2.0/gio/gio.h:156: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-dvd-parser.c:28: included_from: Included from here.
/usr/include/glib-2.0/gio/gsubprocesslauncher.h:54:97: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
#   54 |                                                                          const gchar * const   *argv,
#      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~^~~~
#  164|               };
#  165|   
#  166|->             var process = launcher.spawnv (args);
#  167|               yield process.wait_async ();
#  168|   

Error: COMPILER_WARNING (CWE-681): [#def952]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala: scope_hint: In function ‘rygel_media_export_dvd_track_real_constructed’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:68:12: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   68 |                 if (it->name == "length") {
#      |            ^
#   66|               var it = node->children;
#   67|               while (it != null) {
#   68|->                 if (it->name == "length") {
#   69|                       this.duration = (int) double.parse (it->children->content);
#   70|                   } else if (it->name == "width") {

Error: COMPILER_WARNING (CWE-681): [#def953]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:69:13: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   69 |                     this.duration = (int) double.parse (it->children->content);
#      |             ^
#   67|               while (it != null) {
#   68|                   if (it->name == "length") {
#   69|->                     this.duration = (int) double.parse (it->children->content);
#   70|                   } else if (it->name == "width") {
#   71|                       this.width = int.parse (it->children->content);

Error: COMPILER_WARNING (CWE-681): [#def954]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:70:13: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   70 |                 } else if (it->name == "width") {
#      |             ^
#   68|                   if (it->name == "length") {
#   69|                       this.duration = (int) double.parse (it->children->content);
#   70|->                 } else if (it->name == "width") {
#   71|                       this.width = int.parse (it->children->content);
#   72|                   } else if (it->name == "height") {

Error: COMPILER_WARNING (CWE-681): [#def955]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:71:14: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   71 |                     this.width = int.parse (it->children->content);
#      |              ^
#   69|                       this.duration = (int) double.parse (it->children->content);
#   70|                   } else if (it->name == "width") {
#   71|->                     this.width = int.parse (it->children->content);
#   72|                   } else if (it->name == "height") {
#   73|                       this.height = int.parse (it->children->content);

Error: COMPILER_WARNING (CWE-681): [#def956]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:72:14: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   72 |                 } else if (it->name == "height") {
#      |              ^
#   70|                   } else if (it->name == "width") {
#   71|                       this.width = int.parse (it->children->content);
#   72|->                 } else if (it->name == "height") {
#   73|                       this.height = int.parse (it->children->content);
#   74|                   } else if (it->name == "format") {

Error: COMPILER_WARNING (CWE-681): [#def957]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:73:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   73 |                     this.height = int.parse (it->children->content);
#      |               ^
#   71|                       this.width = int.parse (it->children->content);
#   72|                   } else if (it->name == "height") {
#   73|->                     this.height = int.parse (it->children->content);
#   74|                   } else if (it->name == "format") {
#   75|                       this.dlna_profile += "_" + it->children->content;

Error: COMPILER_WARNING (CWE-681): [#def958]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:74:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘const xmlChar *’ {aka ‘const unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   74 |                 } else if (it->name == "format") {
#      |               ^
#   72|                   } else if (it->name == "height") {
#   73|                       this.height = int.parse (it->children->content);
#   74|->                 } else if (it->name == "format") {
#   75|                       this.dlna_profile += "_" + it->children->content;
#   76|                   }

Error: COMPILER_WARNING (CWE-681): [#def959]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-dvd-track.vala:75:16: warning[-Wpointer-sign]: pointer targets in assignment from ‘xmlChar *’ {aka ‘unsigned char *’} to ‘const gchar *’ {aka ‘const char *’} differ in signedness
#   75 |                     this.dlna_profile += "_" + it->children->content;
#      |                ^
#   73|                       this.height = int.parse (it->children->content);
#   74|                   } else if (it->name == "format") {
#   75|->                     this.dlna_profile += "_" + it->children->content;
#   76|                   }
#   77|                   // TODO: Japanese formats...

Error: COMPILER_WARNING (CWE-704): [#def960]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-extract.vala: scope_hint: In function ‘send_extraction_done’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-extract.vala:122:10: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  122 |     output_stream.write_all (data.get_data (), out bytes_written);
#      |          ^
#  120|   
#  121|       output_stream.write_all (status.data, out bytes_written);
#  122|->     output_stream.write_all (data.get_data (), out bytes_written);
#  123|   }
#  124|   

Error: COMPILER_WARNING (CWE-704): [#def961]
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
rygel-0.44.2/src/plugins/media-export/rygel-media-export-extractor.vala:212:15: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type
#  212 |             p._strip ();
#      |               ^~~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro ‘g_strstrip’
#  248 | #define g_strstrip( string )    g_strchomp (g_strchug (string))
#      |                                                        ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected ‘gchar *’ {aka ‘char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
#  243 | gchar*                g_strchug        (gchar        *string);
#      |                                         ~~~~~~~~~~~~~~^~~~~~
#  210|               p = space_compress_regex.replace_literal (p, -1, 0, " ");
#  211|   
#  212|->             p._strip ();
#  213|   
#  214|               return p;

Error: COMPILER_WARNING (CWE-704): [#def962]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-generic-extractor.vala: scope_hint: In function ‘rygel_media_export_generic_extractor_real_run_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-generic-extractor.vala:107:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  107 |             stream_tags = ((DiscovererContainerInfo)stream_info).get_tags();
#      |                   ^
#  105|           // Guess UPnP profile
#  106|           if (stream_info is DiscovererContainerInfo) {
#  107|->             stream_tags = ((DiscovererContainerInfo)stream_info).get_tags();
#  108|           } else if (stream_info is DiscovererStreamInfo) {
#  109|               stream_tags = ((DiscovererStreamInfo)stream_info).get_tags();

Error: COMPILER_WARNING (CWE-704): [#def963]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-generic-extractor.vala:109:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  109 |             stream_tags = ((DiscovererStreamInfo)stream_info).get_tags();
#      |                    ^
#  107|               stream_tags = ((DiscovererContainerInfo)stream_info).get_tags();
#  108|           } else if (stream_info is DiscovererStreamInfo) {
#  109|->             stream_tags = ((DiscovererStreamInfo)stream_info).get_tags();
#  110|           }
#  111|   

Error: COMPILER_WARNING (CWE-704): [#def964]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-generic-extractor.vala:173:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  173 |                 this.get_title_and_date (ainfo.get_tags ());
#      |                     ^
#  171|                   // FIXME: Should be covered by the "is DiscovererStreamInfo"
#  172|                   // above
#  173|->                 this.get_title_and_date (ainfo.get_tags ());
#  174|               }
#  175|   

Error: COMPILER_WARNING (CWE-704): [#def965]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-generic-extractor.vala:180:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  180 |             var atags = ainfo.get_tags ();
#      |                    ^
#  178|               this.serialized_info.insert (Serializer.AUDIO_RATE, "i",
#  179|                                            (int) ainfo.get_sample_rate ());
#  180|->             var atags = ainfo.get_tags ();
#  181|               if (atags != null) {
#  182|                   string artist = null;

Error: COMPILER_WARNING (CWE-843): [#def966]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala: scope_hint: In function ‘rygel_media_export_media_cache_get_object_count_by_filter’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala:350:10: warning[-Wincompatible-pointer-types]: assignment to ‘void **’ from incompatible pointer type ‘gchar *’ {aka ‘char *’}
#  350 |         return this.db.query_value (pattern.printf (filter), args.data);
#      |          ^
#  348|           pattern = this.sql.make (string_id);
#  349|   
#  350|->         return this.db.query_value (pattern.printf (filter), args.data);
#  351|       }
#  352|   

Error: COMPILER_WARNING (CWE-843): [#def967]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala:350:65: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘rygel_database_database_query_value’ from incompatible pointer type
#  350 |         return this.db.query_value (pattern.printf (filter), args.data);
#      |                                                                 ^~~~~~~
#      |                                                                 |
#      |                                                                 void **
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/rygel-media-export.h:13: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-db/rygel-db.h:242:51: note: expected ‘GValue *’ {aka ‘struct _GValue *’} but argument is of type ‘void **’
#  242 |                                           GValue* args,
#      |                                           ~~~~~~~~^~~~
#  348|           pattern = this.sql.make (string_id);
#  349|   
#  350|->         return this.db.query_value (pattern.printf (filter), args.data);
#  351|       }
#  352|   

Error: COMPILER_WARNING (CWE-843): [#def968]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala: scope_hint: In function ‘rygel_media_export_media_cache_get_objects_by_filter’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala:383:10: warning[-Wincompatible-pointer-types]: assignment to ‘void **’ from incompatible pointer type ‘gchar *’ {aka ‘char *’}
#  383 |         var cursor = this.db.exec_cursor (sql.printf (filter, sort_order),
#      |          ^
#  381|   
#  382|           var sort_order = MediaCache.translate_sort_criteria (sort_criteria);
#  383|->         var cursor = this.db.exec_cursor (sql.printf (filter, sort_order),
#  384|                                             args.data);
#  385|           foreach (var statement in cursor) {

Error: COMPILER_WARNING (CWE-843): [#def969]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala:383:67: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘rygel_database_database_exec_cursor’ from incompatible pointer type
#  383 |         var cursor = this.db.exec_cursor (sql.printf (filter, sort_order),
#      |                                                                   ^~~~~~~
#      |                                                                   |
#      |                                                                   void **
rygel-0.44.2/redhat-linux-build/src/librygel-db/rygel-db.h:232:67: note: expected ‘GValue *’ {aka ‘struct _GValue *’} but argument is of type ‘void **’
#  232 |                                                           GValue* arguments,
#      |                                                           ~~~~~~~~^~~~~~~~~
#  381|   
#  382|           var sort_order = MediaCache.translate_sort_criteria (sort_criteria);
#  383|->         var cursor = this.db.exec_cursor (sql.printf (filter, sort_order),
#  384|                                             args.data);
#  385|           foreach (var statement in cursor) {

Error: COMPILER_WARNING (CWE-843): [#def970]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala: scope_hint: In function ‘rygel_media_export_media_cache_get_meta_data_column_by_filter’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala:481:10: warning[-Wincompatible-pointer-types]: assignment to ‘void **’ from incompatible pointer type ‘gchar *’ {aka ‘char *’}
#  481 |         var cursor = this.db.exec_cursor (builder.str, args.data);
#      |          ^
#  479|                                  sql_sort_order);
#  480|   
#  481|->         var cursor = this.db.exec_cursor (builder.str, args.data);
#  482|           foreach (var statement in cursor) {
#  483|               data.add (statement.column_text (0));

Error: COMPILER_WARNING (CWE-843): [#def971]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-media-cache.vala:481:67: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘rygel_database_database_exec_cursor’ from incompatible pointer type
#  481 |         var cursor = this.db.exec_cursor (builder.str, args.data);
#      |                                                                   ^      
#      |                                                                   |
#      |                                                                   void **
rygel-0.44.2/redhat-linux-build/src/librygel-db/rygel-db.h:232:67: note: expected ‘GValue *’ {aka ‘struct _GValue *’} but argument is of type ‘void **’
#  232 |                                                           GValue* arguments,
#      |                                                           ~~~~~~~~^~~~~~~~~
#  479|                                  sql_sort_order);
#  480|   
#  481|->         var cursor = this.db.exec_cursor (builder.str, args.data);
#  482|           foreach (var statement in cursor) {
#  483|               data.add (statement.column_text (0));

Error: COMPILER_WARNING (CWE-843): [#def972]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-metadata-extractor.vala: scope_hint: In function ‘rygel_media_export_metadata_extractor_run_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-metadata-extractor.vala:146:76: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘g_subprocess_launcher_spawnv’ from incompatible pointer type
#  146 |                 var subprocess = launcher.spawnv (MX_EXTRACT_ARGV);
#      |                                                                            ^        
#      |                                                                            |
#      |                                                                            gchar ** {aka char **}
/usr/include/glib-2.0/gio/gio.h:156: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-acl.h:14: included_from: Included from here.
/usr/include/glib-2.0/gio/gsubprocesslauncher.h:54:97: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
#   54 |                                                                          const gchar * const   *argv,
#      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~^~~~
#  144|                   }
#  145|   
#  146|->                 var subprocess = launcher.spawnv (MX_EXTRACT_ARGV);
#  147|                   try {
#  148|                       yield subprocess.wait_check_async ();

Error: COMPILER_WARNING (CWE-704): [#def973]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-node-query-container.vala: scope_hint: In function ‘rygel_media_export_node_query_container_set_template’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-node-query-container.vala:22:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   22 |     public string template { private get; construct; }
#      |            ^
#   20|   
#   21|   internal class Rygel.MediaExport.NodeQueryContainer : QueryContainer {
#   22|->     public string template { private get; construct; }
#   23|       public string attribute { private get; construct; }
#   24|   

Error: COMPILER_WARNING (CWE-704): [#def974]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-node-query-container.vala: scope_hint: In function ‘rygel_media_export_node_query_container_set_attribute’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-node-query-container.vala:23:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   23 |     public string attribute { private get; construct; }
#      |            ^
#   21|   internal class Rygel.MediaExport.NodeQueryContainer : QueryContainer {
#   22|       public string template { private get; construct; }
#   23|->     public string attribute { private get; construct; }
#   24|   
#   25|       public NodeQueryContainer (SearchExpression expression,

Error: COMPILER_WARNING (CWE-843): [#def975]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-playlist-extractor.vala: scope_hint: In function ‘rygel_media_export_playlist_extractor_real_run_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-playlist-extractor.vala:13:79: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_file_load_contents_finish’ from incompatible pointer type
#   13 |         if (!yield file.load_contents_async (null, out contents, null)) {
#      |                                                                               ^              
#      |                                                                               |
#      |                                                                               guint8 ** {aka unsigned char **}
/usr/include/glib-2.0/gio/gio.h:81: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/mx-extract.p/rygel-media-export-playlist-extractor.c:5: included_from: Included from here.
/usr/include/glib-2.0/gio/gfile.h:1296:71: note: expected ‘char **’ but argument is of type ‘guint8 **’ {aka ‘unsigned char **’}
# 1296 |                                               char                  **contents,
#      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
#   11|           uint8[] contents;
#   12|   
#   13|->         if (!yield file.load_contents_async (null, out contents, null)) {
#   14|               throw new ExtractorError.INVALID ("Failed to read file");
#   15|           }

Error: COMPILER_WARNING (CWE-704): [#def976]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-root-container.vala: scope_hint: In function ‘rygel_media_export_root_container_add_default_virtual_folders’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-root-container.vala:605:119: warning[-Wdiscarded-qualifiers]: passing argument 4 of ‘rygel_media_export_root_container_add_virtual_containers_for_class’ discards ‘const’ qualifier from pointer target type
#  605 |             this.add_virtual_containers_for_class (_("Music"),
#      |                                                                                                                       ^                    
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-root-container.c:371:108: note: expected ‘RygelMediaExportFolderDefinition *’ {aka ‘struct _RygelMediaExportFolderDefinition *’} but argument is of type ‘const RygelMediaExportFolderDefinition *’ {aka ‘const struct _RygelMediaExportFolderDefinition *’}
#  371 |                                                                          RygelMediaExportFolderDefinition* definitions,
#      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
#  603|   
#  604|           try {
#  605|->             this.add_virtual_containers_for_class (_("Music"),
#  606|                                                      Rygel.MusicItem.UPNP_CLASS,
#  607|                                                      VIRTUAL_FOLDERS_MUSIC);

Error: COMPILER_WARNING (CWE-704): [#def977]
rygel-0.44.2/src/plugins/media-export/rygel-media-export-root-container.vala: scope_hint: In function ‘rygel_media_export_root_container_add_virtual_containers_for_class’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-root-container.vala:678:25: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  678 |         foreach (var definition in VIRTUAL_FOLDERS_DEFAULT) {
#      |                         ^
#  676|   
#  677|           // Add a child QueryContainer for each of the default definitions.
#  678|->         foreach (var definition in VIRTUAL_FOLDERS_DEFAULT) {
#  679|               this.add_folder_definition (container, item_class, definition);
#  680|           }

Error: COMPILER_WARNING: [#def978]
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp-acl.h:12: included_from: Included from here.
/usr/include/gupnp-1.6/libgupnp/gupnp.h:9: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/librygel-core/rygel-core.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/rygel-media-export.h:6: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/media-export/librygel-media-export.so.p/rygel-media-export-writable-db-container.c:26: included_from: Included from here.
rygel-0.44.2/src/plugins/media-export/rygel-media-export-writable-db-container.vala: scope_hint: In function ‘rygel_media_export_writable_db_container_real_remove_item_co’
rygel-0.44.2/src/plugins/media-export/rygel-media-export-writable-db-container.vala:120:17: warning[-Wformat=]: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘gchar *’ {aka ‘char *’}
#  120 |             warning (_("Could not find object %d in cache"), id);
#      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmessages.h:364:32: note: in definition of macro ‘g_warning’
#  364 |                                __VA_ARGS__)
#      |                                ^~~~~~~~~~~
rygel-0.44.2/src/plugins/media-export/rygel-media-export-writable-db-container.vala:120:14: note: in expansion of macro ‘_’
#  120 |             warning (_("Could not find object %d in cache"), id);
#      |              ^
#  118|               yield this.remove_child_tracked (object);
#  119|           } else {
#  120|->             warning (_("Could not find object %d in cache"), id);
#  121|           }
#  122|       }

Error: COMPILER_WARNING (CWE-477): [#def979]
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-insertion-query.vala: scope_hint: In function ‘rygel_tracker_insertion_query_real_execute_co’
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-insertion-query.vala:127:2: warning[-Wdeprecated-declarations]: ‘tracker_sparql_connection_update_blank_async’ is deprecated
#  127 |         Variant v = yield resources.update_blank_async (str);
#      |  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/tinysparql-3.0/tinysparql.h:30: included_from: Included from here.
/usr/include/tinysparql-3.0/libtracker-sparql/tracker-sparql.h:22: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/rygel-tracker3.h:8: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-insertion-query.c:27: included_from: Included from here.
/usr/include/tinysparql-3.0/tracker-connection.h:199:6: note: declared here
#  199 | void tracker_sparql_connection_update_blank_async (TrackerSparqlConnection *connection,
#      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  125|           debug ("Executing SPARQL query: %s", str);
#  126|   
#  127|->         Variant v = yield resources.update_blank_async (str);
#  128|           VariantIter iter1, iter2, iter3;
#  129|           string key = null;

Error: COMPILER_WARNING (CWE-477): [#def980]
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-insertion-query.vala:127:2: warning[-Wdeprecated-declarations]: ‘tracker_sparql_connection_update_blank_finish’ is deprecated
#  127 |         Variant v = yield resources.update_blank_async (str);
#      |  ^     
/usr/include/tinysparql-3.0/tracker-connection.h:205:12: note: declared here
#  205 | GVariant * tracker_sparql_connection_update_blank_finish (TrackerSparqlConnection  *connection,
#      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  125|           debug ("Executing SPARQL query: %s", str);
#  126|   
#  127|->         Variant v = yield resources.update_blank_async (str);
#  128|           VariantIter iter1, iter2, iter3;
#  129|           string key = null;

Error: COMPILER_WARNING (CWE-704): [#def981]
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-query.vala: scope_hint: In function ‘rygel_tracker_query_escape_string’
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-query.vala:77:4: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   77 |         char *p = literal;
#      |    ^
#   75|       public static string escape_string (string literal) {
#   76|           StringBuilder str = new StringBuilder ();
#   77|->         char *p = literal;
#   78|   
#   79|           while (*p != '\0') {

Error: COMPILER_WARNING (CWE-843): [#def982]
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-tags.vala: scope_hint: In function ‘rygel_tracker_tags_construct’
rygel-0.44.2/src/plugins/tracker3/rygel-tracker-tags.vala:37:145: warning[-Wincompatible-pointer-types]: passing argument 6 of ‘rygel_tracker_metadata_multi_values_construct’ from incompatible pointer type
#   37 |         base (parent.id + TITLE, parent, TITLE, item_factory, KEY_CHAIN);
#      |                                                                                                                                                 ^                           
#      |                                                                                                                                                 |
#      |                                                                                                                                                 const gchar ** {aka const char **}
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/librygel-tracker3.so.p/rygel-tracker-tags.c:27: included_from: Included from here.
rygel-0.44.2/redhat-linux-build/src/plugins/tracker3/rygel-tracker3.h:886:89: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘const gchar **’ {aka ‘const char **’}
#  886 |                                                                                 gchar** key_chain,
#      |                                                                                 ~~~~~~~~^~~~~~~~~
#   35|   
#   36|       public Tags (MediaContainer parent, ItemFactory item_factory) {
#   37|->         base (parent.id + TITLE, parent, TITLE, item_factory, KEY_CHAIN);
#   38|       }
#   39|   }

Error: COMPILER_WARNING (CWE-697): [#def983]
rygel-0.44.2/src/rygel/rygel-acl.vala: scope_hint: In function ‘rygel_acl_real_constructed’
rygel-0.44.2/src/rygel/rygel-acl.vala:32:199: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_rygel_acl_on_name_appeared_gbus_name_appeared_callback’ will never be NULL
#   32 |         Bus.watch_name (BusType.SESSION,
#      |                                                                                                                                                                                                       ^ 
rygel-0.44.2/redhat-linux-build/src/rygel/rygel.p/rygel-acl.c:219:1: note: ‘_rygel_acl_on_name_appeared_gbus_name_appeared_callback’ declared here
#  219 | _rygel_acl_on_name_appeared_gbus_name_appeared_callback (GDBusConnection* connection,
#      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   30|           base.constructed ();
#   31|   
#   32|->         Bus.watch_name (BusType.SESSION,
#   33|                           DBusAclProvider.SERVICE_NAME,
#   34|                           BusNameWatcherFlags.AUTO_START,

Error: COMPILER_WARNING (CWE-697): [#def984]
rygel-0.44.2/src/rygel/rygel-acl.vala:32:428: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_rygel_acl_on_name_vanished_gbus_name_vanished_callback’ will never be NULL
#   32 |         Bus.watch_name (BusType.SESSION,
#      |                                                                                                                                                                                                                                                                                                                                                                                                                                            ^ 
rygel-acl.c:230:1: note: ‘_rygel_acl_on_name_vanished_gbus_name_vanished_callback’ declared here
#   30|           base.constructed ();
#   31|   
#   32|->         Bus.watch_name (BusType.SESSION,
#   33|                           DBusAclProvider.SERVICE_NAME,
#   34|                           BusNameWatcherFlags.AUTO_START,

Error: COMPILER_WARNING (CWE-697): [#def985]
rygel-0.44.2/src/rygel/rygel-dbus-service.vala: scope_hint: In function ‘rygel_dbus_service_publish’
rygel-0.44.2/src/rygel/rygel-dbus-service.vala:39:224: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_rygel_dbus_service_on_name_available_gbus_name_acquired_callback’ will never be NULL
#   39 |         this.name_id = Bus.own_name_on_connection (connection,
#      |                                                                                                                                                                                                                                ^ 
rygel-dbus-service.c:223:1: note: ‘_rygel_dbus_service_on_name_available_gbus_name_acquired_callback’ declared here
#   37|   
#   38|       internal void publish (DBusConnection connection) {
#   39|->         this.name_id = Bus.own_name_on_connection (connection,
#   40|                                        DBusInterface.SERVICE_NAME,
#   41|                                        BusNameOwnerFlags.NONE,

Error: COMPILER_WARNING (CWE-697): [#def986]
rygel-0.44.2/src/rygel/rygel-dbus-service.vala:39:464: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_rygel_dbus_service_on_name_lost_gbus_name_lost_callback’ will never be NULL
#   39 |         this.name_id = Bus.own_name_on_connection (connection,
#      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^ 
rygel-dbus-service.c:233:1: note: ‘_rygel_dbus_service_on_name_lost_gbus_name_lost_callback’ declared here
#   37|   
#   38|       internal void publish (DBusConnection connection) {
#   39|->         this.name_id = Bus.own_name_on_connection (connection,
#   40|                                        DBusInterface.SERVICE_NAME,
#   41|                                        BusNameOwnerFlags.NONE,

Error: COMPILER_WARNING (CWE-697): [#def987]
rygel-0.44.2/src/ui/rygel-writable-user-config.vala: scope_hint: In function ‘rygel_writable_user_config_enable_upnp’
rygel-0.44.2/src/ui/rygel-writable-user-config.vala:178:184: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_____lambda4__gbus_name_appeared_callback’ will never be NULL
#  178 |                 Bus.watch_name (BusType.SESSION,
#      |                                                                                                                                                                                        ^ 
rygel-writable-user-config.c:853:1: note: ‘_____lambda4__gbus_name_appeared_callback’ declared here
#  176|                   var loop = new MainLoop (null, false);
#  177|                   // Creating the proxy starts the service
#  178|->                 Bus.watch_name (BusType.SESSION,
#  179|                                   DBusInterface.SERVICE_NAME,
#  180|                                   BusNameWatcherFlags.AUTO_START,

Error: COMPILER_WARNING (CWE-697): [#def988]
rygel-0.44.2/src/ui/rygel-writable-user-config.vala:178:394: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_____lambda5__gbus_name_vanished_callback’ will never be NULL
#  178 |                 Bus.watch_name (BusType.SESSION,
#      |                                                                                                                                                                                                                                                                                                                                                                                                          ^ 
rygel-writable-user-config.c:878:1: note: ‘_____lambda5__gbus_name_vanished_callback’ declared here
#  176|                   var loop = new MainLoop (null, false);
#  177|                   // Creating the proxy starts the service
#  178|->                 Bus.watch_name (BusType.SESSION,
#  179|                                   DBusInterface.SERVICE_NAME,
#  180|                                   BusNameWatcherFlags.AUTO_START,

Error: COMPILER_WARNING (CWE-704): [#def989]
rygel-0.44.2/tests/object-creator/test.vala: scope_hint: In function ‘rygel_media_object_set_id’
rygel-0.44.2/tests/object-creator/test.vala:106:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  106 |     public string id {get; set; }
#      |            ^
#  104|   
#  105|   public class Rygel.MediaObject : GLib.Object {
#  106|->     public string id {get; set; }
#  107|       public string ref_id;
#  108|       public unowned MediaContainer parent { get; set; }

Error: COMPILER_WARNING (CWE-704): [#def990]
rygel-0.44.2/tests/object-creator/test.vala: scope_hint: In function ‘rygel_media_object_set_title’
rygel-0.44.2/tests/object-creator/test.vala:110:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  110 |     public string title { get; set; }
#      |            ^
#  108|       public unowned MediaContainer parent { get; set; }
#  109|       public string upnp_class;
#  110|->     public string title { get; set; }
#  111|       public GUPnP.OCMFlags ocm_flags;
#  112|       public Gee.ArrayList<string> uris;

Scan Properties

analyzer-version-clippy1.86.0
analyzer-version-cppcheck2.17.1
analyzer-version-gcc15.0.1
analyzer-version-gcc-analyzer15.0.1
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-92.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namerygel-0.44.2-1.fc43
store-results-to/tmp/tmpucabsyev/rygel-0.44.2-1.fc43.tar.xz
time-created2025-04-25 15:36:46
time-finished2025-04-25 15:42:56
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpucabsyev/rygel-0.44.2-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpucabsyev/rygel-0.44.2-1.fc43.src.rpm'
tool-versioncsmock-3.8.1.20250422.172604.g26bc3d6-1.el9