Task #197 - libproxy-0.5.3-5.fc40/scan-results.err

back to task #197
download
Error: CLANG_WARNING:
libproxy-0.5.3/redhat-linux-build/tmp-introspectx5jd1xab/Libproxy-1.0.c:799:27: warning[core.NullDereference]: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error')

Error: CLANG_WARNING:
libproxy-0.5.3/tests/px-manager-test.c:192:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read
#  190|     g_autoptr (GThread) thread = NULL;
#  191|   
#  192|->   thread = g_thread_new ("test", (GThreadFunc)download_pac, self);
#  193|     g_main_loop_run (self->loop);
#  194|   }

Error: CLANG_WARNING:
libproxy-0.5.3/tests/px-manager-test.c:263:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read
#  261|     g_autoptr (GThread) thread = NULL;
#  262|   
#  263|->   thread = g_thread_new ("test", (GThreadFunc)get_proxies_pac, self);
#  264|     g_main_loop_run (self->loop);
#  265|   }

Error: CLANG_WARNING:
libproxy-0.5.3/tests/px-manager-test.c:288:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read
#  286|     g_autoptr (GThread) thread = NULL;
#  287|   
#  288|->   thread = g_thread_new ("test", (GThreadFunc)get_wpad, self);
#  289|     g_main_loop_run (self->loop);
#  290|   }