Task #104 - libproxy-0.5.5-1.fc41/scan-results.err

back to task #104
download
Error: CLANG_WARNING:
libproxy-0.5.5/redhat-linux-build/tmp-introspect7lcq3kft/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.5/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.5/tests/px-manager-test.c:286:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read
#  284|     g_autoptr (GThread) thread = NULL;
#  285|   
#  286|->   thread = g_thread_new ("test", (GThreadFunc)get_proxies_pac, self);
#  287|     g_main_loop_run (self->loop);
#  288|   }

Error: CLANG_WARNING:
libproxy-0.5.5/tests/px-manager-test.c:297:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read
#  295|   
#  296|     g_setenv("PX_DEBUG", "1", TRUE);
#  297|->   thread = g_thread_new ("test", (GThreadFunc)get_proxies_pac, self);
#  298|     g_main_loop_run (self->loop);
#  299|     g_unsetenv ("PX_DEBUG");

Error: CLANG_WARNING:
libproxy-0.5.5/tests/px-manager-test.c:323:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read
#  321|     g_autoptr (GThread) thread = NULL;
#  322|   
#  323|->   thread = g_thread_new ("test", (GThreadFunc)get_wpad, self);
#  324|     g_main_loop_run (self->loop);
#  325|   }